mirror of git://git.suckless.org/ubase
Minor stylisic changes to manpages
This commit is contained in:
parent
11e8626fcd
commit
cf7fde1ee8
4
halt.8
4
halt.8
|
@ -9,6 +9,6 @@ This is a low-level tool and should not be used directly or data-loss
|
|||
can happen if the filesystems are not properly unmounted first.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-p\fR power-off the machine.
|
||||
\fB-p\fR Power-off the machine.
|
||||
.TP
|
||||
\fB-r\fR reboot the machine.
|
||||
\fB-r\fR Reboot the machine.
|
||||
|
|
3
mknod.1
3
mknod.1
|
@ -9,8 +9,7 @@ with major number \fImajor\fR, and minor number \fIminor\fR.
|
|||
\fItype\fR specifies what kind of special file will be created
|
||||
and must be one of:
|
||||
.TP
|
||||
\fBu\fR or \fBc\fR
|
||||
A character device.
|
||||
\fBu\fR or \fBc\fR A character device.
|
||||
.TP
|
||||
\fBb\fR
|
||||
A block device.
|
||||
|
|
2
stat.1
2
stat.1
|
@ -8,6 +8,6 @@
|
|||
are specified.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-L\fR follow links
|
||||
\fB-L\fR Follow links.
|
||||
.SH SEE ALSO
|
||||
stat (2)
|
||||
|
|
4
who.1
4
who.1
|
@ -8,9 +8,9 @@
|
|||
time at which they logged on.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-m\fR only show users on current tty
|
||||
\fB-m\fR Only show users on current tty.
|
||||
.TP
|
||||
\fB-l\fR also print LOGIN processes
|
||||
\fB-l\fR Print LOGIN processes as well.
|
||||
.SH BUGS
|
||||
\fBwho\fR relies on the utmp file to be updated responsibly. This
|
||||
doesn't always happen, which can cause who to print completely
|
||||
|
|
Loading…
Reference in New Issue