Make quotes visible in example of the manual page of fstab-decode
This commit is contained in:
parent
5114500187
commit
06972d9a7a
@ -11,6 +11,7 @@ sysvinit (2.89dsf) UNRELEASED; urgency=low
|
||||
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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
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
|
||||
@ -41,5 +41,6 @@ can't be run.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user