ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 466e9c493d16cf9614129b4606753ad64bb8a1b1
parent 6ba1d6e048d1e8d20eae1502dcb07539a25706ad
Author: sin <sin@2f30.org>
Date:   Sun, 13 Apr 2014 17:00:22 +0100

Fix some more inconsistencies

Diffstat:
Mmknod.1 | 4++--
Mmountpoint.1 | 3++-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/mknod.1 b/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 diff --git a/mountpoint.1 b/mountpoint.1 @@ -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)