diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 00:50:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 00:50:05 +0000 |
commit | 363d3f44b7975a8502aa318abdcd845bb53dd4d0 (patch) | |
tree | 8c67602e5e28eb8e53bc73730b8d8863bebd757a /roff.c | |
parent | ae3f51d742a1c36dd2092d91c57e3885d28a21f5 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) |