summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-07-25 07:51:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-07-25 07:51:31 +0000
commit8f06bc9f4301eeb16f1026ad04f7ecfb0c1e9d80 (patch)
treecb5a55357733a0f757c0b74faebe304b229bb7fd /lib/libc/string
parentc96b7a3cd9865d574fe9ada8a4c85b280e2718e8 (diff)
tweak previous;
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcmp.34
-rw-r--r--lib/libc/string/wcschr.34
-rw-r--r--lib/libc/string/wcslcpy.34
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index aea2023b7bf..5b0794208ac 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strcmp.3,v 1.11 2011/07/25 00:38:53 schwarze Exp $
+.\" $OpenBSD: strcmp.3,v 1.12 2011/07/25 07:51:30 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -78,7 +78,7 @@ is greater than
.Xr strcasecmp 3 ,
.Xr strcoll 3 ,
.Xr strxfrm 3 ,
-.Xr wcscmp
+.Xr wcscmp 3
.Sh STANDARDS
The
.Fn strcmp
diff --git a/lib/libc/string/wcschr.3 b/lib/libc/string/wcschr.3
index ffe42f7ae6a..ca2c0ed7438 100644
--- a/lib/libc/string/wcschr.3
+++ b/lib/libc/string/wcschr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcschr.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $
+.\" $OpenBSD: wcschr.3,v 1.3 2011/07/25 07:51:30 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -77,7 +77,7 @@ function conforms to
and was first introduced in
.St -isoC-amd1 .
.Sh HISTORY
-The
+The
.Fn wcschr
function was ported from
.Nx
diff --git a/lib/libc/string/wcslcpy.3 b/lib/libc/string/wcslcpy.3
index ed6de07cbea..98ecf0aabc5 100644
--- a/lib/libc/string/wcslcpy.3
+++ b/lib/libc/string/wcslcpy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcslcpy.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $
+.\" $OpenBSD: wcslcpy.3,v 1.3 2011/07/25 07:51:30 jmc Exp $
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -143,5 +143,5 @@ The
.Fn wcslcpy
and
.Fn wcslcat
-functions are based on code by
+functions are based on code by
.An Todd C. Miller Aq Todd.Miller@courtesan.com .