summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authormjl <mjl@NetBSD.org>1999-12-28 02:51:17 +0000
committermjl <mjl@NetBSD.org>1999-12-28 02:51:17 +0000
commit67b9836fda209787a33eac8933dbcde1cfe2727a (patch)
tree92abb314e882e35a15be61f87762caeb64f8653d /lib/libc/sys
parent17c129e7df32a74b4d57f4bbee90077fe8d959d0 (diff)
Fix typo.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/setuid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index be0a15c2406..ec135f6b129 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: setuid.2,v 1.7 1999/12/02 21:42:39 kleink Exp $
+.\" $NetBSD: setuid.2,v 1.8 1999/12/28 02:51:17 mjl Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -93,7 +93,7 @@ in this way, the effective user ID of a set-user-ID executable
may be toggled by switching to the real user ID, then re-enabled
by reverting to the set-user-ID value.
Similarly, the effective group ID may be set to the value
-of the real group ID or the saved set-user-ID.
+of the real group ID or the saved set-group-ID.
.Pp
.Sh RETURN VALUES
Upon success, these functions return 0;