diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-19 20:28:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-19 20:28:33 +0000 |
commit | 287e1ae261a459db17a825c39b9e609d1208d177 (patch) | |
tree | b3233ea72a03d39640da01de473f9d7df8a7e457 /lib | |
parent | fbc515e6584e89b4fc701399cf7b2b6937130266 (diff) |
wording fix from wiz@netbsd, -r1.11;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/strxfrm.3 | 4 |
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 |