diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-11-25 17:22:27 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-11-27 07:49:59 +0100 |
commit | 1113a8fcc115dba625b137ab1a3dcfaf2ac85365 (patch) | |
tree | 294a9f47f02738cb998b0e04a2a05a224b38c791 | |
parent | 3b5b9fd8b5b8781cff011473f52ad2f81b9bce79 (diff) |
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>
-rw-r--r-- | man3/strcmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcmp.3 b/man3/strcmp.3 index ab4630f4..7d3ab1b1 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -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 |