summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 02:55:17 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:13:31 +0200
commit7b702f3ba40a15e285d98dedf39c21de36e0a78e (patch)
treec9cc05c5e84af9ed3197276ef7e5e9c212811a1c
parent24d680aa9616d356a29cfbc0c8c010c271311e50 (diff)
setpgid.2: SYNOPSIS: Mark POSIX setpgrp() as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/setpgid.22
1 files changed, 1 insertions, 1 deletions
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