strcmp.3: Enhance RETURN VALUE text and remove redundant text from DESCRIPTION

Note that sign of result equals sign of difference between
first two bytes that differ (treated as "unsigned char")."

Reported-by: Jon Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-11-25 17:22:27 +01:00
parent 3b5b9fd8b5
commit 1113a8fcc1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2001-08-31, aeb
.\"
.TH STRCMP 3 2012-05-10 "" "Linux Programmer's Manual"
.TH STRCMP 3 2012-11-25 "" "Linux Programmer's Manual"
.SH NAME
strcmp, strncmp \- compare two strings
.SH SYNOPSIS