Submitted by:	garbanzo@hooked.net
Add strncasecmp, strncmp to NAME field.
This commit is contained in:
Daniel O'Callaghan 1998-01-27 07:01:09 +00:00
parent 3f89af99f4
commit 38ce39bde5
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,8 @@
.Dt STRCASECMP 3
.Os
.Sh NAME
.Nm strcasecmp
.Nm strcasecmp ,
.Nm strncasecmp
.Nd compare strings, ignoring case
.Sh SYNOPSIS
.Fd #include <string.h>

View File

@ -39,7 +39,8 @@
.Dt STRCMP 3
.Os
.Sh NAME
.Nm strcmp
.Nm strcmp ,
.Nm strncmp ,
.Nd compare strings
.Sh SYNOPSIS
.Fd #include <string.h>