From 8a7509066422b70655bebea156834cad6b76a86f Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 8 Feb 2005 20:25:07 +0000 Subject: add mode chars --- man/man1/ls.1 | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'man/man1') 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 -- cgit v1.2.3