Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string fix typo in manual page for strchrnul(3)
details: https://anonhg.NetBSD.org/src/rev/3d65dbf55996
branches: trunk
changeset: 946420:3d65dbf55996
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Nov 26 23:13:55 2020 +0000
description:
fix typo in manual page for strchrnul(3)
diffstat:
lib/libc/string/strchr.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r bf59f85af4c2 -r 3d65dbf55996 lib/libc/string/strchr.3
--- a/lib/libc/string/strchr.3 Thu Nov 26 22:51:35 2020 +0000
+++ b/lib/libc/string/strchr.3 Thu Nov 26 23:13:55 2020 +0000
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strchr.3 8.2 (Berkeley) 4/19/94
-.\" $NetBSD: strchr.3,v 1.13 2016/10/16 05:28:33 wiz Exp $
+.\" $NetBSD: strchr.3,v 1.14 2020/11/26 23:13:55 rillig Exp $
.\"
-.Dd October 12, 2016
+.Dd November 27, 2020
.Dt STRCHR 3
.Os
.Sh NAME
@@ -76,7 +76,7 @@
The function
.Fn strchrnul
returns a pointer to the located character, or
-the a pointer to the
+a pointer to the
.Dv NUL
terminating character of the string if the character does not appear
in the string.
Home |
Main Index |
Thread Index |
Old Index