aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/nvmecontrol.8
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-09-16 04:28:31 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-09-16 04:28:31 +0000
commit0fcf43f6f308e2bc2dc7a247971fded65f7186cd (patch)
treeab1e2f1f7ee302562d9c327339f20f1e81fda729 /sbin/nvmecontrol/nvmecontrol.8
parente700bef2dc85fb4318d32ea5d3afd0335435c95e (diff)
downloadsrc-0fcf43f6f308e2bc2dc7a247971fded65f7186cd.tar.gz
src-0fcf43f6f308e2bc2dc7a247971fded65f7186cd.zip
Add missing history sections to a number of storage related man pages
gmultipath.8: Add HISTORY Adjust sentences with bad phrases picked up by igor ggatec.8: Add HISTORY ggated.8: Add HISTORY ggatel.8: Add HISTORY Seperate out sentence as advised by igor. hastctl.8: Add HISTORY hastd.8: Add HISTORY Fix sentence highlighted by igor. iscontrol.8: Add HISTORY mdmfs.8: Add HISTORY Address issues raised by igor mount_nfs.8: Add HISTORY Not sure where mount_nfs first showed up, but the verison used in the BSD's originates from 4.4BSD according to CSRG archive. Though commercial offerings from Sun and others covers older systems, eg https://groups.google.com/forum/#!topic/net.unix-wizards/lMe7aQikqJI nandfs.8: Add HISTORY Adjust sentence in description to address bad phrase highlighted by igor. nvmecontrol.8: Add HISTORY PR: 212491 PR: 212498 PR: 212499 PR: 212500 PR: 212501 PR: 212502 PR: 212505 PR: 212508 PR: 212540 PR: 212543 PR: 212546 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes
Notes: svn path=/head/; revision=305861
Diffstat (limited to 'sbin/nvmecontrol/nvmecontrol.8')
-rw-r--r--sbin/nvmecontrol/nvmecontrol.813
1 files changed, 9 insertions, 4 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8
index 9ac87f151656..73842212da31 100644
--- a/sbin/nvmecontrol/nvmecontrol.8
+++ b/sbin/nvmecontrol/nvmecontrol.8
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 26, 2013
+.Dd September 10, 2016
.Dt NVMECONTROL 8
.Os
.Sh NAME
@@ -94,9 +94,9 @@ Display an hexadecimal dump of the nvme0 IDENTIFY_NAMESPACE data for namespace
.Pp
.Dl nvmecontrol perftest -n 32 -o read -s 512 -t 30 nvme0ns1
.Pp
-Run a performance test on nvme0ns1 using 32 kernel threads for 30 seconds. Each
-thread will issue a single 512 byte read command. Results are printed to
-stdout when 30 seconds expires.
+Run a performance test on nvme0ns1 using 32 kernel threads for 30 seconds.
+Each thread will issue a single 512 byte read command.
+Results are printed to stdout when 30 seconds expires.
.Pp
.Dl nvmecontrol reset nvme0
.Pp
@@ -137,6 +137,11 @@ Set the current power mode.
.Dl nvmecontrol power nvme0
.Pp
Get the current power mode.
+.Sh HISTORY
+The
+.Nm
+utility appeared in
+.Fx 9.2 .
.Sh AUTHORS
.An -nosplit
.Nm