aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_argv.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
commitd0e1ebce7bd3ccca23f82fe4c731a000f4d23bd9 (patch)
tree1e92013842b5ca2d239ab2f9e79e7b2756f55e10 /mdoc_argv.c
parent50aba90c460f529396e34797ccd6363e0f246c9c (diff)
downloadmandoc-d0e1ebce7bd3ccca23f82fe4c731a000f4d23bd9.tar.gz
mandoc-d0e1ebce7bd3ccca23f82fe4c731a000f4d23bd9.tar.zst
mandoc-d0e1ebce7bd3ccca23f82fe4c731a000f4d23bd9.zip
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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c
index 83f80775..bb9bc6c3 100644
--- a/mdoc_argv.c
+++ b/mdoc_argv.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_argv.c,v 1.88 2013/12/22 14:06:36 schwarze Exp $ */
+/* $Id: mdoc_argv.c,v 1.89 2013/12/25 00:50:05 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -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.
*/