summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mknod.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
commitf29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch)
treea5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/mknod.2
parent906e3d9014b754421b64647e705b3cca2e9a7c01 (diff)
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/mknod.2')
-rw-r--r--lib/libc/sys/mknod.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2
index 06ff8c165ce..b4302a8d271 100644
--- a/lib/libc/sys/mknod.2
+++ b/lib/libc/sys/mknod.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.2,v 1.9 2000/08/12 22:21:50 millert Exp $
+.\" $OpenBSD: mknod.2,v 1.10 2000/10/18 05:12:10 aaron Exp $
.\" $NetBSD: mknod.2,v 1.6 1995/02/27 12:34:33 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -61,7 +61,8 @@ If
indicates a block or character special file,
.Fa dev
is a configuration dependent specification of a character or block
-I/O device and the superblock of the device. If
+I/O device and the superblock of the device.
+If
.Fa mode
does not indicate a block special or character special device,
.Fa dev
@@ -120,7 +121,7 @@ The named file exists.
points outside the process's allocated address space.
.It Bq Er EINVAL
The process is running within an alternate root directory, as
-created by
+created by
.Xr chroot 2 .
.El
.Sh SEE ALSO