summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ispunct.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/ispunct.3')
-rw-r--r--lib/libc/gen/ispunct.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ispunct.3 b/lib/libc/gen/ispunct.3
index 74d9227e50c..96da785afa3 100644
--- a/lib/libc/gen/ispunct.3
+++ b/lib/libc/gen/ispunct.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ispunct.3,v 1.8 2002/07/10 14:37:14 yamt Exp $
+.\" $NetBSD: ispunct.3,v 1.9 2003/04/16 13:34:37 wiz Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]ctype.h\*[Gt]
+.In ctype.h
.Ft int
.Fn ispunct "int c"
.Sh DESCRIPTION