From 06972d9a7a40d1f3fbf867bb84ef07fd05429ea5 Mon Sep 17 00:00:00 2001 From: Werner Fink Date: Wed, 19 May 2010 08:11:05 +0000 Subject: [PATCH] Make quotes visible in example of the manual page of fstab-decode --- doc/Changelog | 1 + man/fstab-decode.8 | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 0687e09..ef6cce4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/man/fstab-decode.8 b/man/fstab-decode.8 index 6e80021..ddfde18 100644 --- a/man/fstab-decode.8 +++ b/man/fstab-decode.8 @@ -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