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.
|
can happen if the filesystems are not properly unmounted first.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB-p\fR power-off the machine.
|
\fB-p\fR Power-off the machine.
|
||||||
.TP
|
.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
|
\fItype\fR specifies what kind of special file will be created
|
||||||
and must be one of:
|
and must be one of:
|
||||||
.TP
|
.TP
|
||||||
\fBu\fR or \fBc\fR
|
\fBu\fR or \fBc\fR A character device.
|
||||||
A character device.
|
|
||||||
.TP
|
.TP
|
||||||
\fBb\fR
|
\fBb\fR
|
||||||
A block device.
|
A block device.
|
||||||
|
|
2
stat.1
2
stat.1
|
@ -8,6 +8,6 @@
|
||||||
are specified.
|
are specified.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB-L\fR follow links
|
\fB-L\fR Follow links.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
stat (2)
|
stat (2)
|
||||||
|
|
4
who.1
4
who.1
|
@ -8,9 +8,9 @@
|
||||||
time at which they logged on.
|
time at which they logged on.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB-m\fR only show users on current tty
|
\fB-m\fR Only show users on current tty.
|
||||||
.TP
|
.TP
|
||||||
\fB-l\fR also print LOGIN processes
|
\fB-l\fR Print LOGIN processes as well.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
\fBwho\fR relies on the utmp file to be updated responsibly. This
|
\fBwho\fR relies on the utmp file to be updated responsibly. This
|
||||||
doesn't always happen, which can cause who to print completely
|
doesn't always happen, which can cause who to print completely
|
||||||
|
|
Loading…
Reference in New Issue