+2006-11-27 Paul Varner <fuzzyray@gentoo.org>
+ * eclean: Fix typographical error in help and man page. (Bug #156243)
+
2006-10-11 Paul Varner <fuzzyray@gentoo.org>
* equery: Fix fileAsStr to understand device files.
(http://forums.gentoo.org/viewtopic-p-3639575.html)
print >>out, yellow(" -f, --fetch-restricted")+ \
" - protect fetch-restricted files (when --destructive)"
print >>out, yellow(" -s, --size-limit=<size>")+ \
- " - don't delete disfiles bigger than "+yellow("<size>")
+ " - don't delete distfiles bigger than "+yellow("<size>")
print >>out, " "+yellow("<size>"), "is a size specification: "+ \
"\"10M\" is \"ten megabytes\", \"200K\" is"
print >>out, " "+"\"two hundreds kilobytes\", etc. Units are: "+ \
.TP
\fB\-f, \-\-fetch-restricted\fP protect fetch-restricted files (\-\-destructive only)
.TP
-\fB\-s, \-\-size-limit=<size>\fP don't delete disfiles bigger than <size>
+\fB\-s, \-\-size-limit=<size>\fP don't delete distfiles bigger than <size>
<size> is a size specification: "10M" is "ten megabytes", "200K" is "two hundreds kilobytes",
etc.
.br