From 1e763bedb98c63f2523aa8e5e8fbf8f7e45b92d4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 8 Jul 2015 18:45:35 +0100 Subject: [PATCH] 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`