summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/setregid.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/setregid.3')
-rw-r--r--lib/libc/compat-43/setregid.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/compat-43/setregid.3 b/lib/libc/compat-43/setregid.3
index 0659a4b5aac..9ba7b4b7763 100644
--- a/lib/libc/compat-43/setregid.3
+++ b/lib/libc/compat-43/setregid.3
@@ -29,20 +29,20 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: setregid.3,v 1.3 1999/05/23 14:10:57 aaron Exp $
+.\" $OpenBSD: setregid.3,v 1.4 1999/05/25 13:06:44 aaron Exp $
.\"
.Dd March 10, 1991
.Dt SETREGID 3
.Os
.Sh NAME
.Nm setregid
-.Nd set real and effective group ID's
+.Nd set real and effective group IDs
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
.Fn setregid "int rgid" "int egid"
.Sh DESCRIPTION
-The real and effective group ID's of the current process
+The real and effective group IDs of the current process
are set to the arguments.
Unprivileged users may change the real group
ID to the effective group ID and vice-versa; only the super-user may
@@ -60,7 +60,7 @@ the set-group-ID value. This function did not work correctly, and its
purpose is now better served by the use of the
.Fn setegid
function (see
-.Xr setuid 2 ).
+.Xr setuid 2 ) .
.Pp
When setting the real and effective group IDs to the same value, the
standard