summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-12-05 07:45:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-12-05 07:45:49 +0000
commit23505b98dddd08823f6a2463c102eac92edbce6c (patch)
tree6d09390810d564b866ab3e0608ebb8611f339559 /lib
parenta380555ffc4c474ed08c60604299e044d337a7cf (diff)
missing word;
from trhodes@freebsd, r200095;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strcmp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index 73cd5b40d81..8b63772bdc7 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcmp.3,v 1.9 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: strcmp.3,v 1.10 2009/12/05 07:45:48 jmc Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: December 5 2009 $
.Dt STRCMP 3
.Os
.Sh NAME
@@ -58,7 +58,7 @@ The
.Fn strcmp
and
.Fn strncmp
-return an integer greater than, equal to, or less than 0, according
+functions return an integer greater than, equal to, or less than 0, according
to whether the string
.Fa s1
is greater than, equal to, or less than the string