summaryrefslogtreecommitdiff
path: root/lib/libc/string/strings.3
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2017-06-17 10:48:09 +0000
committerabhinav <abhinav@NetBSD.org>2017-06-17 10:48:09 +0000
commit2fed9a0f9b3b16bb6633788ee3abd5f0fb39431d (patch)
tree08db175579cc609945575428336e0454178d40ba /lib/libc/string/strings.3
parent3389682f510d987e7178b2b525058a9652dc5ee0 (diff)
Remove names from the NAME section which have their own man pages.
This is similar to the changes made in string(3) and memory(3) man pages previously. The reasin being that, when you do `whatis ffs', an extra entry will be there in the output for this page, which is confusing and unncessary. Bump date for changes in the NAME section.
Diffstat (limited to 'lib/libc/string/strings.3')
-rw-r--r--lib/libc/string/strings.313
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/libc/string/strings.3 b/lib/libc/string/strings.3
index 176fe30a985..ea63e723d7a 100644
--- a/lib/libc/string/strings.3
+++ b/lib/libc/string/strings.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strings.3,v 1.2 2016/07/14 17:43:48 abhinav Exp $
+.\" $NetBSD: strings.3,v 1.3 2017/06/17 10:48:09 abhinav Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,18 +27,11 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 17, 2007
+.Dd June 17, 2017
.Dt STRINGS 3
.Os
.Sh NAME
-.Nm bcmp ,
-.Nm bcopy ,
-.Nm bzero ,
-.Nm ffs ,
-.Nm index ,
-.Nm rindex ,
-.Nm strcasecmp ,
-.Nm strncasecmp
+.Nm strings
.Nd string operations
.Sh LIBRARY
.Lb libc