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:38 -0400 |
commit | 44e56177806be4669eb7e3d5c47cef2f56f7a1c3 (patch) | |
tree | 3fe6393596acc803a8eb2b7ce8aea024c71f0a38 /src/fstab-decode.8 | |
parent | 3419cedefba24e7af220c5b3a970ede42e20f1b0 (diff) | |
download | initscripts-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/fstab-decode.8')
-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) |