summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-06-08 00:31:10 +0000
committerdelphij <delphij@FreeBSD.org>2011-06-08 00:31:10 +0000
commitb13895d9ea55e6897b9b5fdd46be2f9bff544d0b (patch)
tree547c1de17589a1af4a19db52ed7003698de5bdf0 /share
parentd2f204966c11d08d0a3955cd9de7554ad364bf29 (diff)
downloadFreeBSD-src-b13895d9ea55e6897b9b5fdd46be2f9bff544d0b.zip
FreeBSD-src-b13895d9ea55e6897b9b5fdd46be2f9bff544d0b.tar.gz
Use .Dq instead of hardcoding `` and ''.
Suggested by: gjb
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fstab.531
1 files changed, 24 insertions, 7 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index aa50f84..adbf489 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -70,7 +70,8 @@ remote file system to be mounted.
The second field,
.Pq Fa fs_file ,
describes the mount point for the file system.
-For swap partitions, this field should be specified as ``none''.
+For swap partitions, this field should be specified as
+.Dq none .
.Pp
The third field,
.Pq Fa fs_vfstype ,
@@ -125,7 +126,11 @@ sync,noatime,-m=644,-M=755,-u=foo,-g=bar
in the option field of
.Nm .
.Pp
-If the options ``userquota'' and/or ``groupquota'' are specified,
+If the options
+.Dq userquota
+and/or
+.Dq groupquota
+are specified,
the file system is automatically processed by the
.Xr quotacheck 8
command, and user and/or group disk quotas are enabled with
@@ -147,14 +152,18 @@ this location can be specified as:
userquota=/var/quotas/tmp.user
.Ed
.Pp
-If the option ``failok'' is specified,
+If the option
+.Dq failok
+is specified,
the system will ignore any error which happens during the mount of that filesystem,
which would otherwise cause the system to drop into single user mode.
This option is implemented by the
.Xr mount 8
command and will not be passed to the kernel.
.Pp
-If the option ``noauto'' is specified, the file system will not be automatically
+If the option
+.Dq noauto
+is specified, the file system will not be automatically
mounted at system startup.
Note that, for network file systems
of third party types
@@ -177,13 +186,19 @@ field (it is not deleted from the
field).
If
.Fa fs_type
-is ``rw'' or ``ro'' then the file system whose name is given in the
+is
+.Dq rw
+or
+.Dq ro
+then the file system whose name is given in the
.Fa fs_file
field is normally mounted read-write or read-only on the
specified special file.
If
.Fa fs_type
-is ``sw'' then the special file is made available as a piece of swap
+is
+.Dq sw
+then the special file is made available as a piece of swap
space by the
.Xr swapon 8
command at the end of the system reboot procedure.
@@ -194,7 +209,9 @@ and
are unused.
If
.Fa fs_type
-is specified as ``xx'' the entry is ignored.
+is specified as
+.Dq xx
+the entry is ignored.
This is useful to show disk partitions which are currently unused.
.Pp
The fifth field,
OpenPOWER on IntegriCloud