summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strchr.3')
-rw-r--r--src/lib/libc/string/strchr.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3
index 854438677a..07e7f29f5b 100644
--- a/src/lib/libc/string/strchr.3
+++ b/src/lib/libc/string/strchr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strchr.3,v 1.12 2015/11/24 09:14:35 daniel Exp $ 1.\" $OpenBSD: strchr.3,v 1.13 2018/10/01 06:37:37 martijn 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: November 24 2015 $ 34.Dd $Mdocdate: October 1 2018 $
35.Dt STRCHR 3 35.Dt STRCHR 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -50,6 +50,7 @@ The
50.Fn strchr 50.Fn strchr
51function locates the first occurrence of the character 51function locates the first occurrence of the character
52.Fa c 52.Fa c
53.Pq converted to a char
53in the string 54in the string
54.Fa s . 55.Fa s .
55The terminating NUL character is considered part of the string. 56The terminating NUL character is considered part of the string.