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:03:02 -0400 |
commit | 47f70cc578a798bda3d91b9acc1e3407e0701ce3 (patch) | |
tree | 2dfe25e1195bf3f075d4ec22fd2e746176ab855b | |
parent | 4b63e3e866a7f3962cd2e304ab4c0145d8ce388a (diff) | |
download | initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.gz initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.bz2 initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.tar.xz initscripts-47f70cc578a798bda3d91b9acc1e3407e0701ce3.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) |