Fixed the \n at the top.
[dus.git] / dus.1
diff --git a/dus.1 b/dus.1
index f0e307b..f938ac4 100644 (file)
--- a/dus.1
+++ b/dus.1
@@ -1,9 +1,9 @@
+.TH "DUS" 1 "Mar 2010" "Francois Fleuret" "User Commands"
+
 \" This man page was written by Francois Fleuret <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
 \" 3.0 License.
 
-.TH "DUS" 1 "July 2009" "Francois Fleuret" "User Commands"
-
 .SH "NAME"
 
 dus \- A simple command line utility for size-sorting files
@@ -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"