doc: fix a formatting nit in od's texinfo documentation
authorJim Meyering <meyering@redhat.com>
Sun, 22 May 2011 07:11:19 +0000 (09:11 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 22 May 2011 07:11:19 +0000 (09:11 +0200)
* doc/coreutils.texi (od invocation): Typesetting of "bytes" was wrong.
Fix it via s/@code/@var/ so it's consistent.

doc/coreutils.texi

index b77d8df..289c0ba 100644 (file)
@@ -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.