Module Name: src
Committed By: wiz
Date: Thu Jun 20 06:59:32 UTC 2019
Modified Files:
src/lib/libc/sys: mknod.2
Log Message:
fifo -> FIFO. Sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/mknod.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/mknod.2
diff -u src/lib/libc/sys/mknod.2:1.30 src/lib/libc/sys/mknod.2:1.31
--- src/lib/libc/sys/mknod.2:1.30 Thu Jun 20 03:31:54 2019
+++ src/lib/libc/sys/mknod.2 Thu Jun 20 06:59:32 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mknod.2,v 1.30 2019/06/20 03:31:54 kamil Exp $
+.\" $NetBSD: mknod.2,v 1.31 2019/06/20 06:59:32 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@ specified in
.Fa mode
and 0 in
.Fa dev
-makes a fifo file.
+makes a FIFO file.
This call is respectively a portable alias for
.Xr mkfifo 2
and
@@ -157,10 +157,10 @@ there are no free inodes on the file sys
node is being created.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
+.It Bq Er EOPNOTSUPP
+The kernel has not been configured to support FIFOs.
.It Bq Er EPERM
The process's effective user ID is not super-user.
-.It Bq Er EOPNOTSUPP
-The kernel has not been configured to support fifo's.
.It Bq Er EROFS
The named file resides on a read-only file system.
.El