Fixed the markup in the recently added ENVIRONMENT section.

This commit is contained in:
Ruslan Ermilov 2003-05-17 22:35:35 +00:00
parent 031ba6ffd4
commit a0b6213b05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115116

View File

@ -412,17 +412,17 @@ support for a particular file system might be provided either on a static
(kernel compile-time), or dynamic basis (loaded as a kernel module by (kernel compile-time), or dynamic basis (loaded as a kernel module by
.Xr kldload 8 ) . .Xr kldload 8 ) .
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width PATH_FSTAB .Bl -tag -width ".Ev PATH_FSTAB"
.It Pa PATH_FSTAB .It Ev PATH_FSTAB
If the environment variable If the environment variable
.Pa PATH_FSTAB .Ev PATH_FSTAB
is set all operations are performed against the specified file. is set, all operations are performed against the specified file.
.Pa PATH_FSTAB .Ev PATH_FSTAB
will not be honored if the process environment or memory address space is will not be honored if the process environment or memory address space is
considred considred
.Dq tainted . .Dq tainted .
(See (See
.Fn issetugid .Xr issetugid 2
for more information.) for more information.)
.El .El
.Sh FILES .Sh FILES