diff options
Diffstat (limited to 'src')
-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) |