diff options
author | 2003-04-02 19:00:26 +0000 | |
---|---|---|
committer | 2003-04-02 19:00:26 +0000 | |
commit | 2ead7391eb1dcfb54f7955e03d26cf563a54c15d (patch) | |
tree | f9880d188d84adc7ecff585b85fd20ff34542c86 /lib/libc/string/strmode.3 | |
parent | make it compile after tcpstates changes elsewhere (diff) | |
download | wireguard-openbsd-2ead7391eb1dcfb54f7955e03d26cf563a54c15d.tar.xz wireguard-openbsd-2ead7391eb1dcfb54f7955e03d26cf563a54c15d.zip |
fifo -> FIFO
ok millert@
Diffstat (limited to 'lib/libc/string/strmode.3')
-rw-r--r-- | lib/libc/string/strmode.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |