diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 15:54:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 15:54:19 +0000 |
commit | 9a5f1d4c20ae7ab21d515823ff0868e3c0f06226 (patch) | |
tree | 9b152ed5ca09c231cada58c4dcf1f512e6b5bc45 /lib/libc/gen/ctype.3 | |
parent | b2c550d646ecc24c9d192b00e3ec85837ecc0457 (diff) |
mandoc -Tlint fixes from <kaspars at bankovskis dot net>
Diffstat (limited to 'lib/libc/gen/ctype.3')
-rw-r--r-- | lib/libc/gen/ctype.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index 82116c6c07f..290edab3be9 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctype.3,v 1.11 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: ctype.3,v 1.12 2014/11/30 15:54:18 schwarze Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt CTYPE 3 .Os .Sh NAME @@ -107,7 +107,7 @@ The functions .Fn isdigit , .Fn isalnum , .Fn isspace , -.Fn ispunct , +.Fn ispunct , .Fn isprint , .Fn iscntrl , and |