summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcspn.3
diff options
context:
space:
mode:
authorjsg <>2024-12-11 23:28:20 +0000
committerjsg <>2024-12-11 23:28:20 +0000
commit337ea4f299760a1468c6fd78da569f846f870a91 (patch)
tree6ce040a6c62f3e444c9ac8475e8f479cf1b7cc36 /src/lib/libc/string/strcspn.3
parent529658b69d635a230df11f8a8a30f0c9d8fe14bd (diff)
downloadopenbsd-337ea4f299760a1468c6fd78da569f846f870a91.tar.gz
openbsd-337ea4f299760a1468c6fd78da569f846f870a91.tar.bz2
openbsd-337ea4f299760a1468c6fd78da569f846f870a91.zip
appeared in 4.3BSD before 4.3BSD-Tahoe
ok millert@ schwarze@
Diffstat (limited to 'src/lib/libc/string/strcspn.3')
-rw-r--r--src/lib/libc/string/strcspn.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strcspn.3 b/src/lib/libc/string/strcspn.3
index 07eb9ca26f..91e5c3f1cc 100644
--- a/src/lib/libc/string/strcspn.3
+++ b/src/lib/libc/string/strcspn.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcspn.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: strcspn.3,v 1.12 2024/12/11 23:28:20 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: December 11 2024 $
35.Dt STRCSPN 3 35.Dt STRCSPN 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -105,4 +105,4 @@ The
105function first appeared in 105function first appeared in
106.At III 106.At III
107and was reimplemented for 107and was reimplemented for
108.Bx 4.3 Tahoe . 108.Bx 4.3 .