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:02 -0400
commit47f70cc578a798bda3d91b9acc1e3407e0701ce3 (patch)
tree2dfe25e1195bf3f075d4ec22fd2e746176ab855b /src
parent4b63e3e866a7f3962cd2e304ab4c0145d8ce388a (diff)
downloadinitscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar
initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.gz
initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.bz2
initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.xz
initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.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)