diff options
author | 2003-04-30 06:28:10 +0000 | |
---|---|---|
committer | 2003-04-30 06:28:10 +0000 | |
commit | da41a9de3f63eede372bf6db0a5aaec52c499a57 (patch) | |
tree | 1ad96110984f02778c76a983422720ef2adb4e59 /lib/libc/gen/isgraph.3 | |
parent | removed unused .Bd macro; (diff) | |
download | wireguard-openbsd-da41a9de3f63eede372bf6db0a5aaec52c499a57.tar.xz wireguard-openbsd-da41a9de3f63eede372bf6db0a5aaec52c499a57.zip |
typos;
Diffstat (limited to 'lib/libc/gen/isgraph.3')
-rw-r--r-- | lib/libc/gen/isgraph.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index 872e717026b..54c04bd95d4 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgraph.3,v 1.6 2001/06/25 03:24:01 pjanzen Exp $ +.\" $OpenBSD: isgraph.3,v 1.7 2003/04/30 06:28:10 jmc Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm isgraph -.Nd printing character test (space character exculsive) +.Nd printing character test (space character exclusive) .Sh SYNOPSIS .Fd #include <ctype.h> .Ft int |