From: Alejandro Colomar Date: Fri, 29 Oct 2021 10:42:47 +0000 (+0200) Subject: rexec.3: SYNOPSIS: Mark rexec*() as [[deprecated]] X-Git-Tag: man-pages-6.00~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a838a8935312d89ed21897045b7a7a3f1c364ea9;p=thirdparty%2Fman-pages.git rexec.3: SYNOPSIS: Mark rexec*() as [[deprecated]] They are insecure, and replaced by rcmd(3). Signed-off-by: Alejandro Colomar --- diff --git a/man3/rexec.3 b/man3/rexec.3 index 749dfab13f..bb11f3f776 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -20,9 +20,12 @@ Standard C library .nf .B #include .PP +.B [[deprecated]] .BI "int rexec(char **restrict " ahost ", int " inport , .BI " const char *restrict " user ", const char *restrict " passwd , .BI " const char *restrict " cmd ", int *restrict " fd2p ); +.PP +.B [[deprecated]] .BI "int rexec_af(char **restrict " ahost ", int " inport , .BI " const char *restrict " user ", const char *restrict " passwd , .BI " const char *restrict " cmd ", int *restrict " fd2p ,