summaryrefslogtreecommitdiff
path: root/man/od.x
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-01-24 01:38:17 +0000
committerPádraig Brady <P@draigBrady.com>2013-01-24 01:38:17 +0000
commitae29897e704d81bef6cf2ad92f14672ef0145e79 (patch)
treeaefa83b15ae897be968f4e88ffa79c8533939d9a /man/od.x
parentec68354dc6e2ac22eb314d262984e40894022121 (diff)
downloadcoreutils-ae29897e704d81bef6cf2ad92f14672ef0145e79.tar.xz
doc: fix an example in the od man page
* man/od.x: s/-w 16/-w16/ as -w takes an optional parameter and so the space is significant.
Diffstat (limited to 'man/od.x')
-rw-r--r--man/od.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/od.x b/man/od.x
index b98beec43..c3382d25a 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