Replace use of .Po Pc with the preferred .Pq for single line

enclosures in iovctl.conf(5), iovctl(8), pci(9), and
pci_iov_schema(9).

Differential Revision: https://reviews.freebsd.org/D3000
Reviewed by: wblock
Approved by: jmallett (mentor)
This commit is contained in:
Patrick Kelsey 2015-07-08 16:16:44 +00:00
parent ded32d88f1
commit fe3ff217dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285273
4 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 28, 2015 .Dd July 8, 2015
.Dt PCI 9 .Dt PCI 9
.Os .Os
.Sh NAME .Sh NAME
@ -445,7 +445,7 @@ The
function is used to advertise that the given device function is used to advertise that the given device
.Pq and associated device driver .Pq and associated device driver
supports PCI Single-Root I/O Virtualization supports PCI Single-Root I/O Virtualization
.Po SR-IOV Pc . .Pq SR-IOV .
A driver that supports SR-IOV must implement the A driver that supports SR-IOV must implement the
.Xr PCI_IOV_INIT 9 , .Xr PCI_IOV_INIT 9 ,
.Xr PCI_IOV_ADD_VF 9 .Xr PCI_IOV_ADD_VF 9

View file

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd June 18, 2015 .Dd July 8, 2015
.Dt PCI_IOV_SCHEMA 9 .Dt PCI_IOV_SCHEMA 9
.Os .Os
.Sh NAME .Sh NAME
@ -227,7 +227,7 @@ type.
Values of type Values of type
.Vt uint32_t .Vt uint32_t
are unsigned integers in the range 0 to are unsigned integers in the range 0 to
.Po 2**32 - 1 Pc , .Pq 2**32 - 1 ,
inclusive. inclusive.
.Pp .Pp
The The
@ -241,7 +241,7 @@ type.
Values of type Values of type
.Vt uint64_t .Vt uint64_t
are unsigned integers in the range 0 to are unsigned integers in the range 0 to
.Po 2**64 - 1 Pc , .Pq 2**64 - 1 ,
inclusive. inclusive.
.Pp .Pp
The The

View file

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 21, 2014 .Dd July 8, 2015
.Dt IOVCTL 8 .Dt IOVCTL 8
.Os .Os
.Sh NAME .Sh NAME
@ -49,7 +49,7 @@ The
utility creates or destroys PCI Single-Root I/O Virtualization utility creates or destroys PCI Single-Root I/O Virtualization
.Pq SR-IOV .Pq SR-IOV
Virtual Functions Virtual Functions
.Po VFs Pc . .Pq VFs .
When invoked with the When invoked with the
.Fl C .Fl C
flag, flag,

View file

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd July 5, 2015 .Dd July 8, 2015
.Dt IOVCTL.CONF 5 .Dt IOVCTL.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -77,7 +77,7 @@ The second section type is the VF section.
This section has the key "VF-" followed by a VF index. This section has the key "VF-" followed by a VF index.
VF indices start at 0 and always increment by 1. VF indices start at 0 and always increment by 1.
Valid VF indices are in the range of 0 to Valid VF indices are in the range of 0 to
.Po num_vfs - 1 Pc . .Pq num_vfs - 1 .
The VF index must be given as a decimal integer with no leading zeros. The VF index must be given as a decimal integer with no leading zeros.
This section defines configuration parameters that apply to a single VF. This section defines configuration parameters that apply to a single VF.
.Pp .Pp
@ -108,11 +108,11 @@ Accepts any integer in the range 0 to 255, inclusive.
Accepts any integer in the range 0 to 65535, inclusive. Accepts any integer in the range 0 to 65535, inclusive.
.It uint32_t .It uint32_t
Accepts any integer in the range 0 to Accepts any integer in the range 0 to
.Po 2**32 - 1 Pc , .Pq 2**32 - 1 ,
inclusive. inclusive.
.It uint64_t .It uint64_t
Accepts any integer in the range 0 to Accepts any integer in the range 0 to
.Po 2**64 - 1 Pc , .Pq 2**64 - 1 ,
inclusive. inclusive.
.El .El
.Sh OPTIONS .Sh OPTIONS