summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcoll.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcoll.3')
-rw-r--r--src/lib/libc/string/strcoll.34
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
55according to the current locale collation 55according to the current locale collation
56and returns an integer greater than, equal to, or less than 0, 56and returns an integer greater than, equal to, or less than 0,
57according as 57according to whether
58.Fa s1 58.Fa s1
59is greater than, equal to, or less than 59is greater than, equal to, or less than
60.Fa s2 . 60.Fa s2 .