diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-08 14:19:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-08 14:19:45 +0000 |
commit | fade8d663ec28ac436f83278888e061e80f4f3c2 (patch) | |
tree | 12ae17c7a4f9706d0f57626950837d07c35e2ffa /lib/libc/sys | |
parent | 174e8457860bde4266751a8bd6875230180b92ec (diff) |
fix SEE ALSO;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/setpgid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index 064c3365716..4f8c49d6a52 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setpgid.2,v 1.13 2013/05/08 07:46:26 guenther Exp $ +.\" $OpenBSD: setpgid.2,v 1.14 2013/05/08 14:19:44 jmc Exp $ .\" $NetBSD: setpgid.2,v 1.8 1995/02/27 12:36:55 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -92,7 +92,7 @@ argument does not match the process ID of the calling process or of a descendant of the calling process. .El .Sh SEE ALSO -.Xr getpgrp 2 +.Xr getpgrp 2 , .Xr setsid 2 .Sh STANDARDS .Fn setpgrp |