diff options
author | 2009-03-19 20:18:45 +0000 | |
---|---|---|
committer | 2009-03-19 20:18:45 +0000 | |
commit | 8b348f715ee8f5d932039d98b79e35c7bd6f69f2 (patch) | |
tree | 3e50bd1e4132e1328fae19b56572da7f14c2aaf1 | |
parent | no .Pp before or after sections; (diff) | |
download | wireguard-openbsd-8b348f715ee8f5d932039d98b79e35c7bd6f69f2.tar.xz wireguard-openbsd-8b348f715ee8f5d932039d98b79e35c7bd6f69f2.zip |
comment out some macros until they are needed;
-rw-r--r-- | share/man/man4/mpu.4 | 6 | ||||
-rw-r--r-- | share/man/man4/usbf.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/mpu.4 b/share/man/man4/mpu.4 index 25f3096bede..22fc75df758 100644 --- a/share/man/man4/mpu.4 +++ b/share/man/man4/mpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpu.4,v 1.6 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: mpu.4,v 1.7 2009/03/19 20:18:45 jmc Exp $ .\" $NetBSD: mpu.4,v 1.5 2001/03/30 14:34:27 minoura Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: March 19 2009 $ .Dt MPU 4 .Os .Sh NAME @@ -45,7 +45,7 @@ driver provides support for the Roland/Yamaha MPU401 (and compatible) MIDI UART cards. .Pp Access to the device is through the MIDI driver. -.Pp +.\" .Pp .\" The .\" .Nm .\" driver usually attaches to a sound card, but it can also sit diff --git a/share/man/man4/usbf.4 b/share/man/man4/usbf.4 index 1f874b4e26b..106aad8eede 100644 --- a/share/man/man4/usbf.4 +++ b/share/man/man4/usbf.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: usbf.4,v 1.5 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: usbf.4,v 1.6 2009/03/19 20:18:45 jmc Exp $ .\" .\" Uwe Stuehler, 2006. Public Domain. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 19 2009 $ .Dt USBF 4 .Os .Sh NAME @@ -39,7 +39,7 @@ Function drivers implement the characteristics of a particular device class that the .Tn USB host will see when the device is connected to the bus. -.Pp +.\" .Pp .\" See .\" .Xr usbf 9 .\" for a description of the kernel programming interfaces for |