diff options
author | 2003-12-09 17:19:15 +0000 | |
---|---|---|
committer | 2003-12-09 17:19:15 +0000 | |
commit | f5d2237b0ac10258dfc751cabc7e9c6636a462f5 (patch) | |
tree | ed83924165b8c86a1578a8903b0126f10109b155 | |
parent | make ClientKeepAlive work for ssh -N, too (no login shell requested). (diff) | |
download | wireguard-openbsd-f5d2237b0ac10258dfc751cabc7e9c6636a462f5.tar.xz wireguard-openbsd-f5d2237b0ac10258dfc751cabc7e9c6636a462f5.zip |
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 |