Module Name:    src
Committed By:   wiz
Date:           Fri Jul  6 14:10:06 UTC 2012

Modified Files:
        src/usr.bin/hexdump: hexdump.1

Log Message:
Bug Hunting:
improve wording


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/hexdump/hexdump.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/hexdump/hexdump.1
diff -u src/usr.bin/hexdump/hexdump.1:1.23 src/usr.bin/hexdump/hexdump.1:1.24
--- src/usr.bin/hexdump/hexdump.1:1.23	Fri Jul  6 09:03:34 2012
+++ src/usr.bin/hexdump/hexdump.1	Fri Jul  6 14:10:06 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hexdump.1,v 1.23 2012/07/06 09:03:34 wiz Exp $
+.\"	$NetBSD: hexdump.1,v 1.24 2012/07/06 14:10:06 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -239,13 +239,13 @@ conversion string except that it is only
 once, when all of the input data has been processed.
 .It Cm \&_c
 Output characters in the default character set.
-Nonprinting characters are displayed in three character, zero-padded
+Non-printing characters are displayed in three character, zero-padded
 octal, except for those representable by standard escape notation
 (see above),
 which are displayed as two character strings.
 .It Cm _p
 Output characters in the default character set.
-Nonprinting characters are displayed as a single
+Non-printing characters are displayed as a single
 .Sq Cm \&. .
 .It Cm _u
 Output US ASCII characters, with the exception that control characters are
@@ -319,6 +319,7 @@ and precision as the original conversion
 string but with any
 .Sq Li \&+ ,
 .Sq \&\ \& ,
+and
 .Sq Li \&#
 conversion flag characters
 removed, and referencing a

Reply via email to