diff options
author | 1997-11-05 10:02:54 +0000 | |
---|---|---|
committer | 1997-11-05 10:02:54 +0000 | |
commit | e31790668919d02e8678f177e77f6f45ec8a9f9b (patch) | |
tree | b10d4d213a59cdaf9d048099e6b42410478f416e /lib/libc/gen/isascii.3 | |
parent | if xdr_replymsg() fails, it can leave memory still allocated. thus we (diff) | |
download | wireguard-openbsd-e31790668919d02e8678f177e77f6f45ec8a9f9b.tar.xz wireguard-openbsd-e31790668919d02e8678f177e77f6f45ec8a9f9b.zip |
XPG4, not ANSI; seebs@puddle.plethora.net
Diffstat (limited to 'lib/libc/gen/isascii.3')
-rw-r--r-- | lib/libc/gen/isascii.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3 index 45ce250ac37..2651eb25b7f 100644 --- a/lib/libc/gen/isascii.3 +++ b/lib/libc/gen/isascii.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isascii.3,v 1.2 1996/08/19 08:24:30 tholo Exp $ +.\" $OpenBSD: isascii.3,v 1.3 1997/11/05 10:02:54 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -70,4 +70,4 @@ equal to 0177. The .Fn isascii function conforms to -.St -ansiC . +.St -xpg4 . |