diff options
-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. |