Module Name:    src
Committed By:   christos
Date:           Sun Sep 22 00:22:09 UTC 2024

Modified Files:
        src/lib/libc/regex: regex.3

Log Message:
Fix section header (Anonymous)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/regex/regex.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/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.33 src/lib/libc/regex/regex.3:1.34
--- src/lib/libc/regex/regex.3:1.33	Sat Dec  3 20:29:32 2022
+++ src/lib/libc/regex/regex.3	Sat Sep 21 20:22:08 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: regex.3,v 1.33 2022/12/04 01:29:32 uwe Exp $
+.\" $NetBSD: regex.3,v 1.34 2024/09/22 00:22:08 christos Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
@@ -34,7 +34,7 @@
 .\"	@(#)regex.3	8.4 (Berkeley) 3/20/94
 .\" $FreeBSD: head/lib/libc/regex/regex.3 363817 2020-08-04 02:06:49Z kevans $
 .\"
-.Dd March 11, 2021
+.Dd September 21, 2024
 .Dt REGEX 3
 .Os
 .Sh NAME
@@ -260,7 +260,7 @@ If
 .Fn regcomp
 fails, it returns a non-zero error code;
 see
-.Sx DIAGNOSTICS .
+.Sx RETURN VALUES .
 .Pp
 The
 .Fn regexec
@@ -375,7 +375,7 @@ returns 0 for success and the non-zero c
 for failure.
 Other non-zero error codes may be returned in exceptional situations;
 see
-.Sx DIAGNOSTICS .
+.Sx RETURN VALUES .
 .Pp
 If
 .Dv REG_NOSUB

Reply via email to