diff options
author | mpp <mpp@FreeBSD.org> | 1995-09-26 08:48:09 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1995-09-26 08:48:09 +0000 |
commit | 254317c903ff647132edc03a723a344e29a59005 (patch) | |
tree | 028b5c2f06969794b43f44db7625a9006012a5d2 /bin/ls | |
parent | c24015b33ad8ec6a18acf480c18b80e7f52aad94 (diff) | |
download | FreeBSD-src-254317c903ff647132edc03a723a344e29a59005.zip FreeBSD-src-254317c903ff647132edc03a723a344e29a59005.tar.gz |
Uncomment out references to FIFOs for the -F and -l options.
Also mention sockets in the text for -F.
Partially obtained from the NetBSD commit mail list.
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 e3210ed..75a18d5 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.3 1994/09/24 02:55:53 davidg 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 |