summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-12-25 00:50:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-12-25 00:50:05 +0000
commit363d3f44b7975a8502aa318abdcd845bb53dd4d0 (patch)
tree8c67602e5e28eb8e53bc73730b8d8863bebd757a /roff.c
parentae3f51d742a1c36dd2092d91c57e3885d28a21f5 (diff)
downloadmandoc-363d3f44b7975a8502aa318abdcd845bb53dd4d0.tar.gz
s/[Nn]ull/NUL/ in comments where appropriate;
suggested by Thomas Klausner <wiz @ NetBSD dot org>.
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 2f3d1498..1a348dea 100644
--- a/roff.c
+++ b/roff.c
@@ -1733,7 +1733,7 @@ roff_userdef(ROFF_ARGS)
/*
* Collect pointers to macro argument strings
- * and null-terminate them.
+ * and NUL-terminate them.
*/
cp = *bufp + pos;
for (i = 0; i < 9; i++)