Module Name:    src
Committed By:   martin
Date:           Fri Jan  6 13:50:03 UTC 2023

Modified Files:
        src/lib/libc/gen [netbsd-8]: err.3

Log Message:
Pull up following revision(s) (requested by kre in ticket #1782):

        lib/libc/gen/err.3: revision 1.23

Add errc() and verrc() to the list of functions which do not return,
but exit() instead.

This was omitted when the *c() set of functions were added in 2014.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.18.1 src/lib/libc/gen/err.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/gen/err.3
diff -u src/lib/libc/gen/err.3:1.21 src/lib/libc/gen/err.3:1.21.18.1
--- src/lib/libc/gen/err.3:1.21	Thu Jan 16 17:21:38 2014
+++ src/lib/libc/gen/err.3	Fri Jan  6 13:50:03 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: err.3,v 1.21 2014/01/16 17:21:38 christos Exp $
+.\" $NetBSD: err.3,v 1.21.18.1 2023/01/06 13:50:03 martin Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)err.3	8.1 (Berkeley) 6/9/93
 .\"
-.Dd January 16, 2014
+.Dd January 5, 2023
 .Dt ERR 3
 .Os
 .Sh NAME
@@ -124,6 +124,8 @@ functions will not output this error mes
 The
 .Fn err ,
 .Fn verr ,
+.Fn errc ,
+.Fn verrc ,
 .Fn errx ,
 and
 .Fn verrx

Reply via email to