summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-19 20:28:32 +0000
committerjmc <jmc@openbsd.org>2007-02-19 20:28:32 +0000
commitf7353d3397f608656503361b2701ea90ea84c210 (patch)
tree2e216253dfd5871821984e8835ffe29857429fff /lib/libc/string
parent- Check for fgets failure. (diff)
downloadwireguard-openbsd-f7353d3397f608656503361b2701ea90ea84c210.tar.xz
wireguard-openbsd-f7353d3397f608656503361b2701ea90ea84c210.zip
wording fix from wiz@netbsd, -r1.11;
Diffstat (limited to 'lib/libc/string')
-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