From 7b702f3ba40a15e285d98dedf39c21de36e0a78e Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 29 Oct 2021 02:55:17 +0200 Subject: setpgid.2: SYNOPSIS: Mark POSIX setpgrp() as [[deprecated]] Signed-off-by: Alejandro Colomar --- man2/setpgid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/setpgid.2 b/man2/setpgid.2 index b23da4fe7..209d0e80f 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -33,7 +33,7 @@ Standard C library .BR "pid_t getpgrp(void);" " /* POSIX.1 version */" .BI "[[deprecated]] pid_t getpgrp(pid_t " pid ");\fR /* BSD version */" .PP -.BR "int setpgrp(void);" " /* System V version */" +.BR "[[deprecated]] int setpgrp(void);" " /* System V version */" .BI "[[deprecated]] int setpgrp(pid_t " pid ", pid_t " pgid ");\fR /* BSD version */" .fi .PP -- cgit v1.2.3