summaryrefslogtreecommitdiff
path: root/lib/libc/string/strxfrm.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strxfrm.3')
-rw-r--r--lib/libc/string/strxfrm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index b59130730f4..c21f0c7cab6 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strxfrm.3,v 1.6 2007/02/19 19:09:27 jmc Exp $
+.\" $OpenBSD: strxfrm.3,v 1.7 2007/02/19 20:28:32 jmc Exp $
.\"
.Dd June 29, 1991
.Dt STRXFRM 3
@@ -52,7 +52,7 @@ storing the result in
.Ar dst ,
such that
.Xr strcmp 3
-transformed strings return what
+on transformed strings returns what
.Xr strcoll 3
on the original untransformed strings would return.
.Sh SEE ALSO