diff options
author | Greg Lehey <grog@FreeBSD.org> | 2008-04-04 03:57:46 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2008-04-04 03:57:46 +0000 |
commit | 2269fa5765176ddf8a4b3720f5116416e268ad3b (patch) | |
tree | 61e1202cf7aad4a2719fd37121eddd11df8eb842 /bin/ls/ls.h | |
parent | 205e074f2c2120b83e317346e9479ffd64d07a1b (diff) | |
download | src-test2-2269fa5765176ddf8a4b3720f5116416e268ad3b.tar.gz src-test2-2269fa5765176ddf8a4b3720f5116416e268ad3b.zip |
Notes
Diffstat (limited to 'bin/ls/ls.h')
-rw-r--r-- | bin/ls/ls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 4d12b22b2360..f01e3519be12 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -50,8 +50,9 @@ extern int f_nonprint; /* show unprintables as ? */ extern int f_sectime; /* print the real time for all files */ extern int f_size; /* list size in short listing */ extern int f_slash; /* append a '/' if the file is a directory */ -extern int f_sortacross; /* sort across rows, not down columns */ +extern int f_sortacross; /* sort across rows, not down columns */ extern int f_statustime; /* use time of last mode change */ +extern char *f_timeformat; /* user-specified time format */ extern int f_notabs; /* don't use tab-separated multi-col output */ extern int f_type; /* add type character for non-regular files */ #ifdef COLORLS |