summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/string/strchr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3
index 806fe734da..c3bc2f8817 100644
--- a/src/lib/libc/string/strchr.3
+++ b/src/lib/libc/string/strchr.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: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $ 36.\" $OpenBSD: strchr.3,v 1.3 1997/12/29 22:31:50 deraadt Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRCHR 3 39.Dt STRCHR 3
@@ -53,7 +53,7 @@ function locates the first occurrence of
53in the string pointed to by 53in the string pointed to by
54.Ar s . 54.Ar s .
55The terminating 55The terminating
56.Dv NULL 56.Dv NUL
57character is considered part of the string. 57character is considered part of the string.
58If 58If
59.Fa c 59.Fa c