diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-06 19:09:10 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-06 19:09:10 +0000 |
commit | d92a7531e29e5c40b09b72f2ed1bf69182cce1e2 (patch) | |
tree | dd030c7f4f25dab76dd28b01077b773eeee38057 /bin/ls/ls.h | |
parent | fb87035a8dfc1d956ee9b28618912110c4a5b4ed (diff) |
-h, human readable sizes. from a jonathon gray mail to tech@
ok ian@ millert@
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 a68a66f1833..2c1c65310d1 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ls.h,v 1.6 2003/07/02 21:19:33 deraadt Exp $ */ +/* $OpenBSD: ls.h,v 1.7 2003/08/06 19:09:09 tedu Exp $ */ /* $NetBSD: ls.h,v 1.7 1995/03/21 09:06:33 cgd Exp $ */ /* @@ -41,6 +41,7 @@ extern long blocksize; /* block size units */ extern int f_accesstime; /* use time of last access */ extern int f_flags; /* show flags associated with a file */ +extern int f_humanval; /* show human-readable file sizes */ extern int f_inode; /* print inode */ extern int f_longform; /* long listing format */ extern int f_nonprint; /* show unprintables as ? */ |