diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 19:00:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 19:00:27 +0000 |
commit | 530363072a62a5e606ef0bbf54711a8ba7c7ba4d (patch) | |
tree | a95158f5ffd80befaa7175f9562653a8df6ec3f0 /lib/libc/sys/open.2 | |
parent | 2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (diff) |
fifo -> FIFO
ok millert@
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 6 |
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 |