summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strpbrk.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strpbrk.3')
-rw-r--r--src/lib/libc/string/strpbrk.310
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libc/string/strpbrk.3 b/src/lib/libc/string/strpbrk.3
index c7b7731ec2..52bf13b924 100644
--- a/src/lib/libc/string/strpbrk.3
+++ b/src/lib/libc/string/strpbrk.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strpbrk.3,v 1.4 1999/09/21 16:44:01 espie Exp $ 36.\" $OpenBSD: strpbrk.3,v 1.5 2000/04/21 15:24:20 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRPBRK 3 39.Dt STRPBRK 3
@@ -48,8 +48,7 @@
48.Sh DESCRIPTION 48.Sh DESCRIPTION
49The 49The
50.Fn strpbrk 50.Fn strpbrk
51function 51function locates in the null-terminated string
52locates in the null-terminated string
53.Fa s 52.Fa s
54the first occurrence of any character in the string 53the first occurrence of any character in the string
55.Fa charset 54.Fa charset
@@ -57,7 +56,7 @@ and returns a pointer to this character.
57If no characters from 56If no characters from
58.Fa charset 57.Fa charset
59occur anywhere in 58occur anywhere in
60.Fa s 59.Fa s ,
61.Fn strpbrk 60.Fn strpbrk
62returns 61returns
63.Dv NULL . 62.Dv NULL .
@@ -73,6 +72,5 @@ returns
73.Sh STANDARDS 72.Sh STANDARDS
74The 73The
75.Fn strpbrk 74.Fn strpbrk
76function 75function conforms to
77conforms to
78.St -ansiC . 76.St -ansiC .