summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcmp.3')
-rw-r--r--src/lib/libc/string/strcmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3
index c1173a423a..0482604eae 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.5 2000/04/21 15:24:19 aaron Exp $ 36.\" $OpenBSD: strcmp.3,v 1.6 2003/05/10 06:40:44 jmc Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRCMP 3 39.Dt STRCMP 3
@@ -63,7 +63,7 @@ The
63and 63and
64.Fn strncmp 64.Fn strncmp
65return an integer greater than, equal to, or less than 0, according 65return an integer greater than, equal to, or less than 0, according
66as the string 66to whether the string
67.Fa s1 67.Fa s1
68is greater than, equal to, or less than the string 68is greater than, equal to, or less than the string
69.Fa s2 . 69.Fa s2 .