setpgid.2: tfix

Reported-by: Kevin <tsubasa.xw@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-02-21 13:50:00 +01:00
parent a3aef2a245
commit f859dc58b6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ setpgid, getpgid, setpgrp, getpgrp \- set/get process group
.sp
.BR "pid_t getpgrp(void);" " /* POSIX.1 version */"
.br
.BI "pid_t getpgrp(psid_t " pid ");\ \ \ \ \ \ \ \ \ "
.BI "pid_t getpgrp(pid_t " pid ");\ \ \ \ \ \ \ \ \ "
/* BSD version */
.sp
.BR "int setpgrp(void);" " /* System V version */"