mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make a bit more clear the types of characters that -B option will
print in octal. Reviewed by: roam, silence on -doc
This commit is contained in:
parent
d860ec7a2b
commit
c602ea21d7
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ and
|
|||
.Ql .. .
|
||||
Always set for the super-user.
|
||||
.It Fl B
|
||||
Force printing of non-graphic characters in file names as \\xxx,
|
||||
Force printing of non-printable characters (as defined by
|
||||
.Xr ctype 3
|
||||
and current locale settings) in file names as \\xxx,
|
||||
where xxx is the numeric value of the character in octal.
|
||||
.It Fl C
|
||||
Force multi-column output; this is the default when output is to a terminal.
|
||||
|
|
|
|||
Loading…
Reference in a new issue