summaryrefslogtreecommitdiffstats
path: root/sbin/mknod/mknod.8
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
committerru <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
commitf6aa4621fdedfa56e30080766807470b824ed6cb (patch)
treec446a692418d56b54ed63c7ca0bc02346ad40b65 /sbin/mknod/mknod.8
parentd268c01ce212b73265c588a611085fda8626c71e (diff)
downloadFreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.zip
FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.tar.gz
Assorted markup, grammar, and spelling fixes.
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r--sbin/mknod/mknod.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index 9f1dde7..2bc91cd 100644
--- a/sbin/mknod/mknod.8
+++ b/sbin/mknod/mknod.8
@@ -28,7 +28,7 @@
.\" @(#)mknod.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd December 11, 1993
+.Dd December 29, 2003
.Dt MKNOD 8
.Os
.Sh NAME
@@ -102,15 +102,15 @@ will cause the number to be interpreted as octal.
.Pp
The
.Nm
-tool can be used to recreate deleted device nodes under a
-.Xr devfs 5 ,
-mount point by invoking it using dummy arguments. Example:
-.Bd -literal -offset indent
-mknod cd0 c 0 0
-.Ed
+utility can be used to recreate deleted device nodes under a
+.Xr devfs 5
+mount point by invoking it using dummy arguments.
+Example:
.Pp
-Where
-.Fa cd0
+.Dl "mknod cd0 c 0 0"
+.Pp
+where
+.Dq Li cd0
is the name of the deleted device node.
.Sh COMPATIBILITY
The
OpenPOWER on IntegriCloud