diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-11 19:24:22 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-11 19:24:22 +0000 |
commit | b6cd43973ebb6fd76daf81f7fee2833c3871612a (patch) | |
tree | 196df372a1dfd9b93de031cc83a5f70dc1f3b284 /bin | |
parent | 290bb61e140b751ca0823ac2b8e1957e41dbd339 (diff) | |
download | FreeBSD-src-b6cd43973ebb6fd76daf81f7fee2833c3871612a.zip FreeBSD-src-b6cd43973ebb6fd76daf81f7fee2833c3871612a.tar.gz |
Add a blurb describing the fact that ls will print the
year in place of the hour/minute fields if the time is
more than 6 months in the past or future.
Also some minor mdoc cleanup.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ls/ls.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 2ad38fd..a581079 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $Id: ls.1,v 1.5 1996/08/29 18:05:56 wosch Exp $ +.\" $Id: ls.1,v 1.6 1996/12/14 06:03:27 steve Exp $ .\" .Dd July 29, 1994 .Dt LS 1 @@ -194,6 +194,10 @@ number of 512-byte blocks used by the files in the directory is displayed on a line by itself immediately before the information for the files in the directory. .Pp +If the modification time of the file is more than 6 months +in the past or future, then the year of the last modification +is displayed in place of the hour and minute fields. +.Pp If the owner or group names are not a known user or group name the numeric ID's are displayed. .Pp @@ -203,7 +207,9 @@ in the size field. If the file is a symbolic link the pathname of the linked-to file is preceded by .Dq \-> . .Pp -The file mode printed under the -l option consists of the +The file mode printed under the +.Fl l +option consists of the entry type, owner permissions, and group permissions. The entry type character describes the type of file, as follows: |