diff options
Diffstat (limited to 'man/man1/ls.1')
-rw-r--r-- | man/man1/ls.1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/man/man1/ls.1 b/man/man1/ls.1 index e4c950c5..edaf11cf 100644 --- a/man/man1/ls.1 +++ b/man/man1/ls.1 @@ -111,13 +111,24 @@ interpreted as follows: the first character is .TP -.B d +.B d if the entry is a directory; -.PD 0 .TP -.B a +.B a if the entry is an append-only file; .TP +.B D +if the entry is a Unix device; +.TP +.B L +if the entry is a symbolic link; +.TP +.B P +if the entry is a named pipe; +.TP +.B S +if the entry is a socket; +.TP .B - if the entry is a plain file. .PD |