Make quotes visible in example of the manual page of fstab-decode

This commit is contained in:
Werner Fink 2010-05-19 08:11:05 +00:00
parent 5114500187
commit 06972d9a7a
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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