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 /mdoc_argv.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 'mdoc_argv.c')
-rw-r--r-- | mdoc_argv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c index bc078d73..d0da16d3 100644 --- a/mdoc_argv.c +++ b/mdoc_argv.c @@ -536,12 +536,12 @@ args(struct mdoc *mdoc, int line, int *pos, /* Skip ahead. */ ; return(rc); - } + } - /* + /* * Process a quoted literal. A quote begins with a double-quote * and ends with a double-quote NOT preceded by a double-quote. - * Null-terminate the literal in place. + * NUL-terminate the literal in place. * Collapse pairs of quotes inside quoted literals. * Whitespace is NOT involved in literal termination. */ |