diff options
| author | Assar Westerlund <assar@FreeBSD.org> | 2000-07-04 23:09:23 +0000 |
|---|---|---|
| committer | Assar Westerlund <assar@FreeBSD.org> | 2000-07-04 23:09:23 +0000 |
| commit | ee579ffbeaeacc901b05fd8b1b7765772c9f8bad (patch) | |
| tree | 3c5345bf2175d3ff9872775daae197159b47b8a5 /bin/ls/ls.h | |
| parent | 950ec7e473bcf100cfac2fd9339d5bd9ab8b4003 (diff) | |
Notes
Diffstat (limited to 'bin/ls/ls.h')
| -rw-r--r-- | bin/ls/ls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 3da163d95319..3f929e7095cc 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -48,6 +48,7 @@ extern int f_inode; /* print inode */ 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_sectime; /* print the real time for all files */ extern int f_size; /* list size in short listing */ extern int f_statustime; /* use time of last mode change */ |
