From 850aa613e6b040784a9cc1c661bc59d91c315305 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 27 Dec 2012 04:14:14 +0000 Subject: doc: improve od --help and man page * src/od.c: Redorder the information output by --help to ease interpretation and so that appropriate sections are generated by help2man. * doc/coreutils.texi (od invocation): Fix an incorrect reference to @var{n}, which should be @var{bytes}. * man/od.x: Add an "Examples" section, and move the default od format to there, and add a commonly required format to generate hexdumps. Reported by Akim Demaille in http://bugs.gnu.org/13280. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index bed355364..3c970d72d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -1884,7 +1884,7 @@ followed by a zero byte (ASCII @sc{nul}). Prefixes and suffixes on @var{bytes} are interpreted as for the @option{-j} option. -If @var{n} is omitted with @option{--strings}, the default is 3. +If @var{bytes} is omitted with @option{--strings}, the default is 3. @item -t @var{type} @itemx --format=@var{type} -- cgit v1.2.3-54-g00ecf