diff options
author | jmc <> | 2007-02-19 20:28:32 +0000 |
---|---|---|
committer | jmc <> | 2007-02-19 20:28:32 +0000 |
commit | a7d89787c37651709879a99ae7952b28afec63b7 (patch) | |
tree | 935cd25b4a7d1c17c16b9a73e62f9e3119cbf23f | |
parent | 59c0deab96f8cc06bc5dfb59a5351105098a8824 (diff) | |
download | openbsd-a7d89787c37651709879a99ae7952b28afec63b7.tar.gz openbsd-a7d89787c37651709879a99ae7952b28afec63b7.tar.bz2 openbsd-a7d89787c37651709879a99ae7952b28afec63b7.zip |
wording fix from wiz@netbsd, -r1.11;
-rw-r--r-- | src/lib/libc/string/strxfrm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strxfrm.3 b/src/lib/libc/string/strxfrm.3 index b59130730f..c21f0c7cab 100644 --- a/src/lib/libc/string/strxfrm.3 +++ b/src/lib/libc/string/strxfrm.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: strxfrm.3,v 1.6 2007/02/19 19:09:27 jmc Exp $ | 32 | .\" $OpenBSD: strxfrm.3,v 1.7 2007/02/19 20:28:32 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd June 29, 1991 | 34 | .Dd June 29, 1991 |
35 | .Dt STRXFRM 3 | 35 | .Dt STRXFRM 3 |
@@ -52,7 +52,7 @@ storing the result in | |||
52 | .Ar dst , | 52 | .Ar dst , |
53 | such that | 53 | such that |
54 | .Xr strcmp 3 | 54 | .Xr strcmp 3 |
55 | transformed strings return what | 55 | on transformed strings returns what |
56 | .Xr strcoll 3 | 56 | .Xr strcoll 3 |
57 | on the original untransformed strings would return. | 57 | on the original untransformed strings would return. |
58 | .Sh SEE ALSO | 58 | .Sh SEE ALSO |