diff options
Diffstat (limited to 'lib/libc/string/strcspn.3')
-rw-r--r-- | lib/libc/string/strcspn.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index de6aff5ebd4..6f7233a3e4e 100644 --- a/lib/libc/string/strcspn.3 +++ b/lib/libc/string/strcspn.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcspn.3,v 1.3 1999/06/04 16:39:27 aaron Exp $ +.\" $OpenBSD: strcspn.3,v 1.4 1999/09/21 16:44:01 espie Exp $ .\" .Dd June 29, 1991 .Dt STRCSPN 3 @@ -80,9 +80,7 @@ size_t span; span = strcspn(s, charset); .Ed .Sh SEE ALSO -.Xr index 3 , .Xr memchr 3 , -.Xr rindex 3 , .Xr strchr 3 , .Xr strpbrk 3 , .Xr strrchr 3 , |