summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
Commit message (Collapse)AuthorAgeFilesLines
...
* dmesg: Add -r (raw) option.Adam Jackson2009-01-161-1/+4
| | | | | | | Useful for debugging which kernel messages are ruining your quiet bootup. Signed-off-by: Adam Jackson <ajax@redhat.com>
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-031-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: fix man page headersKarel Zak2007-05-161-1/+1
| | | | | | | The man pages have been moved from man8 to man1, but the headers still refer to man1. Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: move some man pages from category 8 to 1Karel Zak2007-04-251-0/+58
The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands and belong in man1 more than to man8. Signed-off-by: Karel Zak <kzak@redhat.com>