Skip to content

Commit

Permalink
Fix create-ns man page size option
Browse files Browse the repository at this point in the history
It's -s, not -n.

Issue: #86
Signed-off-by: Keith Busch <keith.busch@intel.com>
  • Loading branch information
Keith Busch committed May 16, 2016
1 parent c5418f0 commit 402a87b
Show file tree
Hide file tree
Showing 43 changed files with 139 additions and 169 deletions.
4 changes: 2 additions & 2 deletions Documentation/nvme-admin-passthru.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-admin-passthru
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-ADMIN\-PASSTHR" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-ADMIN\-PASSTHR" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-admin-passthru.html
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ <h2 id="_nvme">NVME</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-14 13:07:08 EDT
Last updated 2016-05-16 12:47:42 EDT
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-attach-ns.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-attach-ns
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-ATTACH\-NS" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-ATTACH\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-compare.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-compare
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-COMPARE" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-COMPARE" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions Documentation/nvme-create-ns.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-create-ns
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-CREATE\-NS" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-CREATE\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand All @@ -32,7 +32,7 @@ nvme-create-ns \- Send NVMe Namespace management command to create namespace, re
.SH "SYNOPSIS"
.sp
.nf
\fInvme create\-ns\fR <device> [\-\-nsze=<nsze> | \-n <nsze>]
\fInvme create\-ns\fR <device> [\-\-nsze=<nsze> | \-s <nsze>]
[\-\-ncap=<ncap> | \-c <ncap>]
[\-\-flbas=<flbas> | \-f <flbas>]
[\-\-dps=<dps> | \-d <dps>]
Expand Down
28 changes: 11 additions & 17 deletions Documentation/nvme-create-ns.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.7" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<title>nvme-create-ns(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -87,11 +87,15 @@
ul > li { color: #aaa; }
ul > li > * { color: black; }

pre {
.monospaced, code, pre {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
padding: 0;
margin: 0;
}


#author {
color: #527bbd;
font-weight: bold;
Expand Down Expand Up @@ -415,12 +419,6 @@
*
* */

tt {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
}

div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
Expand All @@ -435,7 +433,7 @@
p.table {
margin-top: 0;
}
/* Because the table frame attribute is overridden by CSS in most browsers. */
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
border-style: none;
}
Expand All @@ -454,12 +452,6 @@
*
* */

.monospaced {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
}

table.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
Expand Down Expand Up @@ -539,6 +531,8 @@
@media print {
body.manpage div#toc { display: none; }
}


</style>
<script type="text/javascript">
/*<![CDATA[*/
Expand Down Expand Up @@ -752,7 +746,7 @@ <h2>NAME</h2>
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>nvme create-ns</em> &lt;device&gt; [--nsze=&lt;nsze&gt; | -n &lt;nsze&gt;]
<pre class="content"><em>nvme create-ns</em> &lt;device&gt; [--nsze=&lt;nsze&gt; | -s &lt;nsze&gt;]
[--ncap=&lt;ncap&gt; | -c &lt;ncap&gt;]
[--flbas=&lt;flbas&gt; | -f &lt;flbas&gt;]
[--dps=&lt;dps&gt; | -d &lt;dps&gt;]
Expand Down Expand Up @@ -849,7 +843,7 @@ <h2 id="_nvme">NVME</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2015-06-08 14:08:41 MDT
Last updated 2016-05-16 12:47:58 EDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-create-ns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nvme-create-ns - Send NVMe Namespace management command to create namespace, ret
SYNOPSIS
--------
[verse]
'nvme create-ns' <device> [--nsze=<nsze> | -n <nsze>]
'nvme create-ns' <device> [--nsze=<nsze> | -s <nsze>]
[--ncap=<ncap> | -c <ncap>]
[--flbas=<flbas> | -f <flbas>]
[--dps=<dps> | -d <dps>]
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-delete-ns.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-id-ns
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-ID\-NS" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-ID\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-detach-ns.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-detach-ns
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-DETACH\-NS" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-DETACH\-NS" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-dsm.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-dsm
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-DSM" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-DSM" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
28 changes: 11 additions & 17 deletions Documentation/nvme-dsm.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.7" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<title>nvme-dsm(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -87,11 +87,15 @@
ul > li { color: #aaa; }
ul > li > * { color: black; }

pre {
.monospaced, code, pre {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
padding: 0;
margin: 0;
}


#author {
color: #527bbd;
font-weight: bold;
Expand Down Expand Up @@ -415,12 +419,6 @@
*
* */

tt {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
}

div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
Expand All @@ -435,7 +433,7 @@
p.table {
margin-top: 0;
}
/* Because the table frame attribute is overridden by CSS in most browsers. */
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
border-style: none;
}
Expand All @@ -454,12 +452,6 @@
*
* */

.monospaced {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
}

table.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
Expand Down Expand Up @@ -539,6 +531,8 @@
@media print {
body.manpage div#toc { display: none; }
}


</style>
<script type="text/javascript">
/*<![CDATA[*/
Expand Down Expand Up @@ -769,7 +763,7 @@ <h2 id="_description">DESCRIPTION</h2>
provides the result and returned structure.</p></div>
<div class="paragraph"><p>The &lt;device&gt; parameter is mandatory and may be either the NVMe character
device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
If the character device is given, the <tt>'--namespace-id'</tt> option is
If the character device is given, the <code>'--namespace-id'</code> option is
mandatory, otherwise it will use the ns-id of the namespace for the block
device you opened. For block devices, the ns-id used can be overridden
with the same option.</p></div>
Expand Down Expand Up @@ -895,7 +889,7 @@ <h2 id="_nvme">NVME</h2>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2016-02-26 08:25:50 MST
Last updated 2016-05-16 12:47:42 EDT
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-error-log.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-error-log
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-ERROR\-LOG" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-ERROR\-LOG" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/nvme-flush.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nvme-flush
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 05/14/2016
.\" Date: 05/16/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-FLUSH" "1" "05/14/2016" "NVMe" "NVMe Manual"
.TH "NVME\-FLUSH" "1" "05/16/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
Loading

0 comments on commit 402a87b

Please sign in to comment.