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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/re_comp.3 b/man3/re_comp.3
index 8d0c5f049..dd0e622d9 100644
--- a/man3/re_comp.3
+++ b/man3/re_comp.3
@@ -16,8 +16,8 @@ Standard C library
.B #include <sys/types.h>
.B #include <regex.h>
.PP
-.BI "char *re_comp(const char *" regex );
-.BI "int re_exec(const char *" string );
+.BI "[[deprecated]] char *re_comp(const char *" regex );
+.BI "[[deprecated]] int re_exec(const char *" string );
.fi
.SH DESCRIPTION
.BR re_comp ()