Skip to content

Commit

Permalink
man: dmsetup: document --headings
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Aug 30, 2023
1 parent 1f02c5f commit 092f58a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions man/dmsetup.8_main
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,11 @@ dmsetup \(em low level logical volume management
. IR count ]
. RB [ --interval
. IR seconds ]
. RB [ --noheadings ]
. RB [ --noheadings | --headings ]
. RB [ -o
. IR fields ]
. RB [ -O | --sort
. IR sort_fields ]
. RB [ --idsinheadings ]
. RB [ --nameprefixes ]
. RB [ --separator
. IR separator ]
Expand Down Expand Up @@ -503,10 +502,6 @@ Specify the minor number.
When creating a device, don't load any table.
.
.TP
.B --idsinheadings
Show column identifiers instead of names in report output headings.
.
.TP
.B --nameprefixes
Add a "DM_" prefix plus the field name to the output. Useful with
\fB--noheadings\fP to produce a list of
Expand All @@ -520,6 +515,13 @@ rules).
Suppress the headings line when using columnar output.
.
.TP
.BR --headings " " none | abbrev | full | 0 | 1 | 2
Type of headings line to use for columnar output.
\fBnone\fP or \fB0\fP: No headings.
\fBabbrev\fP or \fB1\fP: Column name abbreviations.
\fBfull\fP or \fB2\fP: Full column names.
.
.TP
.B --noflush
Do not flush outstanding I/O when suspending a device, or do not
commit thin-pool metadata when obtaining thin-pool status.
Expand Down

0 comments on commit 092f58a

Please sign in to comment.