summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-22 09:11:19 +0200
committerJim Meyering <meyering@redhat.com>2011-05-22 09:11:19 +0200
commit12c5386a30abac2eb713cdaf7cf423e3ac33c68f (patch)
tree4e5aca965c470ab40d98a59554d9d1ba51ae8c8a
parent485a454576b3dd8c60994532e45135466e75a870 (diff)
downloadcoreutils-12c5386a30abac2eb713cdaf7cf423e3ac33c68f.tar.xz
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.
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
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.