summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-04-02 19:00:26 +0000
committerjmc <jmc@openbsd.org>2003-04-02 19:00:26 +0000
commit2ead7391eb1dcfb54f7955e03d26cf563a54c15d (patch)
treef9880d188d84adc7ecff585b85fd20ff34542c86 /lib/libc/sys/open.2
parentmake it compile after tcpstates changes elsewhere (diff)
downloadwireguard-openbsd-2ead7391eb1dcfb54f7955e03d26cf563a54c15d.tar.xz
wireguard-openbsd-2ead7391eb1dcfb54f7955e03d26cf563a54c15d.zip
fifo -> FIFO
ok millert@
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.26
1 files changed, 3 insertions, 3 deletions
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