diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/issetugid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index 6babf48..a1184db 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: issetugid.2,v 1.2 1997/03/31 16:36:14 peter Exp $ .\" .Dd August, 25 1996 .Dt ISSETUGID 2 @@ -64,7 +64,7 @@ should be viewed with suspicion if it is used to control operation. A ``tainted'' status is inherited by child processes as a result of the .Xr fork 2 system call (or other library code that calls fork, such as -.Xr popen 3 ). +.Xr popen 3 ) . .Pp It is assumed that a program that clears all privileges as it prepares to execute another will also reset the environment, hence the ``tainted'' |