Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
888be815c6
commit
e4376063b0
521 changed files with 21541 additions and 21644 deletions
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
<meta name="generator" content="AsciiDoc 8.6.10" />
|
||||
<meta name="generator" content="AsciiDoc" />
|
||||
<title>nvme-io-passthru(1)</title>
|
||||
<style type="text/css">
|
||||
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
|
||||
|
@ -436,7 +436,7 @@ thead, p.table.header {
|
|||
p.table {
|
||||
margin-top: 0;
|
||||
}
|
||||
/* Because the table frame attribute is overriden by CSS in most browsers. */
|
||||
/* Because the table frame attribute is overridden by CSS in most browsers. */
|
||||
div.tableblock > table[frame="void"] {
|
||||
border-style: none;
|
||||
}
|
||||
|
@ -759,6 +759,7 @@ nvme-io-passthru(1) Manual Page
|
|||
[--metadata-len=<len> | -m <len>]
|
||||
[--read | -r ] [--write | -w]
|
||||
[--input-file=<file> | -i <file>]
|
||||
[--metadata=<file> | -M <file>]
|
||||
[--timeout=<to> | -t <to>]
|
||||
[--show-command | -s]
|
||||
[--dry-run | -d]
|
||||
|
@ -869,8 +870,23 @@ printed to stdout for another program to parse.</p></div>
|
|||
<dd>
|
||||
<p>
|
||||
If the command is a data-out (write) command, use this file
|
||||
to fill the buffer sent to the device. If no file is given,
|
||||
assumed to use STDIN.
|
||||
to fill the buffer sent to the device. If no file is given, assumed to
|
||||
use STDIN. If the command is a data-in (read) command, the data
|
||||
returned from the device will be saved here.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-M <file>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--metadata=<file>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
If the command is a data-out (write) command, use this file
|
||||
to fill the metadata buffer sent to the device. If no file is given,
|
||||
assumed to use STDIN. If the command is a data-in (read) command, the
|
||||
metadata returned from the device will be saved here.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -977,7 +993,7 @@ printed to stdout for another program to parse.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2021-07-19 10:10:19 PDT
|
||||
2022-04-08 18:46:59 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue