[Pkg-sysvinit-devel] Bug#567071: forgot quotes in fstab-decode man page example
jidanni at jidanni.org
jidanni at jidanni.org
Wed Jan 27 00:05:02 UTC 2010
Package: sysvinit-utils
Version: 2.87dsf-8
Severity: wishlist
File: /usr/share/man/man8/fstab-decode.8.gz
Firstly, you want to change
fstab-decode umount $(awk '$3 == vfat { print $2 }' /etc/fstab) #wrong
fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab) #right
else it _won't work_.
Secondly, you might add to this example "here's what we needed back in
the bad old days before fstab-decode: ..." so users can see what
fstab-decode is helping them do.
More information about the Pkg-sysvinit-devel
mailing list