summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ctype.36
-rw-r--r--lib/libc/gen/vis.35
-rw-r--r--lib/libc/locale/iswctype.35
3 files changed, 7 insertions, 9 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
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index be9100e5e7a..31c67bab1ed 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vis.3,v 1.30 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: vis.3,v 1.31 2014/11/30 15:54:18 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 30 2014 $
.Dt VIS 3
.Os
.Sh NAME
@@ -252,7 +252,6 @@ Represents character
Only used with
.Dv VIS_ALL .
.El
-.Pp
.It Dv VIS_CSTYLE
Use C-style backslash sequences to represent standard non-printable
characters.
diff --git a/lib/libc/locale/iswctype.3 b/lib/libc/locale/iswctype.3
index 832cf3d088f..c430adee8a1 100644
--- a/lib/libc/locale/iswctype.3
+++ b/lib/libc/locale/iswctype.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iswctype.3,v 1.3 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: iswctype.3,v 1.4 2014/11/30 15:54:18 schwarze Exp $
.\" $NetBSD: iswctype.3,v 1.5 2003/04/16 13:34:40 wiz Exp $
.\"
.\" Copyright (c)2003 Citrus Project,
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 30 2014 $
.Dt ISWCTYPE 3
.Os
.\" ----------------------------------------------------------------------
@@ -79,7 +79,6 @@ is not in
is in
.Fa charclass .
.El
-.Pp
.\" ----------------------------------------------------------------------
.Sh ERRORS
No errors are defined.