diff options
author | ru <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
commit | 863465c1ab2c58349d7f1f859822ef564e592280 (patch) | |
tree | 6086e75984c3472fb331e2598243ce260e65581f /lib/libc/sys/execve.2 | |
parent | 8746d263e1451855025dc83dde5176cc9f1fbe3f (diff) | |
download | FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.zip FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.tar.gz |
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 7e54ac3..19b9f8d 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -158,7 +158,7 @@ These values may be used in changing the effective IDs later (see .Xr setuid 2 ) . .Pp The set-ID bits are not honored if the respective file system has the -.Ar nosuid +.Cm nosuid option enabled or if the new process file is an interpreter file. Syscall tracing is disabled if effective IDs are changed. .Pp |