Subject: misc/17637: Add *VERBOSE kernel options to section 4 manpages
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 07/18/2002 21:53:35
>Number:         17637
>Category:       misc
>Synopsis:       Add *VERBOSE kernel options to section 4 manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 18 12:53:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6D
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6D NetBSD 1.6D (DARKSTAR) #2: Wed Jul 17 19:45:32 CEST 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	There are several manpages of section 4 which document system
	buses but do not show their VERBOSE options in the synopsis
	section. The following patch fixes most of them by adding the
	options in the specified section.
>How-To-Repeat:
	
>Fix:

Index: eisa.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/eisa.4,v
retrieving revision 1.12
diff -u -u -r1.12 eisa.4
--- eisa.4	2002/03/06 14:43:03	1.12
+++ eisa.4	2002/07/18 19:49:09
@@ -35,6 +35,8 @@
 .Nm eisa
 .Nd Introduction to EISA bus machine-independent drivers and support
 .Sh SYNOPSIS
+.Cd options EISAVERBOSE
+.Pp
 Machine-dependent; depends on the bus topology and
 .Tn EISA
 bus interface of your system.  Typical
Index: mca.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/mca.4,v
retrieving revision 1.16
diff -u -u -r1.16 mca.4
--- mca.4	2002/03/24 18:50:08	1.16
+++ mca.4	2002/07/18 19:49:09
@@ -40,6 +40,8 @@
 .Sh SYNOPSIS
 .Cd "mca0 at mainbus?"
 .Pp
+.Cd options MCAVERBOSE
+.Pp
 Machine-dependent; depends on the bus topology and
 .Tn MCA
 bus interface of your system. Typical
Index: mii.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/mii.4,v
retrieving revision 1.14
diff -u -u -r1.14 mii.4
--- mii.4	2002/04/02 20:45:40	1.14
+++ mii.4	2002/07/18 19:49:09
@@ -64,7 +64,9 @@
 .Cd "tlphy*    at mii? phy ?		# ThunderLAN internal PHYs"
 .Cd "tqphy*    at mii? phy ?		# TSC Semiconductor 78Q2120 PHYs"
 .Cd "ukphy*    at mii? phy ?		# Generic/unknown PHYs"
-.Cd "urlphy*   at mii? phy ?            # Realtek RTL8150L internal PHYs"
+.Cd "urlphy*   at mii? phy ?		# Realtek RTL8150L internal PHYs"
+.Pp
+.Cd options MIIVERBOSE
 .Sh DESCRIPTION
 Media Independent Interface is an IEEE standard serial bus for
 connecting MACs (network controllers) to PHYs (physical media
Index: pci.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/pci.4,v
retrieving revision 1.67
diff -u -u -r1.67 pci.4
--- pci.4	2002/04/26 02:05:07	1.67
+++ pci.4	2002/07/18 19:49:09
@@ -40,6 +40,9 @@
 .Cd "pci* at pchb? bus ?"
 .Cd "pci* at ppb? bus ?"
 .Pp
+.Cd options PCIVERBOSE
+.Cd options PCI_CONFIG_DUMP
+.Pp
 Other
 .Nm
 attachments are machine-dependent and depend on the bus topology and
Index: pcmcia.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/pcmcia.4,v
retrieving revision 1.25
diff -u -u -r1.25 pcmcia.4
--- pcmcia.4	2002/03/29 10:23:07	1.25
+++ pcmcia.4	2002/07/18 19:49:10
@@ -48,6 +48,8 @@
 .Cd "pcmcia* at pcic? controller ? socket ?"
 .Cd "pcmcia* at tcic? controller ? socket ?"
 .Cd "pcmcia* at cardslot?"
+.Pp
+.Cd options PCMCIAVERBOSE
 .Ss amiga
 .Cd "pcmcia* at pccard0"
 .Ss hpcmips
Index: usb.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/usb.4,v
retrieving revision 1.52
diff -u -u -r1.52 usb.4
--- usb.4	2002/06/12 00:24:39	1.52
+++ usb.4	2002/07/18 19:49:10
@@ -53,6 +53,8 @@
 .Cd "uhub*   at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
 .Cd "XX*     at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
 .Pp
+.Cd options USBVERBOSE
+.Pp
 .Cd "#include \*[Lt]dev/usb/usb.h\*[Gt]"
 .Cd "#include \*[Lt]dev/usb/usbhid.h\*[Gt]"
 .Sh DESCRIPTION
Index: man4.i386/pnpbios.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/man4.i386/pnpbios.4,v
retrieving revision 1.10
diff -u -u -r1.10 pnpbios.4
--- man4.i386/pnpbios.4	2002/01/15 01:45:28	1.10
+++ man4.i386/pnpbios.4	2002/07/18 19:49:11
@@ -1,4 +1,4 @@
-.\" $NetBSD: pnpbios.4,v 1.9 2001/09/11 00:08:34 wiz Exp $
+.\" $NetBSD: pnpbios.4,v 1.10 2002/01/15 01:45:28 wiz Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,6 +43,9 @@
 .Sh SYNOPSIS
 .Cd "pnpbios0 at mainbus?"
 .Cd "XX*      at pnpbios0 index ?"
+.Pp
+.Cd options PNPBIOSVERBOSE
+.Cd options PNPBIOSDEBUG
 .Sh INTRODUCTION
 .Nm
 provides support for finding and attaching devices by
>Release-Note:
>Audit-Trail:
>Unformatted: