Tweak a few lines that resulted in `overfull hbox' warnings.
authorJim Meyering <jim@meyering.net>
Mon, 22 Mar 2004 22:27:33 +0000 (22:27 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Mar 2004 22:27:33 +0000 (22:27 +0000)
doc/coreutils.texi

index 8cbcb25116981c6b231f9c0a83c0dcc577b0010d..57b9e60924bdfcd841e003b6119bedf9c8700d83 100644 (file)
@@ -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}.