diff options
author | Bill Nottingham <notting@redhat.com> | 2010-04-27 14:03:02 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-04-27 14:19:56 -0400 |
commit | 63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2 (patch) | |
tree | 4cecfeec89d9f00ede16f228cc28e5937967c30e | |
parent | b6a501fafe82fec267681e154915baf352ad55f4 (diff) | |
download | initscripts-63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2.tar initscripts-63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2.tar.gz initscripts-63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2.tar.bz2 initscripts-63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2.tar.xz initscripts-63d3cc82ebd93ec161d7e57b26c9d4f4f888e3c2.zip |
Tweak manpage so it formats correctly (#586476)
-rw-r--r-- | src/fstab-decode.8 | 3 |
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) |