Fix some more inconsistencies

This commit is contained in:
sin 2014-04-13 17:00:22 +01:00
parent 6ba1d6e048
commit 466e9c493d
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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)