diff options
author | ru <ru@FreeBSD.org> | 2001-03-09 11:16:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-09 11:16:09 +0000 |
commit | 0edd53c0e0b0f4365a365f2ef2e548dc0a2c9f9e (patch) | |
tree | a557cb0b2978d306ec5259d1b9a34e48f53f9104 /lib/libc/sys | |
parent | 20da37272b4fdcc467d5a9ff5f342a6f84b28294 (diff) | |
download | FreeBSD-src-0edd53c0e0b0f4365a365f2ef2e548dc0a2c9f9e.zip FreeBSD-src-0edd53c0e0b0f4365a365f2ef2e548dc0a2c9f9e.tar.gz |
This is the getsid() we are talking about, not setsid().
PR: docs/25626
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getsid.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index 69b8813..007ab81f 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -70,7 +70,7 @@ processes within the same session ID as the calling process. .Xr termios 4 .Sh HISTORY The -.Fn setsid +.Fn getsid function call appeared in .Fx 3.0 . The |