diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-10-05 07:28:28 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-10-05 07:28:28 +0000 |
| commit | 197829329f54611f5af3e90314270579a3b6132e (patch) | |
| tree | 7c53edd060b4194705a7d9758fd92fe6fc883a09 /bin/ls | |
| parent | 9a28700e4c9856fe730142eece3804e9e4a62d4f (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/ls.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index e3210ed72cb1..49fa38edb8ea 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.6 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: ls.1,v 1.4 1995/09/26 08:48:09 mpp Exp $ .\" .Dd April 18, 1994 .Dt LS 1 @@ -82,9 +82,10 @@ Force multi-column output; this is the default when output is to a terminal. Display a slash (/) immediately after each pathname that is a directory, an asterisk (*) after each that is executable, -and an at sign (@) after each symbolic link. -.\" and a vertical bar (|) after each that is a -.\" .Tn FIFO . +an at sign (@) after each symbolic link, +an equals sign (=) after each socket, +and a vertical bar (|) after each that is a +.Tn FIFO . .It Fl L If argument is a symbolic link, list the file or directory the link references rather than the link itself. @@ -215,8 +216,8 @@ Directory. Symbolic link. .It Sy s Socket link. -.\" .It Sy p -.\" .Tn FIFO . +.It Sy p +.Tn FIFO . .It Sy \- Regular file. .El |
