From 89a6b90afddf97449dfe57ac255568b8efeb9407 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 1 Jul 2015 20:57:51 +0100 Subject: [PATCH] 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