From ae29897e704d81bef6cf2ad92f14672ef0145e79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Thu, 24 Jan 2013 01:38:17 +0000 Subject: [PATCH] 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. --- man/od.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/od.x b/man/od.x index b98beec431..c3382d25ab 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 -- 2.47.2