diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-25 13:52:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-25 13:52:57 +0000 |
| commit | 1734e39a1af711dc7a92d2b58e7136e4b4a91639 (patch) | |
| tree | 1203c14f22bcf7eb23768fa2573ce4db5aad0e0c /bin | |
| parent | fe00ab2fd1757749c04bc32b66fde876242741cd (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ls/ls.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index cd1023f66395..caf932b47063 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -420,10 +420,10 @@ or .Pp The next field contains a plus -.Pq Sq Li + +.Pq Ql + character if the file has an ACL, or a space -.Pq Sq Li " " +.Pq Ql " " if it does not. The .Nm @@ -461,7 +461,7 @@ is set, the block counts will be displayed in units of that size block. .It Ev CLICOLOR Use -\*[Ai] +.Tn ANSI color sequences to distinguish file types. See .Ev LSCOLORS @@ -570,7 +570,7 @@ default foreground or background .El .Pp Note that the above are standard -\*[Ai] +.Tn ANSI colors. The actual display may differ depending on the color capabilities of the terminal in use. @@ -648,8 +648,11 @@ The utility conforms to .St -p1003.1-2001 . .Pp -.No The ACL support is compatible with IEEE\ Std\ 1003.2c\ ( Ns Dq "POSIX.2c" Ns ) -Draft\ 17 +The ACL support is compatible with +.Tn IEEE +Std\~1003.2c +.Pq Dq Tn POSIX Ns .2c +Draft\~17 (withdrawn). .Sh HISTORY An |
