Module Name:    src
Committed By:   christos
Date:           Tue Feb  7 22:25:25 UTC 2017

Modified Files:
        src/lib/libc/stdlib: hcreate.3

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdlib/hcreate.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/hcreate.3
diff -u src/lib/libc/stdlib/hcreate.3:1.13 src/lib/libc/stdlib/hcreate.3:1.14
--- src/lib/libc/stdlib/hcreate.3:1.13	Sun Jul 20 16:17:21 2014
+++ src/lib/libc/stdlib/hcreate.3	Tue Feb  7 17:25:25 2017
@@ -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 @@ The
 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

Reply via email to