Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib PR/51958: Ngie Cooper: ESRCH error descripti...



details:   https://anonhg.NetBSD.org/src/rev/6fb9e5e9e5bb
branches:  trunk
changeset: 821476:6fb9e5e9e5bb
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 07 22:25:25 2017 +0000

description:
PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typo
for action

diffstat:

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

diffs (27 lines):

diff -r cb43b0ee4b8e -r 6fb9e5e9e5bb lib/libc/stdlib/hcreate.3
--- a/lib/libc/stdlib/hcreate.3 Tue Feb 07 21:19:13 2017 +0000
+++ b/lib/libc/stdlib/hcreate.3 Tue Feb 07 22:25:25 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hcreate.3,v 1.13 2014/07/20 20:17:21 christos Exp $
+.\"    $NetBSD: hcreate.3,v 1.14 2017/02/07 22:25:25 christos Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 20, 2014
+.Dd February 7, 2017
 .Dt HCREATE 3
 .Os
 .Sh NAME
@@ -274,7 +274,7 @@
 and
 .Fn hsearch_r
 functions will also fail if the action is
-.Dv SEARCH
+.Dv FIND
 and the element is not found:
 .Bl -tag -width Er
 .It Bq Er ESRCH



Home | Main Index | Thread Index | Old Index