summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-03 14:31:02 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-03 14:31:02 +0000
commitd86ff53c2f6693c7445399488d519aa1120d2ee9 (patch)
tree5bb4cae6f4dc1b3d18237f86e94997dc239af9bb
parent9a3a2d30fe784b1aa311cfae0892634df9c64246 (diff)
.Bl always requires .It, even in .Bl -column;
syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
-rw-r--r--lib/libc/stdio/stdio.3134
-rw-r--r--share/man/man4/acx.442
-rw-r--r--share/man/man4/ahd.434
-rw-r--r--share/man/man4/ath.488
-rw-r--r--share/man/man4/athn.442
-rw-r--r--share/man/man4/bwi.426
-rw-r--r--share/man/man4/ifmedia.434
-rw-r--r--share/man/man4/malo.420
-rw-r--r--share/man/man4/pgt.434
-rw-r--r--share/man/man4/speaker.438
-rw-r--r--share/man/man5/login.conf.56
-rw-r--r--share/man/man5/printcap.56
-rw-r--r--share/man/man7/mdoc.samples.76
-rw-r--r--share/termtypes/termcap.522
-rw-r--r--usr.bin/getent/getent.16
-rw-r--r--usr.bin/netstat/netstat.139
-rw-r--r--usr.bin/vgrind/vgrindefs.56
17 files changed, 292 insertions, 291 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 020dd872d97..27fe4eefdde 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.19 2007/05/31 19:19:31 jmc Exp $
+.\" $OpenBSD: stdio.3,v 1.20 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 3 2010 $
.Dt STDIO 3
.Os
.Sh NAME
@@ -212,71 +212,71 @@ exist and will be used if the macro
definitions are explicitly removed.
.Sh LIST OF FUNCTIONS
.Bl -column "Description"
-.Sy Function Description
-asprintf formatted output conversion with allocation
-clearerr check and reset stream status
-fclose close a stream
-fdopen stream open functions
-feof check and reset stream status
-ferror check and reset stream status
-fflush flush a stream
-fgetc get next character or word from input stream
-fgetln get a line from a stream
-fgetpos reposition a stream
-fgets get a line from a stream
-fileno get a stream's underlying file descriptor
-fopen stream open functions
-fprintf formatted output conversion
-fpurge flush a stream
-fputc output a character or word to a stream
-fputs output a line to a stream
-fread binary stream input/output
-freopen stream open functions
-fropen open a stream
-fscanf input format conversion
-fseek reposition a stream
-fsetpos reposition a stream
-ftell reposition a stream
-funopen open a stream
-fwopen open a stream
-fwrite binary stream input/output
-getc get next character or word from input stream
-getchar get next character or word from input stream
-gets get a line from a stream
-getw get next character or word from input stream
-mkstemp create unique temporary file
-mktemp create unique temporary file
-perror system error messages
-printf formatted output conversion
-putc output a character or word to a stream
-putchar output a character or word to a stream
-puts output a line to a stream
-putw output a character or word to a stream
-remove remove directory entry
-rewind reposition a stream
-scanf input format conversion
-setbuf stream buffering operations
-setbuffer stream buffering operations
-setlinebuf stream buffering operations
-setvbuf stream buffering operations
-snprintf formatted output conversion
-sprintf formatted output conversion
-sscanf input format conversion
-strerror system error messages
-sys_errlist system error messages
-sys_nerr system error messages
-tempnam temporary file routines
-tmpfile temporary file routines
-tmpnam temporary file routines
-ungetc un-get character from input stream
-vasprintf formatted output conversion with allocation
-vfprintf formatted output conversion
-vfscanf input format conversion
-vprintf formatted output conversion
-vscanf input format conversion
-vsnprintf formatted output conversion
-vsprintf formatted output conversion
-vsscanf input format conversion
+.It Sy Function Description
+.It asprintf formatted output conversion with allocation
+.It clearerr check and reset stream status
+.It fclose close a stream
+.It fdopen stream open functions
+.It feof check and reset stream status
+.It ferror check and reset stream status
+.It fflush flush a stream
+.It fgetc get next character or word from input stream
+.It fgetln get a line from a stream
+.It fgetpos reposition a stream
+.It fgets get a line from a stream
+.It fileno get a stream's underlying file descriptor
+.It fopen stream open functions
+.It fprintf formatted output conversion
+.It fpurge flush a stream
+.It fputc output a character or word to a stream
+.It fputs output a line to a stream
+.It fread binary stream input/output
+.It freopen stream open functions
+.It fropen open a stream
+.It fscanf input format conversion
+.It fseek reposition a stream
+.It fsetpos reposition a stream
+.It ftell reposition a stream
+.It funopen open a stream
+.It fwopen open a stream
+.It fwrite binary stream input/output
+.It getc get next character or word from input stream
+.It getchar get next character or word from input stream
+.It gets get a line from a stream
+.It getw get next character or word from input stream
+.It mkstemp create unique temporary file
+.It mktemp create unique temporary file
+.It perror system error messages
+.It printf formatted output conversion
+.It putc output a character or word to a stream
+.It putchar output a character or word to a stream
+.It puts output a line to a stream
+.It putw output a character or word to a stream
+.It remove remove directory entry
+.It rewind reposition a stream
+.It scanf input format conversion
+.It setbuf stream buffering operations
+.It setbuffer stream buffering operations
+.It setlinebuf stream buffering operations
+.It setvbuf stream buffering operations
+.It snprintf formatted output conversion
+.It sprintf formatted output conversion
+.It sscanf input format conversion
+.It strerror system error messages
+.It sys_errlist system error messages
+.It sys_nerr system error messages
+.It tempnam temporary file routines
+.It tmpfile temporary file routines
+.It tmpnam temporary file routines
+.It ungetc un-get character from input stream
+.It vasprintf formatted output conversion with allocation
+.It vfprintf formatted output conversion
+.It vfscanf input format conversion
+.It vprintf formatted output conversion
+.It vscanf input format conversion
+.It vsnprintf formatted output conversion
+.It vsprintf formatted output conversion
+.It vsscanf input format conversion
.El
.Sh SEE ALSO
.Xr close 2 ,
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4
index 5bdcb4a1a7c..e232cd2b2b8 100644
--- a/share/man/man4/acx.4
+++ b/share/man/man4/acx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acx.4,v 1.35 2009/09/02 07:00:24 jmc Exp $
+.\" $OpenBSD: acx.4,v 1.36 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 2006 Theo de Raadt.
.\" Copyright (c) 2006 The DragonFly Project. All rights reserved.
@@ -30,7 +30,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 2 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Os
.Dt ACX 4
.Sh NAME
@@ -134,25 +134,25 @@ The following cards are among those supported by the
driver:
.Pp
.Bl -column -compact "Microcom Travelcard" "ACX111" "CardBus" "a/b/g" -offset 6n
-.Em "Card Chip Bus Standard"
-D-Link DWL-520+ ACX100 PCI b
-D-Link DWL-650+ ACX100 CardBus b
-D-Link DWL-G520+ ACX111 PCI b/g
-D-Link DWL-G630+ ACX111 CardBus b/g
-D-Link DWL-G650+ ACX111 CardBus b/g
-Digitus DN-7001G ACX111 CardBus b/g
-Ergenic ERG WL-003 ACX100 CardBus b
-Hamlet HNWP254 ACX111 CardBus b/g
-Hawking HWP54G ACX111 PCI b/g
-Linksys WPC54Gv2 ACX111 CardBus b/g
-Microcom Travelcard ACX111 CardBus b/g
-Netgear WG311v2 ACX111 PCI b/g
-Sceptre SC254W+ ACX111 CardBus b/g
-Tornado/ADT 211g ACX111 PCI b/g
-USR USR5410 ACX111 CardBus b/g
-USR USR5416 ACX111 PCI b/g
-ZyXEL G-160 ACX111 CardBus b/g
-ZyXEL G-360 EE ACX111 PCI b/g
+.It Em "Card Chip Bus Standard"
+.It D-Link DWL-520+ ACX100 PCI b
+.It D-Link DWL-650+ ACX100 CardBus b
+.It D-Link DWL-G520+ ACX111 PCI b/g
+.It D-Link DWL-G630+ ACX111 CardBus b/g
+.It D-Link DWL-G650+ ACX111 CardBus b/g
+.It Digitus DN-7001G ACX111 CardBus b/g
+.It Ergenic ERG WL-003 ACX100 CardBus b
+.It Hamlet HNWP254 ACX111 CardBus b/g
+.It Hawking HWP54G ACX111 PCI b/g
+.It Linksys WPC54Gv2 ACX111 CardBus b/g
+.It Microcom Travelcard ACX111 CardBus b/g
+.It Netgear WG311v2 ACX111 PCI b/g
+.It Sceptre SC254W+ ACX111 CardBus b/g
+.It Tornado/ADT 211g ACX111 PCI b/g
+.It USR USR5410 ACX111 CardBus b/g
+.It USR USR5416 ACX111 PCI b/g
+.It ZyXEL G-160 ACX111 CardBus b/g
+.It ZyXEL G-360 EE ACX111 PCI b/g
.El
.Sh EXAMPLES
The following
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index a2d819c482c..5a8ea03663b 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ahd.4,v 1.14 2007/05/31 19:19:49 jmc Exp $
+.\" $OpenBSD: ahd.4,v 1.15 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 2000
.\" Justin T. Gibbs. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ahd.4,v 1.5 2004/07/04 14:17:41 simon Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 3 2010 $
.Dt AHD 4
.Os
.Sh NAME
@@ -99,21 +99,21 @@ console when
is enabled.
Logically OR the following bits together:
.Bl -column -offset indent Value Function
-.Em "Value Function"
-0x0001 Show miscellaneous information
-0x0002 Show sense data
-0x0004 Show Serial EEPROM contents
-0x0008 Show bus termination settings
-0x0010 Show host memory usage
-0x0020 Show SCSI protocol messages
-0x0040 Show mode pointer of the chip register window
-0x0080 Show selection timeouts
-0x0100 Show FIFO usage messages
-0x0200 Show Queue Full status
-0x0400 Show SCB queue status
-0x0800 Show inbound packet information
-0x1000 Show S/G list information
-0x2000 Enable extra diagnostic code in the firmware
+.It Em "Value Function"
+.It 0x0001 Show miscellaneous information
+.It 0x0002 Show sense data
+.It 0x0004 Show Serial EEPROM contents
+.It 0x0008 Show bus termination settings
+.It 0x0010 Show host memory usage
+.It 0x0020 Show SCSI protocol messages
+.It 0x0040 Show mode pointer of the chip register window
+.It 0x0080 Show selection timeouts
+.It 0x0100 Show FIFO usage messages
+.It 0x0200 Show Queue Full status
+.It 0x0400 Show SCB queue status
+.It 0x0800 Show inbound packet information
+.It 0x1000 Show S/G list information
+.It 0x2000 Enable extra diagnostic code in the firmware
.El
.Pp
Per target configuration performed in the
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4
index 730aa14e985..3d3a14e8d30 100644
--- a/share/man/man4/ath.4
+++ b/share/man/man4/ath.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ath.4,v 1.48 2009/10/31 13:29:07 sobrado Exp $
+.\" $OpenBSD: ath.4,v 1.49 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $
.\"
.\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
@@ -42,7 +42,7 @@
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath.4,v 1.16 2004/02/18 08:30:08 maxim Exp $
.\" parts from $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath_hal.4,v 1.7 2004/01/07 20:49:51 blackend Exp $
.\"
-.Dd $Mdocdate: October 31 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Dt ATH 4
.Os
.Sh NAME
@@ -153,48 +153,48 @@ The following cards are among those supported by the
driver:
.Pp
.Bl -column -compact "Samsung SWL-5200N" "AR5212" "CardBus" "a/b/g" -offset 6n
-.Em "Card Chip Bus Standard"
-3Com 3CRPAG175 AR5212 CardBus a/b/g
-.\"Aztech WL830PC AR5212 CardBus b/g
-Cisco AIR-CB21AG AR5212 CardBus a/b/g
-D-Link DWL-A650 AR5210 CardBus a
-D-Link DWL-AB650 AR5211 CardBus a/b
-D-Link DWL-A520 AR5210 PCI a
-.\"D-Link DWL-AG520 AR5212 PCI a/b/g
-.\"D-Link DWL-AG650 AR5212 CardBus a/b/g
-.\"D-Link DWL-G520 AR5212 PCI b/g
-.\"D-Link DWL-G650B AR5212 CardBus b/g
-.\"Elecom LD-WL54AG AR5212 CardBus a/b/g
-Elecom LD-WL54 AR5211 CardBus a
-.\"Fujitsu E5454 AR5212 CardBus a/b/g
-.\"Fujitsu FMV-JW481 AR5212 CardBus a/b/g
-.\"Fujitsu E5454 AR5212 CardBus a/b/g
-.\"HP NC4000 AR5212 PCI a/b/g
-IBM 11ABG WL LAN AR5212 Mini PCI a/b/g
-.\"I/O Data WN-AB AR5212 CardBus a/b
-.\"I/O Data WN-AG AR5212 CardBus a/b/g
-.\"I/O Data WN-A54 AR5212 CardBus a
-.\"Linksys WMP55AG AR5212 PCI a/b/g
-Linksys WPC51AB AR5211 CardBus a/b
-.\"Linksys WPC55AG AR5212 CardBus a/b/g
-.\"NEC PA-WL/54AG AR5212 CardBus a/b/g
-.\"Netgear WAG311 AR5212 PCI a/b/g
-Netgear WAB501 AR5211 CardBus a/b
-.\"Netgear WAG511 AR5212 CardBus a/b/g
-.\"Netgear WG311 rev1 AR5212 PCI b/g
-.\"Netgear WG511T AR5212 CardBus b/g
-.\"Orinoco 8480 AR5212 CardBus a/b/g
-.\"Orinoco 8470WD AR5212 CardBus a/b/g
-Planet WL-3560 AR5211 CardBus a/b/g
-Proxim Skyline 4030 AR5210 CardBus a
-Proxim Skyline 4032 AR5210 PCI a
-.\"Samsung SWL-5200N AR5212 CardBus a/b/g
-Senao NL-5354MP AR5212 Mini PCI a/b/g
-SMC SMC2735W AR5210 CardBus a
-.\"Sony PCWA-C700 AR5212 CardBus a/b
-.\"Sony PCWA-C300S AR5212 CardBus b/g
-Sony PCWA-C500 AR5210 CardBus a
-Wistron CM9 AR5212 Mini PCI a/b/g
+.It Em "Card Chip Bus Standard"
+.It 3Com 3CRPAG175 AR5212 CardBus a/b/g
+.\"It Aztech WL830PC AR5212 CardBus b/g
+.It Cisco AIR-CB21AG AR5212 CardBus a/b/g
+.It D-Link DWL-A650 AR5210 CardBus a
+.It D-Link DWL-AB650 AR5211 CardBus a/b
+.It D-Link DWL-A520 AR5210 PCI a
+.\"It D-Link DWL-AG520 AR5212 PCI a/b/g
+.\"It D-Link DWL-AG650 AR5212 CardBus a/b/g
+.\"It D-Link DWL-G520 AR5212 PCI b/g
+.\"It D-Link DWL-G650B AR5212 CardBus b/g
+.\"It Elecom LD-WL54AG AR5212 CardBus a/b/g
+.It Elecom LD-WL54 AR5211 CardBus a
+.\"It Fujitsu E5454 AR5212 CardBus a/b/g
+.\"It Fujitsu FMV-JW481 AR5212 CardBus a/b/g
+.\"It Fujitsu E5454 AR5212 CardBus a/b/g
+.\"It HP NC4000 AR5212 PCI a/b/g
+.It IBM 11ABG WL LAN AR5212 Mini PCI a/b/g
+.\"It I/O Data WN-AB AR5212 CardBus a/b
+.\"It I/O Data WN-AG AR5212 CardBus a/b/g
+.\"It I/O Data WN-A54 AR5212 CardBus a
+.\"It Linksys WMP55AG AR5212 PCI a/b/g
+.It Linksys WPC51AB AR5211 CardBus a/b
+.\"It Linksys WPC55AG AR5212 CardBus a/b/g
+.\"It NEC PA-WL/54AG AR5212 CardBus a/b/g
+.\"It Netgear WAG311 AR5212 PCI a/b/g
+.It Netgear WAB501 AR5211 CardBus a/b
+.\"It Netgear WAG511 AR5212 CardBus a/b/g
+.\"It Netgear WG311 rev1 AR5212 PCI b/g
+.\"It Netgear WG511T AR5212 CardBus b/g
+.\"It Orinoco 8480 AR5212 CardBus a/b/g
+.\"It Orinoco 8470WD AR5212 CardBus a/b/g
+.It Planet WL-3560 AR5211 CardBus a/b/g
+.It Proxim Skyline 4030 AR5210 CardBus a
+.It Proxim Skyline 4032 AR5210 PCI a
+.\"It Samsung SWL-5200N AR5212 CardBus a/b/g
+.It Senao NL-5354MP AR5212 Mini PCI a/b/g
+.It SMC SMC2735W AR5210 CardBus a
+.\"It Sony PCWA-C700 AR5212 CardBus a/b
+.\"It Sony PCWA-C300S AR5212 CardBus b/g
+.It Sony PCWA-C500 AR5210 CardBus a
+.It Wistron CM9 AR5212 Mini PCI a/b/g
.El
.Pp
An up to date list can be found at
diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4
index b5a71793f2f..0dee77968c2 100644
--- a/share/man/man4/athn.4
+++ b/share/man/man4/athn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: athn.4,v 1.5 2009/11/19 19:22:46 damien Exp $
+.\" $OpenBSD: athn.4,v 1.6 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 19 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Os
.Dt ATHN 4
.Sh NAME
@@ -86,25 +86,25 @@ receiver paths (2T2R).
The following table summarizes the supported chips and their capabilities.
.Pp
.Bl -column -compact "AR9001-3NX2 (AR9160+AR9106)" "2GHz/5GHz" "3x3" "PCI/CardBus" -offset 4n
-.Em "Chipset Spectrum Tx/Rx Bus"
-AR5008-2NG (AR5416+AR2122) 2GHz 2x2 PCI/CardBus
-AR5008-3NG (AR5416+AR2133) 2GHz 3x3 PCI/CardBus
-AR5008-2NX (AR5416+AR5122) 2GHz/5GHz 2x2 PCI/CardBus
-AR5008-3NX (AR5416+AR5133) 2GHz/5GHz 3x3 PCI/CardBus
-AR5008E-2NG (AR5418+AR2122) 2GHz 2x2 PCIe
-AR5008E-3NG (AR5418+AR2133) 2GHz 3x3 PCIe
-AR5008E-2NX (AR5418+AR5122) 2GHz/5GHz 2x2 PCIe
-AR5008E-3NX (AR5418+AR5133) 2GHz/5GHz 3x3 PCIe
-AR9001-2NG (AR9160+AR9103) 2GHz 2x2 PCI
-AR9001-3NG (AR9160+AR9103) 2GHz 3x3 PCI
-AR9001-3NX2 (AR9160+AR9106) 2GHz/5GHz 3x3 PCI
-AR9220 2GHz/5GHz 2x2 PCI
-AR9223 2GHz 2x2 PCI
-AR9280 2GHz/5GHz 2x2 PCIe
-AR9281 2GHz 1x2 PCIe
-AR9285 2GHz 1x1 PCIe
-AR9227 2GHz 2x2 PCI
-AR9287 2GHz 2x2 PCIe
+.It Em "Chipset Spectrum Tx/Rx Bus"
+.It AR5008-2NG (AR5416+AR2122) 2GHz 2x2 PCI/CardBus
+.It AR5008-3NG (AR5416+AR2133) 2GHz 3x3 PCI/CardBus
+.It AR5008-2NX (AR5416+AR5122) 2GHz/5GHz 2x2 PCI/CardBus
+.It AR5008-3NX (AR5416+AR5133) 2GHz/5GHz 3x3 PCI/CardBus
+.It AR5008E-2NG (AR5418+AR2122) 2GHz 2x2 PCIe
+.It AR5008E-3NG (AR5418+AR2133) 2GHz 3x3 PCIe
+.It AR5008E-2NX (AR5418+AR5122) 2GHz/5GHz 2x2 PCIe
+.It AR5008E-3NX (AR5418+AR5133) 2GHz/5GHz 3x3 PCIe
+.It AR9001-2NG (AR9160+AR9103) 2GHz 2x2 PCI
+.It AR9001-3NG (AR9160+AR9103) 2GHz 3x3 PCI
+.It AR9001-3NX2 (AR9160+AR9106) 2GHz/5GHz 3x3 PCI
+.It AR9220 2GHz/5GHz 2x2 PCI
+.It AR9223 2GHz 2x2 PCI
+.It AR9280 2GHz/5GHz 2x2 PCIe
+.It AR9281 2GHz 1x2 PCIe
+.It AR9285 2GHz 1x1 PCIe
+.It AR9227 2GHz 2x2 PCI
+.It AR9287 2GHz 2x2 PCIe
.El
.Pp
These are the modes the
diff --git a/share/man/man4/bwi.4 b/share/man/man4/bwi.4
index 374c5807bbf..60d0c79c244 100644
--- a/share/man/man4/bwi.4
+++ b/share/man/man4/bwi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwi.4,v 1.25 2009/09/02 07:00:24 jmc Exp $
+.\" $OpenBSD: bwi.4,v 1.26 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 2 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Os
.Dt BWI 4
.Sh NAME
@@ -111,17 +111,17 @@ The following cards are among those supported by the
driver:
.Pp
.Bl -column -compact "Apple Airport Extreme" "BCM4306" "CardBus" "a/b/g" -offset 6n
-.Em "Card Chip Bus Standard"
-Apple Airport Extreme BCM4306 PCI b/g
-Apple Airport Extreme BCM4318 PCI b/g
-ASUS WL-138g BCM4318 PCI b/g
-Buffalo WLI-CB-G54 BCM4306 CardBus b/g
-Compaq R4035 onboard BCM4306 PCI b/g
-HP nx6125 BCM4319 PCI b/g
-Linksys WPC54G Ver 3 BCM4318 CardBus b/g
-Linksys WPC54GS Ver 2 BCM4318 CardBus b/g
-TRENDnet TEW-401PCplus BCM4306 CardBus b/g
-US Robotics 5411 BCM4318 CardBus b/g
+.It Em "Card Chip Bus Standard"
+.It Apple Airport Extreme BCM4306 PCI b/g
+.It Apple Airport Extreme BCM4318 PCI b/g
+.It ASUS WL-138g BCM4318 PCI b/g
+.It Buffalo WLI-CB-G54 BCM4306 CardBus b/g
+.It Compaq R4035 onboard BCM4306 PCI b/g
+.It HP nx6125 BCM4319 PCI b/g
+.It Linksys WPC54G Ver 3 BCM4318 CardBus b/g
+.It Linksys WPC54GS Ver 2 BCM4318 CardBus b/g
+.It TRENDnet TEW-401PCplus BCM4306 CardBus b/g
+.It US Robotics 5411 BCM4318 CardBus b/g
.El
.Sh EXAMPLES
The following
diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4
index 44509172a11..caf6fb73b98 100644
--- a/share/man/man4/ifmedia.4
+++ b/share/man/man4/ifmedia.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifmedia.4,v 1.17 2008/06/26 05:42:06 ray Exp $
+.\" $OpenBSD: ifmedia.4,v 1.18 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: ifmedia.4,v 1.14 2001/06/30 17:57:56 bjh21 Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -29,7 +29,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: January 3 2010 $
.Dt IFMEDIA 4
.Os
.Sh NAME
@@ -266,21 +266,21 @@ Frequencies in the table are specified in MHz.
.Pp
.Bd -ragged -offset indent
.Bl -column "Channel " "FCC" "ETSI" "France" "Japan"
-.Em "Channel FCC ETSI France Japan"
-1 2412 2412 - 2412
-2 2417 2417 - 2417
-3 2422 2422 - 2422
-4 2427 2427 - 2427
-5 2432 2432 - 2432
-6 2437 2437 - 2437
-7 2442 2442 - 2442
-8 2447 2447 - 2447
-9 2452 2452 - 2452
-10 2457 2457 2457 2457
-11 2462 2462 2462 2462
-12 - 2467 2467 2467
-13 - 2472 2472 2472
-14 - - - 2484
+.It Em "Channel FCC ETSI France Japan"
+.It 1 2412 2412 - 2412
+.It 2 2417 2417 - 2417
+.It 3 2422 2422 - 2422
+.It 4 2427 2427 - 2427
+.It 5 2432 2432 - 2432
+.It 6 2437 2437 - 2437
+.It 7 2442 2442 - 2442
+.It 8 2447 2447 - 2447
+.It 9 2452 2452 - 2452
+.It 10 2457 2457 2457 2457
+.It 11 2462 2462 2462 2462
+.It 12 - 2467 2467 2467
+.It 13 - 2472 2472 2472
+.It 14 - - - 2484
.El
.Ed
.Pp
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4
index 4340ee1c307..8cfe781063b 100644
--- a/share/man/man4/malo.4
+++ b/share/man/man4/malo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malo.4,v 1.31 2009/09/02 07:00:24 jmc Exp $
+.\" $OpenBSD: malo.4,v 1.32 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 2006 Theo de Raadt.
.\"
@@ -26,7 +26,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 2 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Os
.Dt MALO 4
.Sh NAME
@@ -125,14 +125,14 @@ The following cards are among those supported by the
driver:
.Pp
.Bl -column -compact "Microcom Travelcard" "MALO111" "CardBus" "a/b/g" -offset 6n
-.Em "Card Chip Bus Standard"
-Ambicom WL54CF 88W8385 PCMCIA b/g
-I-O DATA WN-G54/CF 88W8385 PCMCIA b/g
-Netgear WG511v2 88W8310 CardBus b/g
-Netgear WG311v3 88W8335 PCI b/g
-SparkLAN WCFM-100 88W8385 PCMCIA b/g
-Tenda TWL541C 88W8310 CardBus b/g
-Tenda TWL542P 88W8335 PCI b/g
+.It Em "Card Chip Bus Standard"
+.It Ambicom WL54CF 88W8385 PCMCIA b/g
+.It I-O DATA WN-G54/CF 88W8385 PCMCIA b/g
+.It Netgear WG511v2 88W8310 CardBus b/g
+.It Netgear WG311v3 88W8335 PCI b/g
+.It SparkLAN WCFM-100 88W8385 PCMCIA b/g
+.It Tenda TWL541C 88W8310 CardBus b/g
+.It Tenda TWL542P 88W8335 PCI b/g
.El
.Sh EXAMPLES
The following
diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4
index c7f76182832..4e4b4817316 100644
--- a/share/man/man4/pgt.4
+++ b/share/man/man4/pgt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pgt.4,v 1.30 2009/09/02 07:00:24 jmc Exp $
+.\" $OpenBSD: pgt.4,v 1.31 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 2006 Theo de Raadt.
.\" Copyright (c) 2006 The DragonFly Project. All rights reserved.
@@ -30,7 +30,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 2 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Os
.Dt PGT 4
.Sh NAME
@@ -126,21 +126,21 @@ The following cards are among those supported by the
driver:
.Pp
.Bl -column -compact "SMC EZ Connect g 2.4GHz SMC2835W-v2" "ISL38xx" "CardBus" -offset 6n
-.Em "Card Chip Bus"
-3COM 3CRWE154G72 ISL3880 CardBus
-D-Link DWL-g650 A1 ISL3890 PCI
-I-O Data WN-G54/CB ISL3890 PCI
-I4 Z-Com XG-600 ISL3890 PCI
-I4 Z-Com XG-900 ISL3890 PCI
-Intersil PRISM Indigo ISL3877 PCI
-Intersil PRISM Duette ISL3890 PCI
-NETGEAR WG511 (Taiwanese, not Chinese) ISL3890 CardBus
-PLANEX GW-DS54G ISL3890 PCI
-SMC EZ Connect g 2.4GHz SMC2802W ISL3890 PCI
-SMC EZ Connect g 2.4GHz SMC2835W-v2 ISL3890 CardBus
-SMC 2802Wv2 ISL3890 PCI
-Soyo Aerielink ISL3890 CardBus
-ZyXEL ZyAIR G-100 ISL3890 CardBus
+.It Em "Card Chip Bus"
+.It 3COM 3CRWE154G72 ISL3880 CardBus
+.It D-Link DWL-g650 A1 ISL3890 PCI
+.It I-O Data WN-G54/CB ISL3890 PCI
+.It I4 Z-Com XG-600 ISL3890 PCI
+.It I4 Z-Com XG-900 ISL3890 PCI
+.It Intersil PRISM Indigo ISL3877 PCI
+.It Intersil PRISM Duette ISL3890 PCI
+.It NETGEAR WG511 (Taiwanese, not Chinese) ISL3890 CardBus
+.It PLANEX GW-DS54G ISL3890 PCI
+.It SMC EZ Connect g 2.4GHz SMC2802W ISL3890 PCI
+.It SMC EZ Connect g 2.4GHz SMC2835W-v2 ISL3890 CardBus
+.It SMC 2802Wv2 ISL3890 PCI
+.It Soyo Aerielink ISL3890 CardBus
+.It ZyXEL ZyAIR G-100 ISL3890 CardBus
.El
.Sh EXAMPLES
The following
diff --git a/share/man/man4/speaker.4 b/share/man/man4/speaker.4
index 82e81e5c0bf..057e90a7519 100644
--- a/share/man/man4/speaker.4
+++ b/share/man/man4/speaker.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: speaker.4,v 1.4 2009/11/02 22:31:50 sobrado Exp $
+.\" $OpenBSD: speaker.4,v 1.5 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: speaker.4,v 1.9 1998/08/18 08:16:56 augustss Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 2 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Dt SPEAKER 4
.Os
.Sh NAME
@@ -175,23 +175,23 @@ May also be written
Sets the number of quarter notes per minute; default is 120.
Musical names for common tempi are:
.Bl -column Description Tempo BPM -offset indent
-.Em Tempo Beats per Minute
-very slow Larghissimo
- Largo 40-60
- Larghetto 60-66
- Grave
- Lento
- Adagio 66-76
-slow Adagietto
- Andante 76-108
-medium Andantino
- Moderato 108-120
-fast Allegretto
- Allegro 120-168
- Vivace
- Veloce
- Presto 168-208
-very fast Prestissimo
+.It Em Tempo Beats per Minute
+.It very slow Larghissimo
+.It Largo 40-60
+.It Larghetto 60-66
+.It Grave
+.It Lento
+.It Adagio 66-76
+.It slow Adagietto
+.It Andante 76-108
+.It medium Andantino
+.It Moderato 108-120
+.It fast Allegretto
+.It Allegro 120-168
+.It Vivace
+.It Veloce
+.It Presto 168-208
+.It very fast Prestissimo
.El
.It M[LNS]
Set articulation.
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index f633db38e5e..9016979e331 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,10 +30,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.41 2008/12/27 19:18:57 blambert Exp $
+.\" $OpenBSD: login.conf.5,v 1.42 2010/01/03 14:31:01 schwarze Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
-.Dd $Mdocdate: December 27 2008 $
+.Dd $Mdocdate: January 3 2010 $
.Dt LOGIN.CONF 5
.Os
.Sh NAME
@@ -95,7 +95,7 @@ file are either boolean or use a
to separate the capability from the value.
The types are described after the capability table.
.Bl -column minpasswordlen program xetcxmotd
-.Sy Name Type Default Description
+.It Sy Name Type Default Description
.\"
.It approve Ta program Ta "" Ta
Default program to approve login.
diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5
index 280b7686f5e..3af4d4bf459 100644
--- a/share/man/man5/printcap.5
+++ b/share/man/man5/printcap.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printcap.5,v 1.21 2007/05/31 19:19:58 jmc Exp $
+.\" $OpenBSD: printcap.5,v 1.22 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)printcap.5 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 3 2010 $
.Dt PRINTCAP 5
.Os
.Sh NAME
@@ -69,7 +69,7 @@ Refer to
.Xr termcap 5
for a description of the file layout.
.Bl -column "xx" "xx" "/var/spool/"
-.Sy Name Type Default Description
+.It Sy Name Type Default Description
.It "af str" Ta Dv NULL Ta No "name of accounting file"
.It "br num none if lp is a tty, set baud rate"
.Pf ( Xr ioctl 2
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index a70fc2c12f2..b0f2b5276c5 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.samples.7,v 1.82 2009/03/04 22:17:05 sobrado Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.83 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -34,7 +34,7 @@
.\" times and is guaranteed to give a worst case performance
.\" for an already extremely slow package.
.\"
-.Dd $Mdocdate: March 4 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Dt MDOC.SAMPLES 7
.Os
.Sh NAME
@@ -1935,7 +1935,7 @@ can be used inside
of them.
.Bd -filled -offset indent
.Bl -column "quote " "close " "open " "Enclose Stringx(in XX) " XXstringXX
-.Em " Quote Close Open Function Result"
+.It Em " Quote Close Open Function Result"
.It Li ".Aq .Ac .Ao" Ta No Angle Bracket Enclosure <string>
.It Li ".Bq .Bc .Bo" Ta No Bracket Enclosure [string]
.It Li ".Dq .Dc .Do" Ta No Double Quote ``string''
diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5
index e1700d47191..87d5b206c0e 100644
--- a/share/termtypes/termcap.5
+++ b/share/termtypes/termcap.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termcap.5,v 1.22 2007/05/31 19:20:01 jmc Exp $
+.\" $OpenBSD: termcap.5,v 1.23 2010/01/03 14:31:01 schwarze Exp $
.\"
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 3 2010 $
.Dt TERMCAP 5
.Os
.Sh NAME
@@ -82,14 +82,14 @@ in 132-column mode would be
The following suffixes should be used where possible:
.Bd -filled
.Bl -column indent "With automatic margins (usually default)xx"
-.Sy Suffix Meaning Example
--w Wide mode (more than 80 columns). vt100-w
--am With automatic margins (usually default). vt100-am
--nam Without automatic margins. vt100-nam
-.Pf \- Ar n Ta No "Number of lines on screen. aaa-60"
--na No arrow keys (leave them in local). concept100-na
-.Pf \- Ar \&np Ta No "Number of pages of memory. concept100-4p"
--rv Reverse video. concept100-rv
+.It Sy Suffix Meaning Example
+.It \-w Wide mode (more than 80 columns). vt100-w
+.It \-am With automatic margins (usually default). vt100-am
+.It \-nam Without automatic margins. vt100-nam
+.It Pf \- Ar n Ta No "Number of lines on screen. aaa-60"
+.It \-na No arrow keys (leave them in local). concept100-na
+.It Pf \- Ar \&np Ta No "Number of pages of memory. concept100-4p"
+.It \-rv Reverse video. concept100-rv
.El
.Ed
.Sh CAPABILITIES
@@ -112,7 +112,7 @@ equivalents, since they were considered useless,
or are subsumed by other capabilities.
New software should not rely on them at all.
.Bl -column indent indent indent
-.Sy Name Type Notes Description
+.It Sy Name Type Notes Description
.It "ae str (P) End alternate character set."
.It "AL str (NP*) Add"
.Em n
diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1
index b8f9842c8b6..cca9dfb683b 100644
--- a/usr.bin/getent/getent.1
+++ b/usr.bin/getent/getent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getent.1,v 1.6 2008/06/26 05:42:21 ray Exp $
+.\" $OpenBSD: getent.1,v 1.7 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: getent.1,v 1.13 2005/09/11 23:16:15 wiz Exp $
.\"
.\" Copyright (c) 2004 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: January 3 2010 $
.Dt GETENT 1
.Os
.Sh NAME
@@ -60,7 +60,7 @@ file format for that database.
may be one of:
.Pp
.Bl -column "netgroup" -offset indent -compact
-.Sy Database Ta Sy Display format
+.It Sy Database Ta Sy Display format
.It ethers Ta address name
.It group Ta group:passwd:gid:[member[,member]...]
.It hosts Ta address name [alias ...]
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index 80709ba9df4..b3fce1456af 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstat.1,v 1.57 2009/11/22 22:22:14 tedu Exp $
+.\" $OpenBSD: netstat.1,v 1.58 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: November 22 2009 $
+.Dd $Mdocdate: January 3 2010 $
.Dt NETSTAT 1
.Os
.Sh NAME
@@ -335,23 +335,23 @@ manual pages.
.Pp
The mapping between letters and flags is:
.Bl -column XXXX RTF_BLACKHOLE
-1 RTF_PROTO1 Protocol specific routing flag #1.
-2 RTF_PROTO2 Protocol specific routing flag #2.
-3 RTF_PROTO3 Protocol specific routing flag #3.
-B RTF_BLACKHOLE Just discard pkts (during updates).
-C RTF_CLONING Generate new routes on use.
-c RTF_CLONED Cloned routes (generated from RTF_CLONING).
-D RTF_DYNAMIC Created dynamically (by redirect).
-G RTF_GATEWAY Destination requires forwarding by intermediary.
-H RTF_HOST Host entry (net otherwise).
-L RTF_LLINFO Valid protocol to link address translation.
-M RTF_MODIFIED Modified dynamically (by redirect).
-P RTF_MPATH Multipath route.
-R RTF_REJECT Host or net unreachable.
-S RTF_STATIC Manually added.
-T RTF_MPLS MPLS route.
-U RTF_UP Route usable.
-X RTF_XRESOLVE External daemon translates proto to link address.
+.It 1 RTF_PROTO1 Protocol specific routing flag #1.
+.It 2 RTF_PROTO2 Protocol specific routing flag #2.
+.It 3 RTF_PROTO3 Protocol specific routing flag #3.
+.It B RTF_BLACKHOLE Just discard pkts (during updates).
+.It C RTF_CLONING Generate new routes on use.
+.It c RTF_CLONED Cloned routes (generated from RTF_CLONING).
+.It D RTF_DYNAMIC Created dynamically (by redirect).
+.It G RTF_GATEWAY Destination requires forwarding by intermediary.
+.It H RTF_HOST Host entry (net otherwise).
+.It L RTF_LLINFO Valid protocol to link address translation.
+.It M RTF_MODIFIED Modified dynamically (by redirect).
+.It P RTF_MPATH Multipath route.
+.It R RTF_REJECT Host or net unreachable.
+.It S RTF_STATIC Manually added.
+.It T RTF_MPLS MPLS route.
+.It U RTF_UP Route usable.
+.It X RTF_XRESOLVE External daemon translates proto to link address.
.El
.Pp
Direct routes are created for each interface attached to the local host;
@@ -420,4 +420,5 @@ command appeared in
.Bx 4.2 .
IPv6 support was added by WIDE/KAME project.
.Sh BUGS
+B
The notion of errors is ill-defined.
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5
index 621e09fe382..bc911611271 100644
--- a/usr.bin/vgrind/vgrindefs.5
+++ b/usr.bin/vgrind/vgrindefs.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgrindefs.5,v 1.13 2007/05/31 19:20:19 jmc Exp $
+.\" $OpenBSD: vgrindefs.5,v 1.14 2010/01/03 14:31:01 schwarze Exp $
.\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 3 2010 $
.Dt VGRINDEFS 5
.Os
.Sh NAME
@@ -51,7 +51,7 @@ very similar to
.Sh FIELDS
The following table names and describes each field:
.Bl -column Namexxx Tpexxx
-.Sy Name Type Description
+.It Sy Name Type Description
.It "pb str regular expression for start of a procedure"
.It "bb str regular expression for start of a lexical block"
.It "be str regular expression for the end of a lexical block"