Document -L correctly. PR #30430.

This commit is contained in:
elad 2005-08-13 15:59:28 +00:00
parent 7027a58033
commit 2d28a8933f

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ls.1,v 1.52 2005/06/17 14:40:47 hira Exp $
.\" $NetBSD: ls.1,v 1.53 2005/08/13 15:59:28 elad Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\"
.Dd May 11, 2005
.Dd August 13, 2005
.Dt LS 1
.Os
.Sh NAME
@ -139,8 +139,11 @@ option, causing the sizes to be reported in kilobytes.
See also
.Fl h .
.It Fl L
If argument is a symbolic link, list the file or directory the link references
rather than the link itself.
For each file, if it's a link, evaluate file information and file type
of the referenced file and not the link itself; however still print
the link name, unless used with
.Fl l ,
for example.
.It Fl l
(The lowercase letter
.Dq ell ) .