diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2012-04-29 07:27:19 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2012-04-29 07:27:19 +0000 |
| commit | 05ca4cb5b51f6ae5bc9c17e84dfbd261cb5a3c01 (patch) | |
| tree | a99d7ae2008cab205018f3e15a786af5ebfb8ce1 | |
| parent | 6693057d59f6ea44ad5f6a1b5f29151ce7f25743 (diff) | |
Add x68k's com(4) attachments to SYNOPSIS.
XXX: needs more MD ones
| -rw-r--r-- | share/man/man4/com.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4 index fb4aea2ad7a..462a95a21f8 100644 --- a/share/man/man4/com.4 +++ b/share/man/man4/com.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: com.4,v 1.20 2012/04/17 11:00:43 wiz Exp $ +.\" $NetBSD: com.4,v 1.21 2012/04/29 07:27:19 tsutsui Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" -.Dd April 17, 2012 +.Dd April 29, 2012 .Dt COM 4 .Os .Sh NAME @@ -74,6 +74,9 @@ .Ss SPARC .Cd "com* at ebus?" .Cd "com* at obio0" +.Ss x68k +.Cd "com0 at intio0 addr 0xefff00 intr 240" +.Cd "com1 at intio0 addr 0xefff10 intr 241" .Sh DESCRIPTION The .Nm |
