man pages: improve consistency
This commit is contained in:
14
cut.1
14
cut.1
@@ -44,19 +44,19 @@ and is written exactly once.
|
||||
.It Fl b Ar list | Fl c Ar list
|
||||
.Ar list
|
||||
specifies byte | character positions.
|
||||
.It Fl n
|
||||
Do not split multibyte characters. A character is written when its
|
||||
last byte is selected.
|
||||
.It Fl d Ar delim
|
||||
Use
|
||||
.Ar delim
|
||||
as field delimiter, which can be an arbitrary string. Default is '\\t'.
|
||||
.It Fl f Ar list
|
||||
.Ar list
|
||||
specifies field numbers. Lines not containing field
|
||||
delimiters are passed through, unless
|
||||
.Fl s
|
||||
is specified.
|
||||
.It Fl d Ar delim
|
||||
Use
|
||||
.Ar delim
|
||||
as field delimiter, which can be an arbitrary string. Default is '\et'.
|
||||
.It Fl n
|
||||
Do not split multibyte characters. A character is written when its
|
||||
last byte is selected.
|
||||
.It Fl s
|
||||
Suppress lines not containing field delimiters.
|
||||
.El
|
||||
|
Reference in New Issue
Block a user