SR-IOV Patch Series 3/7: manual pages

Ryan Stone rysto32 at gmail.com
Tue May 27 02:01:41 UTC 2014


These patches either update existing manual pages or introduce new
ones to document the new PCI SR-IOV infrastructure.  Any review of
this would be greatly appreciated, as I've never written manual pages
before so no doubt I've made silly mistakes.  Thanks to anybody who
can find the time to review.

http://people.freebsd.org/~rstone/patches/iov/0005-Document-pci_iov_attach-detach-in-pci.9.patch
[PATCH 05/21] Document pci_iov_attach/detach in pci.9

---
 share/man/man9/Makefile |  2 ++
 share/man/man9/pci.9    | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

http://people.freebsd.org/~rstone/patches/iov/0006-Add-manpages-for-SR-IOV-enable-disable-driver-interf.patch
[PATCH 06/21] Add manpages for SR-IOV enable/disable driver interface

---
 share/man/man9/Makefile         |   3 ++
 share/man/man9/PCI_ADD_VF.9     | 114 ++++++++++++++++++++++++++++++++++++++++
 share/man/man9/PCI_INIT_IOV.9   |  85 ++++++++++++++++++++++++++++++
 share/man/man9/PCI_UNINIT_IOV.9 |  64 ++++++++++++++++++++++
 4 files changed, 266 insertions(+)

http://people.freebsd.org/~rstone/patches/iov/0014-Add-a-manpage-for-iovctl-8.patch
[PATCH 14/21] Add a manpage for iovctl(8)

---
 usr.sbin/iovctl/iovctl.8 | 120 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 120 insertions(+)

http://people.freebsd.org/~rstone/patches/iov/0015-Add-manpage-documenting-iovctl-config-file-format.patch
[PATCH 15/21] Add manpage documenting iovctl config file format.

---
 usr.sbin/iovctl/iovctl.conf.5 | 170 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 170 insertions(+)

http://people.freebsd.org/~rstone/patches/iov/0020-Document-the-interface-for-defining-a-configuration-.patch
[PATCH 20/21] Document the interface for defining a configuration
 schema

---
 share/man/man9/Makefile         |   9 ++
 share/man/man9/pci_iov_schema.9 | 241 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 250 insertions(+)


More information about the freebsd-doc mailing list