From 466e9c493d16cf9614129b4606753ad64bb8a1b1 Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 13 Apr 2014 17:00:22 +0100 Subject: [PATCH] Fix some more inconsistencies --- mknod.1 | 4 ++-- mountpoint.1 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mknod.1 b/mknod.1 index f297c59..8843426 100644 --- 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 index 89c5738..50c42dc 100644 --- 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)