Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/hexdump Bug Hunting:
details: https://anonhg.NetBSD.org/src/rev/25b9f307c881
branches: trunk
changeset: 780011:25b9f307c881
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jul 06 14:10:06 2012 +0000
description:
Bug Hunting:
improve wording
diffstat:
usr.bin/hexdump/hexdump.1 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r c455035941a8 -r 25b9f307c881 usr.bin/hexdump/hexdump.1
--- a/usr.bin/hexdump/hexdump.1 Fri Jul 06 09:12:16 2012 +0000
+++ b/usr.bin/hexdump/hexdump.1 Fri Jul 06 14:10:06 2012 +0000
@@ -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 @@
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 @@
string but with any
.Sq Li \&+ ,
.Sq \&\ \& ,
+and
.Sq Li \&#
conversion flag characters
removed, and referencing a
Home |
Main Index |
Thread Index |
Old Index