Browse Source

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.
Waldir Pimenta 9 years ago
parent
commit
89a6b90afd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/uname.md

+ 2 - 2
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