diff options
Diffstat (limited to 'lib/libc/sys/setsid.2')
-rw-r--r-- | lib/libc/sys/setsid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index d039f50a84c..9be3d8bffc6 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.6 1998/07/06 18:28:30 deraadt Exp $ +.\" $OpenBSD: setsid.2,v 1.7 1998/07/24 00:43:48 espie Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,8 +71,8 @@ group ID of a process other than the calling process matches the process ID of the calling process. .El .Sh SEE ALSO +.Xr setpgid 2 , .Xr getsid 2 , -.Xr setpgid 3 , .Xr tcgetpgrp 3 , .Xr tcsetpgrp 3 .Sh STANDARDS |