aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-04-27 14:03:02 -0400
committerBill Nottingham <notting@redhat.com>2010-04-27 14:03:38 -0400
commit44e56177806be4669eb7e3d5c47cef2f56f7a1c3 (patch)
tree3fe6393596acc803a8eb2b7ce8aea024c71f0a38 /src
parent3419cedefba24e7af220c5b3a970ede42e20f1b0 (diff)
downloadinitscripts-44e56177806be4669eb7e3d5c47cef2f56f7a1c3.tar
initscripts-44e56177806be4669eb7e3d5c47cef2f56f7a1c3.tar.gz
initscripts-44e56177806be4669eb7e3d5c47cef2f56f7a1c3.tar.bz2
initscripts-44e56177806be4669eb7e3d5c47cef2f56f7a1c3.tar.xz
initscripts-44e56177806be4669eb7e3d5c47cef2f56f7a1c3.zip
Tweak manpage so it formats correctly (#586476)
Diffstat (limited to 'src')
-rw-r--r--src/fstab-decode.83
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fstab-decode.8 b/src/fstab-decode.8
index 216dee86..d7ce9e70 100644
--- a/src/fstab-decode.8
+++ b/src/fstab-decode.8
@@ -42,4 +42,5 @@ Otherwise it exits with the status returned by \fICOMMAND\fR.
.SH EXAMPLES
-.B fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab)
+.B
+fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab)