diff options
author | aaron <> | 2000-04-21 15:24:20 +0000 |
---|---|---|
committer | aaron <> | 2000-04-21 15:24:20 +0000 |
commit | 9fb35611cc3d03bef8b690b62e0904507c414a61 (patch) | |
tree | cbb158a96fec3a91f1d59c3e9f768b10d6ed872e /src/lib/libc/string/strcoll.3 | |
parent | a4336f357f9e30dffdfad4909b24bd2e82c096a2 (diff) | |
download | openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.gz openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.bz2 openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.zip |
Flesh out libc string function man pages.
Diffstat (limited to 'src/lib/libc/string/strcoll.3')
-rw-r--r-- | src/lib/libc/string/strcoll.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/string/strcoll.3 b/src/lib/libc/string/strcoll.3 index 20af998885..5d3e44ee96 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.2 1996/08/19 08:34:12 tholo Exp $ | 36 | .\" $OpenBSD: strcoll.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRCOLL 3 | 39 | .Dt STRCOLL 3 |
@@ -48,8 +48,7 @@ | |||
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | The | 49 | The |
50 | .Fn strcoll | 50 | .Fn strcoll |
51 | function | 51 | function lexicographically compares the null-terminated strings |
52 | lexicographically compares the null-terminated strings | ||
53 | .Fa s1 | 52 | .Fa s1 |
54 | and | 53 | and |
55 | .Fa s2 | 54 | .Fa s2 |
@@ -69,6 +68,5 @@ is greater than, equal to, or less than | |||
69 | .Sh STANDARDS | 68 | .Sh STANDARDS |
70 | The | 69 | The |
71 | .Fn strcoll | 70 | .Fn strcoll |
72 | function | 71 | function conforms to |
73 | conforms to | ||
74 | .St -ansiC . | 72 | .St -ansiC . |