diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libc/sys/setregid.2 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/sys/setregid.2')
-rw-r--r-- | lib/libc/sys/setregid.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/setregid.2 b/lib/libc/sys/setregid.2 index 6b92da8c74f..0d7aedc1a20 100644 --- a/lib/libc/sys/setregid.2 +++ b/lib/libc/sys/setregid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setregid.2,v 1.7 2012/06/26 21:27:44 tedu Exp $ +.\" $OpenBSD: setregid.2,v 1.8 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)setregid.2 8.2 (Berkeley) 4/16/94 .\" -.Dd $Mdocdate: June 26 2012 $ +.Dd $Mdocdate: July 17 2013 $ .Dt SETREGID 2 .Os .Sh NAME @@ -97,8 +97,8 @@ specifications. .Sh HISTORY The .Fn setregid -function call appeared in -.Bx 4.2 . +system call first appeared in +.Bx 4.1c . A semantically different version appeared in .Bx 4.4 . The current version, with the original semantics restored, appeared in |