diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-22 22:27:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-22 22:27:33 +0000 |
commit | 29e2176da81a5727f98c1b410ae19d271a20995d (patch) | |
tree | 9fff9aacea4868202f3c07f57bb7d27238a29159 /doc | |
parent | 6b90c0991f085b55e3a52b4db2d7065278c78d01 (diff) | |
download | coreutils-29e2176da81a5727f98c1b410ae19d271a20995d.tar.xz |
Tweak a few lines that resulted in `overfull hbox' warnings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8cbcb2511..57b9e6092 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11380,17 +11380,18 @@ If multiple options or @option{-a} are given, the selected information is printed in this order: @example -@var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version} @var{machine} @var{processor} @var{hardware-platform} @var{operating-system} +@var{kernel-name} @var{nodename} @var{kernel-release} @var{kernel-version} +@var{machine} @var{processor} @var{hardware-platform} @var{operating-system} @end example The information may contain internal spaces, so such output cannot be parsed reliably. In the following example, @var{release} is @samp{2.2.18ss.e820-bda652a #4 SMP Tue Jun 5 11:24:08 PDT 2001}: -@example +@smallexample uname -a -@result{} Linux dum 2.2.18ss.e820-bda652a #4 SMP Tue Jun 5 11:24:08 PDT 2001 i686 unknown unknown GNU/Linux -@end example +@result{} Linux dum 2.2.18 #4 SMP Tue Jun 5 11:24:08 PDT 2001 i686 unknown unknown GNU/Linux +@end smallexample The program accepts the following options. Also see @ref{Common options}. |