From 7528c356f5debb40701327951e13e63e22ad367c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Jun 2001 16:43:51 +0000 Subject: [PATCH] I neglected to notice that the change text had already been added in a different place. Back out what I added since the other text is better. Noticed by: nectar --- lib/libc/sys/setreuid.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/libc/sys/setreuid.2 b/lib/libc/sys/setreuid.2 index b1e9c352f67..af8965fe17b 100644 --- a/lib/libc/sys/setreuid.2 +++ b/lib/libc/sys/setreuid.2 @@ -47,9 +47,6 @@ .Sh DESCRIPTION The real and effective user IDs of the current process are set according to the arguments. -If the real user ID is changed, the saved user ID is changed to the -new value of the effective user ID. -.Pp If .Fa ruid or