197403Sobrien.nr _0 \n(c.
297403Sobrien.\" Copyright (c) 1988, 1993
3169691Skan.\"	The Regents of the University of California.  All rights reserved.
497403Sobrien.\"
597403Sobrien.\" Redistribution and use in source and binary forms, with or without
697403Sobrien.\" modification, are permitted provided that the following conditions
797403Sobrien.\" are met:
897403Sobrien.\" 1. Redistributions of source code must retain the above copyright
997403Sobrien.\"    notice, this list of conditions and the following disclaimer.
1097403Sobrien.\" 2. Redistributions in binary form must reproduce the above copyright
1197403Sobrien.\"    notice, this list of conditions and the following disclaimer in the
1297403Sobrien.\"    documentation and/or other materials provided with the distribution.
1397403Sobrien.\" 3. All advertising materials mentioning features or use of this software
1497403Sobrien.\"    must display the following acknowledgement:
1597403Sobrien.\"	This product includes software developed by the University of
1697403Sobrien.\"	California, Berkeley and its contributors.
1797403Sobrien.\" 4. Neither the name of the University nor the names of its contributors
18169691Skan.\"    may be used to endorse or promote products derived from this software
1997403Sobrien.\"    without specific prior written permission.
2097403Sobrien.\"
2197403Sobrien.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2297403Sobrien.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2397403Sobrien.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2497403Sobrien.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2597403Sobrien.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2697403Sobrien.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2797403Sobrien.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2897403Sobrien.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2997403Sobrien.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30169691Skan.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31169691Skan.\" SUCH DAMAGE.
32169691Skan.\"
33169691Skan.\"	@(#)sh.me	8.1 (Berkeley) 6/5/93
3497403Sobrien.\"
3597403Sobrien.\"	%beginstrip%
3697403Sobrien.\"
3797403Sobrien.de sh			\" *** section heading
38132720Skan.fi
39132720Skan.if (\\n(si>0)&(\\n(si<1n) \
4097403Sobrien.	nr si \\n(sin
4197403Sobrien.ce 0
4297403Sobrien.@d "\\$1" +1 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
4397403Sobrien.if !"\\$2"_" \
4497403Sobrien\{\
4597403Sobrien.	ds |n \&\\$2
46169691Skan.	$p "\\*(|n" "\\*($n" \\n($0
47169691Skan.	$0 "\\*(|n" "\\*($n" \\n($0
4897403Sobrien.	rm |n
4997403Sobrien.\}
5097403Sobrien.nr $p 0 1			\" reset .np count
5197403Sobrien..
5297403Sobrien.de @d			\" --- change section depth
5397403Sobrien.if !""\\$1" \
5497403Sobrien.	nr $0 \\$1
5597403Sobrien.if \\n($0&(\\n(.$>1) \
5697403Sobrien.	nr $\\n($0 \\$2
5797403Sobrien.ds $n \&\"
5897403Sobrien.ie \\n($0>=1 \
5997403Sobrien\{\
6097403Sobrien.	if '\\n($1'0' \
6197403Sobrien.		nr $1 1
6297403Sobrien.	if (\\n(.$>=3) .if !"\\$3"-" \
6397403Sobrien.		nr $1 \\$3
6497403Sobrien.	as $n \\n($1
6597403Sobrien.\}
6697403Sobrien.el \
6797403Sobrien.	nr $1 0
6897403Sobrien.ie \\n($0>=2 \
6997403Sobrien\{\
7097403Sobrien.	if '\\n($2'0' \
7197403Sobrien.		nr $2 1
7297403Sobrien.	if (\\n(.$>=4) .if !"\\$4"-" \
7397403Sobrien.		nr $2 \\$4
7497403Sobrien.	as $n .\\n($2
7597403Sobrien.\}
7697403Sobrien.el \
7797403Sobrien.	nr $2 0
7897403Sobrien.ie \\n($0>=3 \
7997403Sobrien\{\
8097403Sobrien.	if '\\n($3'0' \
8197403Sobrien.		nr $3 1
8297403Sobrien.	if (\\n(.$>=5) .if !"\\$5"-" \
8397403Sobrien.		nr $3 \\$5
8497403Sobrien.	as $n .\\n($3
8597403Sobrien.\}
8697403Sobrien.el \
8797403Sobrien.	nr $3 0
8897403Sobrien.ie \\n($0>=4 \
8997403Sobrien\{\
9097403Sobrien.	if '\\n($4'0' \
9197403Sobrien.		nr $4 1
9297403Sobrien.	if (\\n(.$>=6) .if !"\\$6"-" \
9397403Sobrien.		nr $4 \\$6
9497403Sobrien.	as $n .\\n($4
9597403Sobrien.\}
9697403Sobrien.el \
9797403Sobrien.	nr $4 0
9897403Sobrien.ie \\n($0>=5 \
9997403Sobrien\{\
10097403Sobrien.	if '\\n($5'0' \
10197403Sobrien.		nr $5 1
10297403Sobrien.	if (\\n(.$>=7) .if !"\\$7"-" \
10397403Sobrien.		nr $5 \\$7
10497403Sobrien.	as $n .\\n($5
10597403Sobrien.\}
10697403Sobrien.el \
10797403Sobrien.	nr $5 0
10897403Sobrien.ie \\n($0>=6 \
10997403Sobrien\{\
11097403Sobrien.	if '\\n($6'0' \
11197403Sobrien.		nr $6 1
11297403Sobrien.	if (\\n(.$>=8) .if !"\\$8"-" \
11397403Sobrien.		nr $6 \\$8
11497403Sobrien.	as $n .\\n($6
11597403Sobrien.\}
11697403Sobrien.el \
11797403Sobrien.	nr $6 0
11897403Sobrien..
11997403Sobrien.de sx			\" *** heading up, no increment (2.1.1 -> 2.1)
12097403Sobrien.ce 0
12197403Sobrien.ul 0
12297403Sobrien.nr _0 \\n($0-1
12397403Sobrien.if \\n(.$ .nr _0 +1
12497403Sobrien.if \\n(.$ .nr _0 \\$1
12597403Sobrien.@d \\n(_0
12697403Sobrien.rr _0
12797403Sobrien.$p "" "" \\n($0
12897403Sobrien.nr $p 0 1			\" reset .np count
12997403Sobrien..
13097403Sobrien.de uh			\" *** unnumbered section heading
13197403Sobrien.$p "\\$1"
13297403Sobrien.$0 "\\$1"
13397403Sobrien..
13497403Sobrien.if \n(sf<=0 \
13597403Sobrien.	nr sf 8			\" section font -- Times Bold
13697403Sobrien.if \n(sp<=0 \
13797403Sobrien.	nr sp 10		\" section title pointsize
13897403Sobrien.if \n(ss<=0 \
13997403Sobrien.	nr ss 12p		\" section prespacing
14097403Sobrien.if \n(si<=0 \
14197403Sobrien.	nr si 0			\" section indent
14297403Sobrien.nr c. \n(_0
14397403Sobrien