Skip to content

Commit 2322ad1

Browse files
committed
docs: fix SYNOPSIS indentation
Fix leading-space indentation issues introduced when global option references were removed from SYNOPSIS lines that contained multiple option groups on a single line. Convert space-based indentation to tabs in nvme-fdp-feature.txt where the original used space indentation. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 950b197 commit 2322ad1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/nvme-dir-receive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SYNOPSIS
1414
[--dir-spec=<dspec> | -S <dspec>]
1515
[--dir-oper=<doper> | -O <doper>]
1616
[--req-resource=<nsr> | -r <nsr>]
17-
[--raw-binary | -b]
17+
[--raw-binary | -b]
1818
[<global-options>]
1919

2020
DESCRIPTION

Documentation/nvme-dir-send.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SYNOPSIS
1515
[--dir-oper=<doper> | -O <doper>]
1616
[--endir=<endir> | -e <endir>]
1717
[--target-dir=<tdir> | -T <tdir>]
18-
[--raw-binary | -b]
18+
[--raw-binary | -b]
1919
[<global-options>]
2020

2121
DESCRIPTION

Documentation/nvme-fdp-configs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'nvme fdp configs' <device> [--endgrp-id=<NUM> | -e <NUM>]
12-
[--raw-binary | -b]
12+
[--raw-binary | -b]
1313
[<global-options>]
1414

1515
DESCRIPTION

Documentation/nvme-fdp-feature.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'nvme fdp' <device> [--endgrp-id=<NUM> | -e <NUM>]
12-
[--enable-conf-idx=<NUM> | -c <NUM>]
13-
[--disable | -d]
12+
[--enable-conf-idx=<NUM> | -c <NUM>]
13+
[--disable | -d]
1414
[<global-options>]
1515

1616
DESCRIPTION

Documentation/nvme-get-feature.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SYNOPSIS
1414
[--data-len=<data-len> | -l <data-len>]
1515
[--sel=<select> | -s <select>]
1616
[--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>]
17-
[--changed | -C]
17+
[--changed | -C]
1818
[<global-options>]
1919

2020
DESCRIPTION

Documentation/nvme-io-passthru.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SYNOPSIS
2020
[--read | -r] [--write | -w]
2121
[--input-file=<file> | -i <file>]
2222
[--metadata=<file> | -M <file>]
23-
[--show-command | -s]
23+
[--show-command | -s]
2424
[--dry-run | -d] [--raw-binary | -b]
2525
[--prefill=<prefill> | -p <prefill>]
2626
[--latency | -T]

0 commit comments

Comments
 (0)