diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2012-11-08 23:45:19 +0000 | 
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2012-11-08 23:45:19 +0000 | 
| commit | dfd91f79a34a3e1b51fa5ec7233fb9c99efd69bf (patch) | |
| tree | f7685da3d8aebfc5f5dbcbb449d3cc1281e3b0d5 /bin/ls/ls.h | |
| parent | 56eaeab4999ae23b7791c375b962816e033f10a9 (diff) | |
Notes
Diffstat (limited to 'bin/ls/ls.h')
| -rw-r--r-- | bin/ls/ls.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 9a57de3e055c..1a45eb4b04a8 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -49,14 +49,14 @@ extern int f_longform;		/* long listing format */  extern int f_octal;		/* print unprintables in octal */  extern int f_octal_escape;	/* like f_octal but use C escapes if possible */  extern int f_nonprint;		/* show unprintables as ? */ -extern int f_samesort;          /* sort time and name in same direction */ +extern int f_samesort;		/* sort time and name in same direction */  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_statustime;	/* use time of last mode change */  extern int f_thousands;		/* show file sizes with thousands separators */ -extern char *f_timeformat;      /* user-specified time format */ +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  | 
