diff options
author | 2005-05-01 03:23:38 +0000 | |
---|---|---|
committer | 2005-05-01 03:23:38 +0000 | |
commit | 6265a6eae1e9792bb1eef14b4fe1b3c58aa20da8 (patch) | |
tree | dd1d9588ae9e5e241d8780f72defc60e6c119cb7 /lib/libc | |
parent | knf (diff) | |
download | wireguard-openbsd-6265a6eae1e9792bb1eef14b4fe1b3c58aa20da8.tar.xz wireguard-openbsd-6265a6eae1e9792bb1eef14b4fe1b3c58aa20da8.zip |
recommend this API better; "a good start" deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/setresuid.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/setresuid.2 b/lib/libc/sys/setresuid.2 index 93d6722a48e..d6aeca892a4 100644 --- a/lib/libc/sys/setresuid.2 +++ b/lib/libc/sys/setresuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setresuid.2,v 1.3 2003/03/06 20:04:06 jmc Exp $ +.\" $OpenBSD: setresuid.2,v 1.4 2005/05/01 03:23:38 djm Exp $ .\" .\" Copyright (c) 2000 .\" Sheldon Hearn. All rights reserved. @@ -91,6 +91,8 @@ was invalid. .Sh STANDARDS These functions are not part of the .St -p1003.1 -specification and should not be used where portability is desired. +specification. +While they are not completely portable, they are the least ambiguous way to +manage user and group IDs. .Sh HISTORY These functions first appeared in HP-UX. |