Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys fifo -> FIFO. Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/93f855ebef07
branches:  trunk
changeset: 452162:93f855ebef07
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 20 06:59:32 2019 +0000

description:
fifo -> FIFO. Sort errors.

diffstat:

 lib/libc/sys/mknod.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a359e118f347 -r 93f855ebef07 lib/libc/sys/mknod.2
--- a/lib/libc/sys/mknod.2      Thu Jun 20 03:34:38 2019 +0000
+++ b/lib/libc/sys/mknod.2      Thu Jun 20 06:59:32 2019 +0000
@@ -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 @@
 .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 @@
 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



Home | Main Index | Thread Index | Old Index