From 2773bdaac7815254039d4ec6be703e76b6e2e7b6 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Wed, 19 Feb 2014 12:27:49 +0000 Subject: [PATCH] add the man entry for ls -F --- ls.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ls.1 b/ls.1 index 0c61721..1c01d13 100644 --- a/ls.1 +++ b/ls.1 @@ -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