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/strcmp.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 '')
| -rw-r--r-- | src/lib/libc/string/strcmp.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3 index a1f59b4dd9..c1173a423a 100644 --- a/src/lib/libc/string/strcmp.3 +++ b/src/lib/libc/string/strcmp.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: strcmp.3,v 1.4 1999/06/06 15:17:32 aaron Exp $ | 36 | .\" $OpenBSD: strcmp.3,v 1.5 2000/04/21 15:24:19 aaron Exp $ |
| 37 | .\" | 37 | .\" |
| 38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
| 39 | .Dt STRCMP 3 | 39 | .Dt STRCMP 3 |
| @@ -53,8 +53,7 @@ The | |||
| 53 | .Fn strcmp | 53 | .Fn strcmp |
| 54 | and | 54 | and |
| 55 | .Fn strncmp | 55 | .Fn strncmp |
| 56 | functions | 56 | functions lexicographically compare the null-terminated strings |
| 57 | lexicographically compare the null-terminated strings | ||
| 58 | .Fa s1 | 57 | .Fa s1 |
| 59 | and | 58 | and |
| 60 | .Fa s2 . | 59 | .Fa s2 . |
| @@ -88,6 +87,5 @@ The | |||
| 88 | .Fn strcmp | 87 | .Fn strcmp |
| 89 | and | 88 | and |
| 90 | .Fn strncmp | 89 | .Fn strncmp |
| 91 | functions | 90 | functions conform to |
| 92 | conform to | ||
| 93 | .St -ansiC . | 91 | .St -ansiC . |
