diff options
author | 2013-05-10 05:59:37 +0000 | |
---|---|---|
committer | 2013-05-10 05:59:37 +0000 | |
commit | 164587748ae5cfaf4fa1a70b1e533d18cefcacd7 (patch) | |
tree | fca521b8122cb526598d23db42356e46ba30a57e /lib/libc | |
parent | Clarify behavior of SA_NOCLDWAIT (diff) | |
download | wireguard-openbsd-164587748ae5cfaf4fa1a70b1e533d18cefcacd7.tar.xz wireguard-openbsd-164587748ae5cfaf4fa1a70b1e533d18cefcacd7.zip |
Update STANDARDS
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/setsid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index 8a4977b0b02..4821574e56d 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.12 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: setsid.2,v 1.13 2013/05/10 05:59:37 guenther Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)setsid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 10 2013 $ .Dt SETSID 2 .Os .Sh NAME @@ -75,5 +75,5 @@ ID of the calling process. The .Nm setsid function is expected to be compliant with the -.St -p1003.1-88 +.St -p1003.1-2008 specification. |