diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-20 00:55:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-20 00:55:16 +0000 |
commit | fbd6430bf82146f0311bf428ae2dcb2bc5f49380 (patch) | |
tree | 6803f939e937ddc6cbea16cebf76df16e931a061 /share | |
parent | 15decc718bfb6202484c470b07f67f70f0a21fda (diff) |
mention riscv64 config lines
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/com.4 | 7 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4 index 67690dd982b..73b421f2ca7 100644 --- a/share/man/man4/com.4 +++ b/share/man/man4/com.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: com.4,v 1.47 2021/05/01 16:11:09 visa Exp $ +.\" $OpenBSD: com.4,v 1.48 2021/05/20 00:55:15 jsg Exp $ .\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -33,7 +33,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: May 1 2021 $ +.Dd $Mdocdate: May 20 2021 $ .Dt COM 4 .Os .Sh NAME @@ -88,6 +88,9 @@ .Cd "# octeon" .Cd "com* at fdt?" .Pp +.Cd "# riscv64" +.Cd "com* at fdt?" +.Pp .Cd "# sparc64" .Cd "com* at asio?" .Cd "com* at ebus?" diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index ee91ca4f642..d4491e0aa04 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.385 2021/05/01 16:11:09 visa Exp $ +.\" $OpenBSD: pci.4,v 1.386 2021/05/20 00:55:15 jsg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 1 2021 $ +.Dd $Mdocdate: May 20 2021 $ .Dt PCI 4 .Os .Sh NAME @@ -80,6 +80,9 @@ .Cd "# octeon" .Cd "pci* at octpcie?" .Pp +.Cd "# riscv64" +.Cd "pci* at pciecam?" +.Pp .Cd "# sparc64" .Cd "pci* at psycho?" .Cd "pci* at schizo?" |