From 30341a6298c257343705e4c665415356ea05630f Mon Sep 17 00:00:00 2001 From: daniel <> Date: Tue, 24 Nov 2015 09:14:35 +0000 Subject: Document that these functions are now in strings.h. ok millert@ --- src/lib/libc/string/strchr.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/strchr.3') diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3 index eb9ac8e833..854438677a 100644 --- a/src/lib/libc/string/strchr.3 +++ b/src/lib/libc/string/strchr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strchr.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strchr.3,v 1.12 2015/11/24 09:14:35 daniel Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 24 2015 $ .Dt STRCHR 3 .Os .Sh NAME @@ -42,6 +42,7 @@ .In string.h .Ft char * .Fn strchr "const char *s" "int c" +.In strings.h .Ft char * .Fn index "const char *s" "int c" .Sh DESCRIPTION -- cgit v1.2.3-55-g6feb