summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_argv.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2013-12-25 00:50:04 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2013-12-25 00:50:04 +0000
commiteb66be1009a902de97f4d2d776d681f8020ded7d (patch)
treeefa188358ad1a89f2445fce7ea831d29b680ff1c /usr.bin/mandoc/mdoc_argv.c
parent0998a1ee6782b30d7fc056811c148549490bf797 (diff)
s/[Nn]ull/NUL/ in comments where appropriate;
suggested by Thomas Klausner <wiz @ NetBSD dot org>.
Diffstat (limited to 'usr.bin/mandoc/mdoc_argv.c')
-rw-r--r--usr.bin/mandoc/mdoc_argv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mandoc/mdoc_argv.c b/usr.bin/mandoc/mdoc_argv.c
index 0f69fb8af9d..ce82851bead 100644
--- a/usr.bin/mandoc/mdoc_argv.c
+++ b/usr.bin/mandoc/mdoc_argv.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_argv.c,v 1.45 2013/12/22 14:06:29 schwarze Exp $ */
+/* $Id: mdoc_argv.c,v 1.46 2013/12/25 00:50:03 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -532,12 +532,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.
*/