Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -3,18 +3,18 @@
> Print details about the current machine and the operating system running on it.
> Note: If you're on Linux, try also the `lsb_release` command.
- Print hardware-related information: machine and processor
- Print hardware-related information: machine and processor:
`uname -mp`
- Print software-related information: operating system, release number, and version
- Print software-related information: operating system, release number, and version:
`uname -srv`
- Print the nodename (hostname) of the system
- Print the nodename (hostname) of the system:
`uname -n`
- Print all available system information (hardware, software, nodename)
- Print all available system information (hardware, software, nodename):
`uname -a`