is_selinux_enabled() to determine if SELinux is enabled,
otherwise initialize SELinux and load the policy. Patch from
Petter Reinholdtsen.
+ * Make quotes visible in example of the manual page of fstab-decode
[ Petter Reinholdtsen ]
* Next release will be 2.89dsf.
fstab-decode \- run a command with fstab-encoded arguments
.SH SYNOPSIS
-\fB fstab-decode\fR \fICOMMAND\fR [\fIARGUMENT\fR]...
+\fBfstab-decode\fR \fICOMMAND\fR [\fIARGUMENT\fR]...
.SH DESCRIPTION
.B fstab-decode
Otherwise it exits with the status returned by \fICOMMAND\fR.
.SH EXAMPLES
-
-.B fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab)
+.nf
+.B fstab-decode umount $(awk \[aq]$3 == \[dq]vfat\[dq] { print $2 }\[aq] /etc/fstab)
+.fi