add the man entry for ls -F

This commit is contained in:
Daniel Bainton 2014-02-19 12:27:49 +00:00 committed by sin
parent fe62ed0d48
commit 2773bdaac7
1 changed files with 4 additions and 1 deletions

5
ls.1
View File

@ -3,7 +3,7 @@
ls \- list directory contents
.SH SYNOPSIS
.B ls
.RB [ \-adiltU ]
.RB [ \-adFiltU ]
.RI [ file ...]
.SH DESCRIPTION
.B ls
@ -17,6 +17,9 @@ shows hidden files (those beginning with '.').
.B \-d
lists directories themselves, not their contents.
.TP
.B \-F
append a file type indicator to files.
.TP
.B \-i
print the index number of each file.
.TP