mirror of git://git.suckless.org/ubase
Fix some more inconsistencies
This commit is contained in:
parent
6ba1d6e048
commit
466e9c493d
4
mknod.1
4
mknod.1
|
@ -9,14 +9,14 @@ 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|c\fR
|
||||||
A character device.
|
A character device.
|
||||||
.TP
|
.TP
|
||||||
\fBb\fR
|
\fBb\fR
|
||||||
A block device.
|
A block device.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB-m\fR \fImode\fR
|
\fB-m\fR
|
||||||
Set the mode of the new file based on the octal value of
|
Set the mode of the new file based on the octal value of
|
||||||
\fImode\fR.
|
\fImode\fR.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
|
@ -16,6 +16,7 @@ Print the major/minor device number of the filesystem on stdout.
|
||||||
\fB-q\fR
|
\fB-q\fR
|
||||||
Be quiet, don't print anything.
|
Be quiet, don't print anything.
|
||||||
.TP
|
.TP
|
||||||
\fB-x\fR Print the major/minor device number of the \fIdevice\fR on stdout.
|
\fB-x\fR
|
||||||
|
Print the major/minor device number of the \fIdevice\fR on stdout.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
mount(8)
|
mount(8)
|
||||||
|
|
Loading…
Reference in New Issue