diff options
Diffstat (limited to 'src/lib/libc/string/strpbrk.3')
-rw-r--r-- | src/lib/libc/string/strpbrk.3 | 10 |
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 |
49 | The | 49 | The |
50 | .Fn strpbrk | 50 | .Fn strpbrk |
51 | function | 51 | function locates in the null-terminated string |
52 | locates in the null-terminated string | ||
53 | .Fa s | 52 | .Fa s |
54 | the first occurrence of any character in the string | 53 | the 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. | |||
57 | If no characters from | 56 | If no characters from |
58 | .Fa charset | 57 | .Fa charset |
59 | occur anywhere in | 58 | occur anywhere in |
60 | .Fa s | 59 | .Fa s , |
61 | .Fn strpbrk | 60 | .Fn strpbrk |
62 | returns | 61 | returns |
63 | .Dv NULL . | 62 | .Dv NULL . |
@@ -73,6 +72,5 @@ returns | |||
73 | .Sh STANDARDS | 72 | .Sh STANDARDS |
74 | The | 73 | The |
75 | .Fn strpbrk | 74 | .Fn strpbrk |
76 | function | 75 | function conforms to |
77 | conforms to | ||
78 | .St -ansiC . | 76 | .St -ansiC . |