diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-09 17:19:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-09 17:19:17 +0000 |
commit | f98c214600780d01ed3151a94e4a2f73f2954a13 (patch) | |
tree | 45201b23115e7f7a49ca68fec671b9a0093a328b | |
parent | d13232410ac983bc35b7d689aceaa8ce111b5edb (diff) |
fix weird formatting issues in SYNOPSIS;
diff from Brian Poole;
-rw-r--r-- | share/man/man4/isapnp.4 | 6 | ||||
-rw-r--r-- | share/man/man4/sbus.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index 7b1e6cf5c27..cc5a080556f 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isapnp.4,v 1.29 2003/06/19 20:29:51 deraadt Exp $ +.\" $OpenBSD: isapnp.4,v 1.30 2003/12/09 17:19:15 jmc Exp $ .\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -37,11 +37,11 @@ .Nd introduction to ISA Plug-and-Play support .Sh SYNOPSIS .Cd "isapnp0 at isa?" -.Pp +.Sh DESCRIPTION An .Nm bus can be configured for each supported ISA bus. -.Sh DESCRIPTION +.Pp .Ox provides machine-independent bus support and drivers for ISA Plug-and-Play (isapnp) autoconfiguration of PnP-compatible diff --git a/share/man/man4/sbus.4 b/share/man/man4/sbus.4 index 733a64db648..c9cccc822c2 100644 --- a/share/man/man4/sbus.4 +++ b/share/man/man4/sbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sbus.4,v 1.22 2003/06/20 03:28:12 jason Exp $ +.\" $OpenBSD: sbus.4,v 1.23 2003/12/09 17:19:16 jmc Exp $ .\" $NetBSD: sbus.4,v 1.5 2002/01/21 17:54:10 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -45,11 +45,11 @@ .Cd "sbus* at mainbus?" .Cd "sbus* at iommu?" .Cd "sbus* at xbox?" -.Pp +.Sh DESCRIPTION These .Nm attachments are specific to the sparc and sparc64 ports. -.Sh DESCRIPTION +.Pp .Nm is an I/O interconnect bus mostly found in .Tn SPARC |