diff options
author | jmc <> | 2003-05-10 06:40:44 +0000 |
---|---|---|
committer | jmc <> | 2003-05-10 06:40:44 +0000 |
commit | 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (patch) | |
tree | 7542484e38c267f2c6b485545fe3e8ffc8495108 /src/lib/libc/string/strcoll.3 | |
parent | 583976a4c4c5bbc108417c5ae5b35108e3feb2a6 (diff) | |
download | openbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.tar.gz openbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.tar.bz2 openbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.zip |
typos;
Diffstat (limited to 'src/lib/libc/string/strcoll.3')
-rw-r--r-- | src/lib/libc/string/strcoll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcoll.3 b/src/lib/libc/string/strcoll.3 index 5d3e44ee96..62086c79ac 100644 --- a/src/lib/libc/string/strcoll.3 +++ b/src/lib/libc/string/strcoll.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strcoll.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ | 36 | .\" $OpenBSD: strcoll.3,v 1.4 2003/05/10 06:40:44 jmc Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRCOLL 3 | 39 | .Dt STRCOLL 3 |
@@ -54,7 +54,7 @@ and | |||
54 | .Fa s2 | 54 | .Fa s2 |
55 | according to the current locale collation | 55 | according to the current locale collation |
56 | and returns an integer greater than, equal to, or less than 0, | 56 | and returns an integer greater than, equal to, or less than 0, |
57 | according as | 57 | according to whether |
58 | .Fa s1 | 58 | .Fa s1 |
59 | is greater than, equal to, or less than | 59 | is greater than, equal to, or less than |
60 | .Fa s2 . | 60 | .Fa s2 . |