Date: Sun, 15 Jun 2014 18:39:10 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267518 - head/share/man/man4 Message-ID: <201406151839.s5FIdAFJ087832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Sun Jun 15 18:39:10 2014 New Revision: 267518 URL: http://svnweb.freebsd.org/changeset/base/267518 Log: Minor mdoc improvements. Modified: head/share/man/man4/proto.4 Modified: head/share/man/man4/proto.4 ============================================================================== --- head/share/man/man4/proto.4 Sun Jun 15 18:32:02 2014 (r267517) +++ head/share/man/man4/proto.4 Sun Jun 15 18:39:10 2014 (r267518) @@ -76,6 +76,7 @@ with .Pa pci<d>:<b>:<s>:<f> representing the location of the PCI device in the PCI hierarchy. A location includes: +.Pp .Bl -tag -width XXXXXX -compact .It <d> The PCI domain number @@ -101,11 +102,17 @@ representing I/O port or memory mapped I .Sh EXAMPLES A single function PCI device in domain 0, on bus 1, in slot 2 and having a single memory mapped I/O region will have the following device special files: -.Bl -tag -compact +.Pp +.Bl -tag -width XXXXXX -compact .It Pa /dev/proto/pci0:1:2:0/10.mem .It Pa /dev/proto/pci0:1:2:0/pcicfg .El -.\" +.\" +.Sh AUTHORS +The +.Nm +device driver and this manual page were written by +.An Marcel Moolenaar Aq marcel@xcllnt.net . .Sh SECURITY CONSIDERATIONS Because programs have direct access to the hardware, the .Nm @@ -126,9 +133,3 @@ The details of how a program can set up initiate DMA still need to be fleshed out. .Pp Support for non-PCI devices has not been implemented yet. -.\" -.Sh AUTHORS -The -.Nm -device driver and this manual page were written by -.An Marcel Moolenaar Aq marcel@xcllnt.net .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151839.s5FIdAFJ087832>