From 89a6b90afddf97449dfe57ac255568b8efeb9407 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 1 Jul 2015 20:57:51 +0100 Subject: [PATCH 1/3] use a more useful second example grouping 3 related options that produce a more useful output. The descriptions are in the same order and use the same initials to allow understanding what each option does individually. --- pages/common/uname.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/uname.md b/pages/common/uname.md index bf89716a1..e021fa7cc 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -6,9 +6,9 @@ `uname -a` -- Print the current operating system name (e.g. Linux, Darwin, SunOS, etc) +- Print the system (kernel) name, release and version (e.g. Linux, Darwin, SunOS, etc.) -`uname -s` +`uname -srv` - Print the nodename (hostname) of the system From f8a34b8f739e5725f1d065aff18a33c96d5d05ee Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 6 Jul 2015 12:39:39 +0100 Subject: [PATCH 2/3] improve example description, as agreed in #285 --- pages/common/uname.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/uname.md b/pages/common/uname.md index e021fa7cc..545d32e72 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -6,7 +6,7 @@ `uname -a` -- Print the system (kernel) name, release and version (e.g. Linux, Darwin, SunOS, etc.) +- Print the system name (Linux, Darwin...), release number, and version details `uname -srv` From 1e763bedb98c63f2523aa8e5e8fbf8f7e45b92d4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 8 Jul 2015 18:45:35 +0100 Subject: [PATCH 3/3] reorganize per discussion at #285 --- pages/common/uname.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/uname.md b/pages/common/uname.md index 545d32e72..63bac9313 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -1,12 +1,12 @@ # uname -> Print operating system name +> Print details about the current machine and the operating system running on it -- Print all available operating system and kernel information +- Print hardware-related information: machine and processor -`uname -a` +`uname -mp` -- Print the system name (Linux, Darwin...), release number, and version details +- Print software-related information: system name (Linux, Darwin...), release number, and version `uname -srv`