mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:37:45 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
19
Base/usr/share/man/man8/dmesg.md
Normal file
19
Base/usr/share/man/man8/dmesg.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Name
|
||||
|
||||
dmesg - display the kernel log
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
# dmesg
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`dmesg` displays the kernel log (as seen on serial debug output). Only messages printed by kernel processes are displayed.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ dmesg
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue