summaryrefslogtreecommitdiff
path: root/sbin/mknod
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
commitd04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9 (patch)
treec446a692418d56b54ed63c7ca0bc02346ad40b65 /sbin/mknod
parent44d907a2fc007702f8a71355e768a8717e6e466c (diff)
downloadsrc-test-d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9.tar.gz
src-test-d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9.zip
Assorted markup, grammar, and spelling fixes.
Notes
Notes: svn path=/head/; revision=129327
Diffstat (limited to 'sbin/mknod')
-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 9f1dde77ce554..2bc91cd5449c3 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