1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(uname invocation): Mention that Linux outputs "unknown" for -i and -p.

This commit is contained in:
Paul Eggert
2005-09-13 22:57:25 +00:00
parent 36081fa635
commit f4e071662d
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
and date". Fix a minor bug in the documentation for --rfc-2822:
it claimed day-of-month < 10 had leading space, not leading zero.
Use a consistent format for terms like "RFC".
(uname invocation): Mention that Linux outputs "unknown" for
-i and -p.
2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
+4
View File
@@ -12225,6 +12225,8 @@ Print all of the below information.
@cindex platform, hardware
Print the hardware platform name
(sometimes called the hardware implementation).
Print @samp{unknown} if the kernel does not make this information visible,
as is the case with Linux kernels.
@item -m
@itemx --machine
@@ -12252,6 +12254,8 @@ Print the network node hostname.
@cindex host processor type
Print the processor type (sometimes called the instruction set
architecture or ISA).
Print @samp{unknown} if the kernel does not make this information visible,
as is the case with Linux kernels.
@item -o
@itemx --operating-system