From: Jim Meyering Date: Mon, 22 Mar 2004 22:27:33 +0000 (+0000) Subject: Tweak a few lines that resulted in `overfull hbox' warnings. X-Git-Tag: v5.3.0~1978 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e2176da81a5727f98c1b410ae19d271a20995d;p=thirdparty%2Fcoreutils.git Tweak a few lines that resulted in `overfull hbox' warnings. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8cbcb25116..57b9e60924 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}.