Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string Remove names from the NAME section which hav...



details:   https://anonhg.NetBSD.org/src/rev/6a2df9a60e2b
branches:  trunk
changeset: 824759:6a2df9a60e2b
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sat Jun 17 10:48:09 2017 +0000

description:
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:

 lib/libc/string/strings.3 |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (30 lines):

diff -r c613e18a3d9e -r 6a2df9a60e2b lib/libc/string/strings.3
--- a/lib/libc/string/strings.3 Sat Jun 17 10:46:34 2017 +0000
+++ b/lib/libc/string/strings.3 Sat Jun 17 10:48:09 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index