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
|
||||
and must be one of:
|
||||
.TP
|
||||
\fBu\fR or \fBc\fR
|
||||
\fBu|c\fR
|
||||
A character device.
|
||||
.TP
|
||||
\fBb\fR
|
||||
A block device.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-m\fR \fImode\fR
|
||||
\fB-m\fR
|
||||
Set the mode of the new file based on the octal value of
|
||||
\fImode\fR.
|
||||
.SH SEE ALSO
|
||||
|
|
|
@ -16,6 +16,7 @@ Print the major/minor device number of the filesystem on stdout.
|
|||
\fB-q\fR
|
||||
Be quiet, don't print anything.
|
||||
.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
|
||||
mount(8)
|
||||
|
|
Loading…
Reference in New Issue