summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2007-02-18 00:46:47 +0000
committerwiz <wiz@NetBSD.org>2007-02-18 00:46:47 +0000
commit216334ea2c09779ed935846039b3ac00f65dbac0 (patch)
tree89c3e025d25516efd7c05a4a1a77d4a5e05b006c /lib/libc/string
parent002621f0bc8e7c08977abb11ff7314f1164dc399 (diff)
Bump date for previous.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strxfrm.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index 291aa9c92f4..fcec9a9d855 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strxfrm.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strxfrm.3,v 1.10 2007/02/18 00:38:22 hubertf Exp $
+.\" $NetBSD: strxfrm.3,v 1.11 2007/02/18 00:46:47 wiz Exp $
.\"
-.Dd June 4, 1993
+.Dd February 18, 2007
.Dt STRXFRM 3
.Os
.Sh NAME
@@ -55,7 +55,7 @@ storing the result in
.Ar dst ,
such that
.Xr strcmp 3
-transformed strings returns what
+on transformed strings returns what
.Xr strcoll 3
on the original untransformed strings would return.
.Sh SEE ALSO