sort manpage: fix key definition
This commit is contained in:
parent
2f6ffc9ec9
commit
331b2729d5
19
sort.1
19
sort.1
|
@ -30,17 +30,18 @@ indicating the location of the disorder.
|
||||||
.It Fl k Ar key
|
.It Fl k Ar key
|
||||||
specifies a key definition of the form
|
specifies a key definition of the form
|
||||||
.Sm off
|
.Sm off
|
||||||
[.
|
.Sy S
|
||||||
|
.No [.
|
||||||
.Sy s
|
.Sy s
|
||||||
][
|
.No ][
|
||||||
.Sy f
|
.Sy f
|
||||||
][,
|
.No ][,
|
||||||
.Sy E
|
.Sy E
|
||||||
[.
|
.No [.
|
||||||
.Sy e
|
.Sy e
|
||||||
][
|
.No ][
|
||||||
.Sy f
|
.Sy f
|
||||||
]]
|
.No ]]
|
||||||
.Sm on
|
.Sm on
|
||||||
where
|
where
|
||||||
.Sm off
|
.Sm off
|
||||||
|
@ -59,15 +60,15 @@ refers to the first character of the specified starting column,
|
||||||
.Sy E
|
.Sy E
|
||||||
refers to the last column of every line, and
|
refers to the last column of every line, and
|
||||||
.Sy e
|
.Sy e
|
||||||
refers to the last character of that last column.
|
refers to the last character of the ending column.
|
||||||
.Sy f
|
.Sy f
|
||||||
can be used to specify options
|
can be used to specify options
|
||||||
.Sm off
|
.Sm off
|
||||||
(
|
.No (
|
||||||
.Sy n
|
.Sy n
|
||||||
,
|
,
|
||||||
.Sy b
|
.Sy b
|
||||||
)
|
.No )
|
||||||
.Sm on
|
.Sm on
|
||||||
that only apply to this key definition.
|
that only apply to this key definition.
|
||||||
.Sy b
|
.Sy b
|
||||||
|
|
Loading…
Reference in New Issue
Block a user