From 12c5386a30abac2eb713cdaf7cf423e3ac33c68f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 May 2011 09:11:19 +0200 Subject: doc: fix a formatting nit in od's texinfo documentation * doc/coreutils.texi (od invocation): Typesetting of "bytes" was wrong. Fix it via s/@code/@var/ so it's consistent. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b77d8dfda..289c0baae 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -1883,7 +1883,7 @@ Output at most @var{bytes} bytes of the input. Prefixes and suffixes on Instead of the normal output, output only @dfn{string constants}: at least @var{bytes} consecutive @acronym{ASCII} graphic characters, followed by a zero byte (@acronym{ASCII} @sc{nul}). -Prefixes and suffixes on @code{bytes} are interpreted as for the +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. -- cgit v1.2.3-54-g00ecf