diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/compat-43/setruid.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/compat-43/setruid.3')
-rw-r--r-- | lib/libc/compat-43/setruid.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3 index f94b48214f3..ba2b851baea 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.2 1996/08/19 08:19:35 tholo Exp $ +.\" $OpenBSD: setruid.3,v 1.3 1999/05/16 19:54:42 alex Exp $ .\" .Dd April 19, 1991 .Dt SETRUID 3 @@ -59,12 +59,12 @@ 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 -.Xr setuid 2 , -.Xr setgid 2 , -.Xr seteuid 2 , -.Xr setegid 2 , +.Xr getgid 2 , .Xr getuid 2 , -.Xr getgid 2 +.Xr setegid 2 , +.Xr seteuid 2 , +.Xr setgid 2 , +.Xr setuid 2 .Sh HISTORY The .Fn setruid |