add uname, thanks hiltjo

This commit is contained in:
Connor Lane Smith
2011-06-02 20:32:05 +01:00
parent 16a0ee098c
commit 92baf1a5c9
5 changed files with 92 additions and 3 deletions

4
sort.1
View File

@@ -11,8 +11,8 @@ writes the sorted concatenation of the given files to stdout. If no file is
given, sort reads from stdin.
.SH OPTIONS
.TP
.BI \-r
.B \-r
reverses the sort.
.TP
.BI \-u
.B \-u
prints repeated lines only once.