summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/setruid.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/setruid.3')
-rw-r--r--lib/libc/compat-43/setruid.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3
index 0905a6b7519..a2bd1913f4d 100644
--- a/lib/libc/compat-43/setruid.3
+++ b/lib/libc/compat-43/setruid.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: setruid.3,v 1.4 1999/05/23 14:10:58 aaron Exp $
+.\" $OpenBSD: setruid.3,v 1.5 1999/05/25 13:06:44 aaron Exp $
.\"
.Dd April 19, 1991
.Dt SETRUID 3
@@ -55,7 +55,7 @@ of the current process to the specified value.
Upon success, these functions return 0;
otherwise \-1 is returned.
.Pp
-If the user is not the super user, or the uid (gid) specified is not
+If the user is not the super user, or the UID (GID) specified is not
the real or effective ID of the process,
these functions return \-1.
.Sh SEE ALSO