summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcspn.3
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-09-21 16:44:02 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-09-21 16:44:02 +0000
commit6121e0e44bb036165cd94788e7ec371853074738 (patch)
tree8349243118aad1fc1a8a325ff69fceec1f7b4bc8 /lib/libc/string/strcspn.3
parent7f01c9d6df9ead7cf08e5b2dbc317ada575b5350 (diff)
index/rindex as deprecated synonyms to strchr/strrchr.
Diffstat (limited to 'lib/libc/string/strcspn.3')
-rw-r--r--lib/libc/string/strcspn.34
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 ,