coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: fix an example in the od man page


From: Pádraig Brady
Subject: [PATCH] doc: fix an example in the od man page
Date: Thu, 24 Jan 2013 01:41:13 +0000

* man/od.x: s/-w 16/-w16/ as -w takes an optional
parameter and so the space is significant.
---
 man/od.x |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/od.x b/man/od.x
index b98beec..c3382d2 100644
--- a/man/od.x
+++ b/man/od.x
@@ -7,5 +7,5 @@ od \- dump files in octal and other formats
 .B od -A x -t x1z -v
 Display hexdump format output
 .TP
-.B od -A o -t oS -w 16
+.B od -A o -t oS -w16
 The default output format used by od
-- 
1.7.6.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]