diff options
author | 1998-12-31 09:25:31 +0000 | |
---|---|---|
committer | 1998-12-31 09:25:31 +0000 | |
commit | f01885019a257f860de627c9ab9c2711e2aa5d69 (patch) | |
tree | 7458333d56b05f45718dac418dfeb08a5ef6340d | |
parent | semantic change: prefer unshared intr, settle for level shared. this will still fail in some cases (diff) | |
download | wireguard-openbsd-f01885019a257f860de627c9ab9c2711e2aa5d69.tar.xz wireguard-openbsd-f01885019a257f860de627c9ab9c2711e2aa5d69.zip |
typo; jon@oaktree.co.uk
-rw-r--r-- | lib/libc/sys/setuid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index a4006f13c68..3e175fb82ed 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setuid.2,v 1.3 1998/07/06 18:28:31 deraadt Exp $ +.\" $OpenBSD: setuid.2,v 1.4 1998/12/31 09:25:31 deraadt Exp $ .\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -98,7 +98,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; |