diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 07:15:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 07:15:16 +0000 |
commit | 4fb9d3c4ec8e78609dd64c10f62dcc580deccf2e (patch) | |
tree | 0740d60ffa7cf2ae34b3118cb286c136a0e3b87e /lib/libc/sys | |
parent | db2b5223d90c6f4d4dd6c24ce5c57fea73e3029c (diff) |
Xr correctly
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getsid.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/setsid.2 | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index a25e072f882..7f029960e33 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsid.2,v 1.1 1997/11/13 07:11:14 deraadt Exp $ +.\" $OpenBSD: getsid.2,v 1.2 1997/11/13 07:15:15 deraadt Exp $ .\" .\" Copyright (c) 1997 Peter Wemm <peter@freebsd.org> .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: getsid.2,v 1.1 1997/11/13 07:11:14 deraadt Exp $ +.\" $Id: getsid.2,v 1.2 1997/11/13 07:15:15 deraadt Exp $ .\" .Dd August 19, 1997 .Dt GETSID 2 @@ -70,10 +70,6 @@ processes within the same session ID as the calling process. .Xr termios 4 .Sh HISTORY The -.Fn setsid -function call appeared in -.Fx 3.0 . -The .Fn getsid function call is derived from it's usage in .At V , diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index a10e0fc61ea..a88640b2682 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -70,6 +70,7 @@ group ID of a process other than the calling process matches the process ID of the calling process. .El .Sh SEE ALSO +.Xr getsid 2 , .Xr setpgid 3 , .Xr tcgetpgrp 3 , .Xr tcsetpgrp 3 |