Date: Mon, 26 May 2014 22:01:40 -0400 From: Ryan Stone <rysto32@gmail.com> To: freebsd-doc@freebsd.org Subject: SR-IOV Patch Series 3/7: manual pages Message-ID: <CAFMmRNw39DLx=uyDUm1GkGYG0%2Bn6EA0t9R0eKNjYNRFFna243g@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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(+)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNw39DLx=uyDUm1GkGYG0%2Bn6EA0t9R0eKNjYNRFFna243g>