Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Remove trailing whitespace. Sort SEE ALSO. A...



details:   https://anonhg.NetBSD.org/src/rev/f4534caf8371
branches:  trunk
changeset: 797519:f4534caf8371
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jul 20 13:41:14 2014 +0000

description:
Remove trailing whitespace. Sort SEE ALSO. Add comma in list.

diffstat:

 lib/libc/stdlib/hcreate.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r e1595bad42ac -r f4534caf8371 lib/libc/stdlib/hcreate.3
--- a/lib/libc/stdlib/hcreate.3 Sun Jul 20 13:39:10 2014 +0000
+++ b/lib/libc/stdlib/hcreate.3 Sun Jul 20 13:41:14 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hcreate.3,v 1.11 2014/07/20 13:34:17 christos Exp $
+.\"    $NetBSD: hcreate.3,v 1.12 2014/07/20 13:41:14 wiz Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -153,7 +153,7 @@
 .Fn hdestroy
 and
 .Fn hdestroy_r
-functions don't 
+functions don't
 .Xr free 3
 the data associated with the
 .Fa key
@@ -177,14 +177,14 @@
 .Dv FREE_KEY
 is set, then the
 .Fa key
-of each entry will be 
+of each entry will be
 passed to
 .Xr free 3 .
 If the bit
 .Dv FREE_VALUE
 is set, then the
 .Fa value
-of each entry will be 
+of each entry will be
 passed to
 .Xr free 3 .
 .Pp
@@ -288,9 +288,9 @@
 .El
 .Sh SEE ALSO
 .Xr bsearch 3 ,
+.Xr free 3 ,
 .Xr lsearch 3 ,
 .Xr malloc 3 ,
-.Xr free 3 ,
 .Xr strcmp 3
 .Sh STANDARDS
 The
@@ -310,7 +310,7 @@
 .At V .
 The
 .Fn hcreate_r ,
-.Fn hdestroy_r
+.Fn hdestroy_r ,
 and
 .Fn hsearch_r
 functions are



Home | Main Index | Thread Index | Old Index