mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
Use .Fl/Ar for flags and arguments.
This commit is contained in:
parent
0145ba86d1
commit
b9a86ec995
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105323
@ -69,11 +69,11 @@ The following options are available:
|
|||||||
Complement the set of characters in
|
Complement the set of characters in
|
||||||
.Ar string1 ,
|
.Ar string1 ,
|
||||||
that is
|
that is
|
||||||
.Dq "-C ab"
|
.Fl C Ar ab
|
||||||
includes every character except for
|
includes every character except for
|
||||||
.Dq a
|
.Ar a
|
||||||
and
|
and
|
||||||
.Dq b .
|
.Ar b .
|
||||||
.It Fl c
|
.It Fl c
|
||||||
Same as
|
Same as
|
||||||
.Fl C
|
.Fl C
|
||||||
@ -201,7 +201,9 @@ in the classes are in unspecified order.
|
|||||||
In the ``upper'' and ``lower'' classes, characters are entered in
|
In the ``upper'' and ``lower'' classes, characters are entered in
|
||||||
ascending order.
|
ascending order.
|
||||||
.Pp
|
.Pp
|
||||||
For specific information as to which ASCII characters are included
|
For specific information as to which
|
||||||
|
.Tn ASCII
|
||||||
|
characters are included
|
||||||
in these classes, see
|
in these classes, see
|
||||||
.Xr ctype 3
|
.Xr ctype 3
|
||||||
and related manual pages.
|
and related manual pages.
|
||||||
|
Loading…
Reference in New Issue
Block a user