summaryrefslogtreecommitdiffstats
path: root/man3/re_comp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/re_comp.3')
-rw-r--r--man3/re_comp.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/re_comp.3 b/man3/re_comp.3
index e61d40c86..3cb445015 100644
--- a/man3/re_comp.3
+++ b/man3/re_comp.3
@@ -5,7 +5,7 @@
.\"
.\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk)
.\"
-.TH re_comp 3 2022-12-15 "Linux man-pages 6.03"
+.TH re_comp 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
re_comp, re_exec \- BSD regex functions
.SH LIBRARY
@@ -49,24 +49,24 @@ returns 1 for a successful match, zero for failure.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR re_comp (),
.BR re_exec ()
T} Thread safety MT-Unsafe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
+None.
+.SH HISTORY
4.3BSD.
-.SH NOTES
+.PP
These functions are obsolete; the functions documented in
.BR regcomp (3)
should be used instead.