Removed the error when the tty size can not be obtained and just ignore it.
[dus.git] / dus.1
diff --git a/dus.1 b/dus.1
index f0e307b..18a173d 100644 (file)
--- a/dus.1
+++ b/dus.1
@@ -2,7 +2,7 @@
 \" and is distributed under a Creative Commons Attribution-Share Alike
 \" 3.0 License.
 
-.TH "DUS" 1 "July 2009" "Francois Fleuret" "User Commands"
+.TH "DUS" 1 "Mar 2010" "Francois Fleuret" "User Commands"
 
 .SH "NAME"
 
@@ -35,11 +35,17 @@ reverse the sorting order (big to small instead of small to big)
 \fB-t\fR
 show the top of the list instead of the bottom
 .TP
-\fB-c \fI<cols>\fR impose the number of columns, -1 means no limit (it
+\fB-c \fI<cols>\fR
+impose the number of columns, -1 means no limit (it
 is by default no limits if the stdout is not a tty and the tty width
 otherwise)
 .TP
-\fB-l \fI<lines>\fR same as \fB-c\fR but for the number of lines
+\fB-l \fI<lines>\fR
+same as \fB-c\fR but for the number of lines
+.TP
+\fB-m \fI<size min>\fR
+restrict the printing of files and directories to these of size bigger
+than a lower bound
 
 .SH "BUGS"