summaryrefslogtreecommitdiffstats
path: root/man2/setpgid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/setpgid.2')
-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