diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 19:58:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-19 19:58:29 +0000 |
| commit | 865df8ffec27b2f35eb0c0618439bb1ef6ce8f18 (patch) | |
| tree | 2ff88202792e01cf515b3f8e58b4ce326b620c26 /sbin/umount | |
| parent | 69ae49609a805bee570e7d6e57ab1186d0ea773e (diff) | |
Notes
Diffstat (limited to 'sbin/umount')
| -rw-r--r-- | sbin/umount/umount.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index e9258477154e2..2f7f9149a45ff 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -121,17 +121,17 @@ Verbose, additional information is printed out as each file system is unmounted. .El .Sh ENVIRONMENT -.Bl -tag -width PATH_FSTAB -.It Pa PATH_FSTAB +.Bl -tag -width ".Ev PATH_FSTAB" +.It Ev PATH_FSTAB If the environment variable -.Pa PATH_FSTAB -is set all operations are performed against the specified file. -.Pa PATH_FSTAB +.Ev PATH_FSTAB +is set, all operations are performed against the specified file. +.Ev PATH_FSTAB will not be honored if the process environment or memory address space is considred .Dq tainted . (See -.Fn issetugid +.Xr issetugid 2 for more information.) .El .Sh FILES |
