summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
commit530363072a62a5e606ef0bbf54711a8ba7c7ba4d (patch)
treea95158f5ffd80befaa7175f9562653a8df6ec3f0
parent2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (diff)
fifo -> FIFO
ok millert@
-rw-r--r--lib/libc/stdio/mktemp.34
-rw-r--r--lib/libc/stdio/tmpnam.34
-rw-r--r--lib/libc/string/strmode.34
-rw-r--r--lib/libc/sys/kqueue.28
-rw-r--r--lib/libc/sys/mkfifo.222
-rw-r--r--lib/libc/sys/open.26
-rw-r--r--sbin/raidctl/raidctl.84
-rw-r--r--share/man/man9/vnode.94
-rw-r--r--usr.sbin/mtree/mtree.84
9 files changed, 30 insertions, 30 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 8e7a2ed2b2f..29f79b82a46 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.27 2003/03/06 19:54:52 jmc Exp $
+.\" $OpenBSD: mktemp.3,v 1.28 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -182,7 +182,7 @@ Subsequently, the program calls
.Xr open 2
or
.Xr fopen 3
-and erroneously opens a file (or symbolic link, fifo or other
+and erroneously opens a file (or symbolic link, FIFO or other
device) that the attacker has created in the expected file location.
Hence
.Fn mkstemp
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index ad3850908d3..efb6f1a5dc0 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.10 2003/03/06 19:54:52 jmc Exp $
+.\" $OpenBSD: tmpnam.3,v 1.11 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -198,7 +198,7 @@ Subsequently, the program calls
.Xr open 2
or
.Xr fopen 3
-and erroneously opens a file (or symbolic link, or fifo or other
+and erroneously opens a file (or symbolic link, or FIFO or other
device) that the attacker has placed in the expected file location.
Hence
.Xr mkstemp 3
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3
index bf311f1f995..36452bfd958 100644
--- a/lib/libc/string/strmode.3
+++ b/lib/libc/string/strmode.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strmode.3,v 1.8 2000/04/21 15:24:20 aaron Exp $
+.\" $OpenBSD: strmode.3,v 1.9 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -68,7 +68,7 @@ directory
.It l
symbolic link
.It p
-fifo
+FIFO
.It s
socket
.It w
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index b522f5dc443..d817f59c0dd 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.10 2003/02/24 02:56:55 deraadt Exp $
+.\" $OpenBSD: kqueue.2,v 1.11 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -268,12 +268,12 @@ available before returning.
.It Dv EVFILT_WRITE
Takes a descriptor as the identifier, and returns whenever
it is possible to write to the descriptor.
-For sockets, pipes, and fifos,
+For sockets, pipes, and FIFOs,
.Va data
will contain the amount of space remaining in the write buffer.
The filter will set
.Dv EV_EOF
-when the reader disconnects, and for the fifo case,
+when the reader disconnects, and for the FIFO case,
this may be cleared by use of
.Dv EV_CLEAR .
Note that this filter is not supported for vnodes.
@@ -482,5 +482,5 @@ The
system and this manual page were written by
.An Jonathan Lemon Aq jlemon@FreeBSD.org .
.Sh BUGS
-It is currently not possible to watch fifos, AIO, or a vnode that
+It is currently not possible to watch FIFOs, AIO, or a vnode that
resides on anything but a UFS file system.
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index 51092486f28..f29952f9f31 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkfifo.2,v 1.5 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: mkfifo.2,v 1.6 2003/04/02 19:00:26 jmc Exp $
.\" $NetBSD: mkfifo.2,v 1.8 1995/02/27 12:34:27 cgd Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -39,7 +39,7 @@
.Os
.Sh NAME
.Nm mkfifo
-.Nd make a fifo file
+.Nd make a FIFO file
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/stat.h>
@@ -47,7 +47,7 @@
.Fn mkfifo "const char *path" "mode_t mode"
.Sh DESCRIPTION
.Fn mkfifo
-creates a new fifo file with name
+creates a new FIFO file with name
.Fa path .
The access permissions are
specified by
@@ -56,8 +56,8 @@ and restricted by the
.Xr umask 2
of the calling process.
.Pp
-The fifo's owner ID is set to the process's effective user ID.
-The fifo's group ID is set to that of the parent directory in
+The FIFO's owner ID is set to the process's effective user ID.
+The FIFO's group ID is set to that of the parent directory in
which it is created.
.Sh RETURN VALUES
A 0 return value indicates success.
@@ -65,10 +65,10 @@ A \-1 return value indicates an error, and an error code is stored in
.Va errno .
.Sh ERRORS
.Fn mkfifo
-will fail and no fifo will be created if:
+will fail and no FIFO will be created if:
.Bl -tag -width Er
.It Bq Er EOPNOTSUPP
-The kernel has not been configured to support fifo's.
+The kernel has not been configured to support FIFOs.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
@@ -88,20 +88,20 @@ The named file resides on a read-only file system.
.It Bq Er EEXIST
The named file exists.
.It Bq Er ENOSPC
-The directory in which the entry for the new fifo is being placed
+The directory in which the entry for the new FIFO is being placed
cannot be extended because there is no space left on the file
system containing the directory.
.It Bq Er ENOSPC
There are no free inodes on the file system on which the
-fifo is being created.
+FIFO is being created.
.It Bq Er EDQUOT
-The directory in which the entry for the new fifo
+The directory in which the entry for the new FIFO
is being placed cannot be extended because the
user's quota of disk blocks on the file system
containing the directory has been exhausted.
.It Bq Er EDQUOT
The user's quota of inodes on the file system on
-which the fifo is being created has been exhausted.
+which the FIFO is being created has been exhausted.
.It Bq Er EIO
An
.Tn I/O
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 47a42d721ee..7aac8780573 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.27 2002/07/11 19:21:08 millert Exp $
+.\" $OpenBSD: open.2,v 1.28 2003/04/02 19:00:26 jmc Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -138,11 +138,11 @@ If the
.Dv O_SYNC
flag is set, all I/O operations on the file will be done synchronously.
.Pp
-A fifo should either be opened with
+A FIFO should either be opened with
.Dv O_RDONLY
or with
.Dv O_WRONLY .
-The behavior for opening a fifo with
+The behavior for opening a FIFO with
.Dv O_RDWR
is undefined.
.Pp
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index 1ccabf2e724..66e9eca8625 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.28 2003/02/13 08:23:40 jmc Exp $
+.\" $OpenBSD: raidctl.8,v 1.29 2003/04/02 19:00:26 jmc Exp $
.\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -360,7 +360,7 @@ START queue
fifo 100
.Ed
.Pp
-where the queuing method is specified as fifo (first-in, first-out),
+where the queuing method is specified as FIFO (First-In, First-Out),
and the size of the per-component queue is limited to 100 requests.
Other queuing methods may also be specified, but a discussion of them
is beyond the scope of this document.
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index ec2a8c2a3bc..1f7c604d750 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnode.9,v 1.15 2003/03/08 23:17:18 jmc Exp $
+.\" $OpenBSD: vnode.9,v 1.16 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -211,7 +211,7 @@ There is no safe way of defining new v_tags for loadable file systems.
The v_tag attribute is read-only.
.Pp
The v_type attribute indicates what type of file (e.g. directory,
-regular, fifo) this vnode is.
+regular, FIFO) this vnode is.
This is used by the generic code to ensure for various checks.
For example, the
.Xr read 2
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index d6ddc31d216..6f408ec8baf 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtree.8,v 1.22 2003/02/07 07:45:13 jmc Exp $
+.\" $OpenBSD: mtree.8,v 1.23 2003/04/02 19:00:26 jmc Exp $
.\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -213,7 +213,7 @@ character special device
.It Cm dir
directory
.It Cm fifo
-fifo
+FIFO
.It Cm file
regular file
.It Cm link