Module Name:    src
Committed By:   kre
Date:           Thu Jan  5 15:13:57 UTC 2023

Modified Files:
        src/lib/libc/gen: err.3

Log Message:
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.22 -r1.23 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.22 src/lib/libc/gen/err.3:1.23
--- src/lib/libc/gen/err.3:1.22	Mon Jul  3 21:32:49 2017
+++ src/lib/libc/gen/err.3	Thu Jan  5 15:13:57 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: err.3,v 1.22 2017/07/03 21:32:49 wiz Exp $
+.\" $NetBSD: err.3,v 1.23 2023/01/05 15:13:57 kre 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