diff options
author | joe <joe@FreeBSD.org> | 2000-06-21 21:56:50 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-06-21 21:56:50 +0000 |
commit | 369e860f9ccf2363276633699acfd47eb38cd964 (patch) | |
tree | fc83a6200a3e5ba7696f5a8ec62766a7850d781f /bin | |
parent | c770aa710491cfb057c17c5b84d7e0b363b8d442 (diff) | |
download | FreeBSD-src-369e860f9ccf2363276633699acfd47eb38cd964.zip FreeBSD-src-369e860f9ccf2363276633699acfd47eb38cd964.tar.gz |
Order the ENVIRONMENT section alphabetically.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ls/ls.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 2685806..7cadcad 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -387,11 +387,6 @@ many pathname text columns to display based on the width provided. (See .Fl C . ) -.It Ev TZ -The timezone to use when displaying dates. -See -.Xr environ 7 -for more information. .It Ev LANG The locale to use when determining the order of day and month in the long .Fl l @@ -475,6 +470,11 @@ a dynamically sized column). Not all columns have changeable widths. The fields are, in order: inode, block count, number of links, user name, group name, flags, file size, file name. +.It Ev TZ +The timezone to use when displaying dates. +See +.Xr environ 7 +for more information. .El .Sh COMPATIBILITY The group field is now automatically included in the long listing for |