From: Alejandro Colomar Date: Fri, 29 Oct 2021 10:44:40 +0000 (+0200) Subject: re_comp.3: SYNOPSIS: Mark these functions as [[deprecated]] X-Git-Tag: man-pages-6.00~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=893462ec02a14032b5a071bf39c9cda2d97ad364;p=thirdparty%2Fman-pages.git re_comp.3: SYNOPSIS: Mark these functions as [[deprecated]] They are MT unsafe, and replaced by the MT-safe POSIX regex(3) functions. Signed-off-by: Alejandro Colomar --- diff --git a/man3/re_comp.3 b/man3/re_comp.3 index 8d0c5f0493..dd0e622d96 100644 --- a/man3/re_comp.3 +++ b/man3/re_comp.3 @@ -16,8 +16,8 @@ Standard C library .B #include .B #include .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 ()