diff options
author | 2003-09-02 18:24:21 +0000 | |
---|---|---|
committer | 2003-09-02 18:24:21 +0000 | |
commit | 18f460da04a95b776f3a9f2c79cbaa1cae63b6b5 (patch) | |
tree | fcdca8432e3ad81dc996010eea57a020939c85a3 /lib/libc/string/strmode.3 | |
parent | A couple of nits. deraadt@ ok. (diff) | |
download | wireguard-openbsd-18f460da04a95b776f3a9f2c79cbaa1cae63b6b5.tar.xz wireguard-openbsd-18f460da04a95b776f3a9f2c79cbaa1cae63b6b5.zip |
escape punctuation;
ok deraadt@
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 56651e16bad..bc45c4ce1f8 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.10 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: strmode.3,v 1.11 2003/09/02 18:24:21 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -69,7 +69,7 @@ FIFO socket .It w whiteout -.It ? +.It \&? unknown inode type .El .Pp |