diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-05 10:02:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-05 10:02:55 +0000 |
commit | a701153fef832bec052f0e778b69dae00e51d04d (patch) | |
tree | a680e1848479c4b2066c068363b3cb0a68771dc3 /lib/libc | |
parent | eedd3e47495b9a5cf600b4fd2613eaf91412f9cb (diff) |
XPG4, not ANSI; seebs@puddle.plethora.net
Diffstat (limited to 'lib/libc')
-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 . |