now contained in textproc/groff-1.21;

ok naddy@ landry@
This commit is contained in:
schwarze 2011-03-19 17:54:11 +00:00
parent d1f9230e5a
commit 1c4c337651
11 changed files with 0 additions and 5356 deletions

View File

@ -1,38 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
COMMENT = groff man/mandoc macro package
PKG_ARCH = *
CATEGORIES = textproc
DISTNAME = groff-mdoc-0.0
DISTFILES =
# BSD
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
SHARE = ${PREFIX}/share/tmac
MSRCS = doc doc-ditroff doc-common doc-nroff doc-syms
NO_REGRESS = Yes
do-build:
for i in ${MSRCS}; do \
sed -f ${FILESDIR}/strip.sed <${FILESDIR}/mdoc/$$i \
>${WRKBUILD}/$$i; \
done
do-install:
${INSTALL_DATA_DIR} ${SHARE}
${INSTALL_DATA_DIR} ${SHARE}/mdoc
${SUBST_CMD} -c -g ${SHAREGRP} -o ${SHAREOWN} \
${FILESDIR}/tmac.andoc ${SHARE}/tmac.andoc
ln ${SHARE}/tmac.andoc ${SHARE}/tmac.an
for i in ${MSRCS}; do \
${SUBST_CMD} -c -g ${SHAREGRP} -o ${SHAREOWN} \
${WRKBUILD}/$$i ${SHARE}/mdoc/$$i; \
done
ln ${SHARE}/mdoc/doc ${SHARE}/tmac.doc
.include <bsd.port.mk>

View File

@ -1,175 +0,0 @@
.\" $OpenBSD: README,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)README 8.1 (Berkeley) 6/8/93
.\"
-mdoc stuff
doc-* files are unstripped tmac.doc-* files
Site specific string and register names (for doc-{common,nroff,ditroff})
.\" tmac.doc-nroff
.\"
.\" Default fonts
.\" FONT DITROFF style TROFF Style NROFF Style
.\" Default Times Roman Times Roman Printer Dependent
.\" Default bold Times Bold Times Bold Printer Dependent
.\" Default italic Times Italic Times Italic Underline
.\" Const width lit Courier Times ? Printer Dependent
.\" Const width bold Courier Bold ? Printer Dependent
.\" Const width ital Courier Oblique ? Printer Dependent
.\"
.\" Default point size 10 (vs 12), Section Header point size 12 (vs 14)
.\"
.\" STRING CONSTANTS
.\" NS aD string (site) Address Style
.\" NS aR string (site) Argument Reference Style
.\" NS cM string (site) Interactive Command Modifier (flag)
.\" NS eM string (site) Emphasis (in the English sense - usually italics)
.\" NS eR string (site) Errno Style
.\" NS eV string (site) Environment Variable Style
.\" NS fA string (site) Function Argument Style
.\" NS fL string (site) Command Line Flag Style
.\" NS fN string (site) Function Name Style
.\" NS Hs string (site) Header String Style
.\" NS iC string (site) Interactive Command Style
.\" NS lI string (site) Literal Style
.\" NS lp string (site) Left Function Parenthesis Style
.\" NS rp string (site) Right Function Parenthesis Style
.\" NS lP string (site) Left Parenthesis Style
.\" NS rP string (site) Right Parenthesis Style
.\" NS lB string (site) Bracket Open Style
.\" NS rB string (site) Bracket Close Style
.\" NS mL string (site) Diagnostic Message List Style
.\" NS nM string (site) Name (subject of manpage) Style
.\" NS nO string (site) normal font (default)
.\" NS lO string (site) Options Open Bracket Style
.\" NS rO string (site) Options Close Bracket Style
.\" NS pA string (site) Pathname Style
.\" NS Pu string (site) Accepted punctuation string for -mdoc syntax
.\" NS rA string (site) Reference Author Style
.\" NS rT string (site) Reference Title Style
.\" NS sH string (site) Section Header Style
.\" NS sY string (site) Symbolic Emphasis (boldface)
.\" NS sX string (site) Section Header Cross References
.\" NS tN string (site) Trade Name Style
.\" NS vA string (site) Generic Variable Style
.\" NS Vs string (site) Volume Title Style
.\" NS xR string (site) Cross Reference STyle (man page only)
.\" MISCELLANEOUS
.\" NS lS string (site) list-label-sep (list-types hang, number, bullet, diag)
.\" NS iV string soft space (can be split on a newline or padded in adjust mode)
.\" NS sV string manipulable space
.\" NS hV string hard space (cannot be split on newline or padded)
.\" NS tV string tab space (for column function)
.\" NS sI register (site) subheader indent
.\" NS tI register (site) text indent
.\" NS cR register nroff crt flag (1 for crt/online, 0 for printer)
.\" NS Pp register (site) paragraph vertical spacing
.\" NS dI register flag (Bd)
.\" INDENT WIDTHS (used for tag widths, and argument tests)
.\" NS Ad register (site) Width Needed for Address Tag (indented amount)
.\" NS Ac register (site) Angle Quote Close Value
.\" NS Ao register (site) Angle Quote Open Width
.\" NS Aq register (site) Angle Quote Width
.\" NS Bc register (site) Bracket Quote Close Value
.\" NS Bl register (site) Bullet List Macro Value
.\" NS Bo register (site) Bracket Quote Open Width
.\" NS Bq register (site) Bracket Quote Width
.\" NS Ar register (site) Width Needed for Argument
.\" NS Cm register (site) Width neeeded for Interactive Command Modifier
.\" NS Co register (site) Width Needed for Column offset
.\" NS Cx register (site) Width Needed for Complex Expressions
.\" NS Ds register (site) Width Needed for Display (right and left margins)
.\" NS Dc register (site) Double Quote Close Value
.\" NS Do register (site) Double Quote Open Width
.\" NS Dq register (site) Double Quote Width
.\" NS Dv register (site) Defined (#define) variable (markup)
.\" NS tI register (site) tI is dependent on Ds and used by .Dp
.\" NS Ec register (site) Enclose Quote Close Value
.\" NS El register (site) Enumerated List Macro Value
.\" NS Eo register (site) Enclose Quote Open Width
.\" NS Em register (site) Width Needed for Display
.\" NS Eq register (site) Enclose Quote Width
.\" NS Er register (site) Width Needed for Errno Types
.\" NS Ev register (site) Width Needed for Environment Variables
.\" NS Ex register (site) Width Needed for Example Indent
.\" NS Fa register (site) Width Needed for Function Argument
.\" NS Fl register (site) Width Needed for Flag
.\" NS Fc register (site) Function Quote Close Value
.\" NS Fn register (site) Width Needed for Function
.\" NS Fo register (site) Function Quote Open Width
.\" NS Hl register (site) Hypehnated List Macro Value (sub bullet list)
.\" NS I1, I2, I3 register (site) Indent values
.\" NS Ic register (site) Width neeeded for Interactive Command Name
.\" NS Li register (site) Width Needed for Literal Constant
.\" NS Ms register (site) Width Needed for Math Symbol ? not sure if needed
.\" NS Nm register (site) Width Needed for Name
.\" NS No register (site) Width Needed for Name
.\" NS Ns register (site) No Space Macro Value
.\" NS Oo register (site) Width Needed for Option Open
.\" NS Oc register (site) Width Needed for Option Close
.\" NS Op register (site) Width Needed for Option (one line)
.\" NS Pa register (site) Width Needed for Pathname
.\" NS Pf register (site) Prefix Macro Value
.\" NS Pq register (site) Parenthesis Quote Width
.\" NS Ql register (site) Width Needed for Quoted Literal
.\" NS Sc register (site) Single Quote Close Value
.\" NS So register (site) Single Quote Open Width
.\" NS Sq register (site) Single Quote Width
.\" NS Sy register (site) Width Needed for Symbols, Modes or Masks
.\" NS Sx register (site) Width Needed for Section Header Cross References
.\" NS Ra register (site) Reference Author
.\" NS Rj register (site) Reference Journal Name
.\" NS Rn register (site) Reference Issue Number
.\" NS Ro register (site) Reference Optional Information
.\" NS Rr register (site) Reference Technical Report Name
.\" NS Rt register (site) Reference Book or Article title Title
.\" NS Rv register (site) Reference Volume
.\" NS Ta register (site) Tab macro register
.\" NS Tn register (site) Trade Name Macro Value
.\" NS Tv register (site) Tab Macro Value
.\" NS Tx register (site) Width needed for default or unknown text width
.\" NS Va register (site) Width Needed for Generic Variable
.\" NS Xc register (site) Extended Argument List Close Value
.\" NS Xo register (site) Extended Argument List Open Width
.\" NS Xr register (site) Width Needed for Cross Reference.
.\" .nr %A 1
.\" .nr %J 1
.\" .nr %N 1
.\" .nr %O 1
.\" .nr %R 1
.\" .nr %T 1
.\" .nr %V 1
.\" PAGE LAYOUT
.\" NS pL macro - page layout
.\" NS Hm register header margin
.\" NS Fm register footer margin
.\" NS vV register vertical distance (from Section headers/Lists/Subsections)

File diff suppressed because it is too large Load Diff

View File

@ -1,532 +0,0 @@
.\" $OpenBSD: doc-common,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)doc-common 8.1 (Berkeley) 6/8/93
.\"
.\" %beginstrip%
.nr %A 1
.nr %J 1
.nr %N 1
.nr %O 1
.nr %R 1
.nr %T 1
.nr %V 1
.nr Ad 12n
.nr Ac 3
.nr Ao 12n
.nr An 12n
.nr Aq 12n
.nr Ar 12n
.nr Bc 3
.nr Bl 1
.nr Bo 12n
.nr Bq 12n
.nr Cd 12n
.nr Cm 10n
.nr Dc 3
.nr Do 10n
.nr Dq 12n
.nr Ds 6n
.nr Dq 12n
.nr Dv 12n
.nr Ec 3
.nr El 1
.nr Eo 12n
.nr Eq 12n
.nr Em 10n
.nr Er 12n
.nr Ev 15n
.nr Fa 12n
.nr Fl 10n
.nr Fc 3
.nr Fo 16n
.nr Fn 16n
.nr I1 6n
.nr I2 12n
.nr I3 18n
.nr Ic 10n
.nr Li 16n
.nr Ms 6n
.nr Nm 10n
.nr No 12n
.nr Ns 2
.nr Oo 10n
.nr Oc 3
.nr Op 14n
.nr Pa 32n
.nr Pf 12n
.nr Pc 3
.nr Po 12n
.nr Pq 12n
.nr Qc 3
.nr Ql 16n
.nr Qo 12n
.nr Sc 3
.nr So 12n
.nr Sq 12n
.nr Sy 6n
.nr Sx 16n
.nr Rv 1
.nr Tn 10n
.nr Ta 1
.nr Tv 1
.nr Tx 22n
.nr Va 12n
.nr Vt 12n
.nr Xc 3
.nr Xo 1
.nr Xr 10n
.ds sV \& \&
.ds hV \&\ \&
.ds iV \& \&
.ds tV \&\\t\&
.\" Punctuation values (3 = closing punctuation, 4 = opening)
.nr z. 3
.nr z, 3
.nr z: 3
.nr z; 3
.nr z? 3
.nr z! 3
.nr z( 4
.nr z) 3
.nr z[ 4
.nr z] 3
.\" Matching pairs
.ds z( z)
.ds z[ z]
.ds z< z>
.\" This is disgusting, troff not parse ``if'' stmt properly
.nr z0 0
.nr z1 0
.nr z2 0
.nr z3 0
.nr z4 0
.nr z5 0
.nr z6 0
.nr z7 0
.nr z8 0
.nr z9 0
.nr z# 0
.\" Header assembly macros
.de Dt
.ds dT UNTITLED
.ds vT LOCAL
.ds cH Null
.if !"\\$1"" .ds dT \\$1
.if !"\\$2"" \{\
. ds cH \\$2
.\" . if "\\$3"" \{\
. if \\$2>=1 .if \\$2<=9 \{\
. ds vT OpenBSD Reference Manual
. if \\$2>1 .if \\$2<6 .ds vT OpenBSD Programmer's Manual
. if "\\$2"8" .ds vT OpenBSD System Manager's Manual
. if "\\$2"9" .ds vT OpenBSD Kernel Manual
. nr sN \\$2
. \}
. if "\\$2"unass" .ds vT DRAFT
. if "\\$2"draft" .ds vT DRAFT
. if "\\$2"paper" .ds vT UNTITLED
.\" . \}
.\}
.if !"\\$3"" \{\
. if "\\$3"USD" .ds vT OpenBSD User's Supplementary Documents
. if "\\$3"PS1" .ds vT OpenBSD Programmers's Supplementary Documents
. if "\\$3"AMD" .ds vT OpenBSD Ancestral Manual Documents
. if "\\$3"SMM" .ds vT OpenBSD System Manager's Manual
. if "\\$3"URM" .ds vT OpenBSD Reference Manual
. if "\\$3"PRM" .ds vT OpenBSD Programmers's Manual
. if "\\$3"KM" .ds vT OpenBSD Kernel Manual
. if "\\$3"IND" .ds vT OpenBSD Manual Master Index
.\" . if "\\$3"CON" .ds vT OpenBSD Contributed Software Manual
.\" . if "\\$3"IMP" .ds vT OpenBSD Implementation Notes
.\" . if "\\$3"HOW" .ds vT OpenBSD How Pocket Manual
. if "\\$3"LOCAL" .ds vT OpenBSD Local Manual
. if "\\$3"alpha" .as vT \ (Alpha)
. if "\\$3"amd64" .as vT \ (AMD64)
. if "\\$3"amiga" .as vT \ (Amiga)
. if "\\$3"arc" .as vT \ (ARC)
. if "\\$3"armish" .as vT \ (ARMISH)
. if "\\$3"aviion" .as vT \ (AViiON)
. if "\\$3"hp300" .as vT \ (HP300)
. if "\\$3"hppa" .as vT \ (HPPA)
. if "\\$3"hppa64" .as vT \ (HPPA64)
. if "\\$3"i386" .as vT \ (i386)
. if "\\$3"landisk" .as vT \ (LANDISK)
. if "\\$3"loongson" .as vT \ (Loongson)
. if "\\$3"luna88k" .as vT \ (Luna88K)
. if "\\$3"mac68k" .as vT \ (Mac68K)
. if "\\$3"macppc" .as vT \ (MacPPC)
. if "\\$3"mips64" .as vT \ (MIPS64)
. if "\\$3"mvme68k" .as vT \ (MVME68K)
. if "\\$3"mvme88k" .as vT \ (MVME88K)
. if "\\$3"mvmeppc" .as vT \ (MVMEPPC)
. if "\\$3"pmax" .as vT \ (PMAX)
. if "\\$3"sgi" .as vT \ (SGI)
. if "\\$3"socppc" .as vT \ (SOCPPC)
. if "\\$3"sparc" .as vT \ (SPARC)
. if "\\$3"sparc64" .as vT \ (SPARC64)
. if "\\$3"sun3" .as vT \ (Sun3)
. if "\\$3"vax" .as vT \ (VAX)
. if "\\$3"zaurus" .as vT \ (Zaurus)
. if "\\*(vT"LOCAL" .ds vT \\$3
.\}
..
.\" NS Os macro - Operating System (behaviour changes after first call)
.\" . ds vT \f(CODRAFT\fP\ \ \-\-\ \ \\*(vT\ \ \-\-\ \ \f(CODRAFT
.\" . ds dD \f(CODRAFT\fP\ \ \-\-\ \ \\*(dD\ \ \-\-\ \ \f(CODRAFT
.\" .ds vT \s+4\f(CODRAFT\fP\s-4\ \ \-\-\ \ \\*(vT\ \ \-\-\ \ \s+4\f(CODRAFT\s-4
.\" .ds dD \s+4\f(CODRAFT\fP\s-4\ \ \-\-\ \ \\*(dD\ \ \-\-\ \ \s+4\f(CODRAFT\s-4
.de Os
.ds oS Null
.if "\\$1"" \{\
. ds oS OpenBSD 4.8
.\}
.if "\\$2"" \{\
. ds aa Non-Null
.\}
.if "\\$1"ATT" \{\
. ds oS AT&T
. if "\\$2"" .as oS \0UNIX
. if "\\$2"7th" .as oS \07th Edition
. if "\\$2"7" .as oS \07th Edition
. if "\\$2"III" .as oS \0System III
. if "\\$2"3" .as oS \0System III
. if "\\$2"V" .as oS \0System V
. if "\\$2"V.2" .as oS \0System V Release 2
. if "\\$2"V.3" .as oS \0System V Release 3
. if "\\$2"V.4" .as oS \0System V Release 4
.\}
.if "\\$1"BSD" \{\
. if "\\$2"3" .ds oS 3rd Berkeley Distribution
. if "\\$2"4" .ds oS 4th Berkeley Distribution
. if "\\$2"4.1" .ds oS 4.1 Berkeley Distribution
. if "\\$2"4.2" .ds oS 4.2 Berkeley Distribution
. if "\\$2"4.3" .ds oS 4.3 Berkeley Distribution
. if "\\$2"4.3T" .ds oS 4.3-Tahoe Berkeley Distribution
. if "\\$2"4.3R" .ds oS 4.3-Reno Berkeley Distribution
. if "\\$2"4.3t" .ds oS 4.3-Tahoe Berkeley Distribution
. if "\\$2"4.3r" .ds oS 4.3-Reno Berkeley Distribution
. if "\\$2"4.4" .ds oS 4.4BSD
.\}
.if "\\$1"NetBSD" \{\
. ds oS NetBSD
. if "\\$2"0.8" .as oS \00.8
. if "\\$2"0.8a" .as oS \00.8A
. if "\\$2"0.9" .as oS \00.9
. if "\\$2"0.9a" .as oS \00.9A
. if "\\$2"1.0" .as oS \01.0
. if "\\$2"1.0a" .as oS \01.0A
. if "\\$2"1.1" .as oS \01.1
. if "\\$2"1.1a" .as oS \01.1A
. if "\\$2"1.2" .as oS \01.2
. if "\\$2"1.2a" .as oS \01.2A
. if "\\$2"1.2b" .as oS \01.2B
. if "\\$2"1.2c" .as oS \01.2C
. if "\\$2"1.2d" .as oS \01.2D
. if "\\$2"1.2e" .as oS \01.2E
. if "\\$2"1.3" .as oS \01.3
. if "\\$2"1.3a" .as oS \01.3A
. if "\\$2"1.4" .as oS \01.4
. if "\\$2"1.5" .as oS \01.5
. if "\\$2"1.6" .as oS \01.6
. if "\\$2"2.0" .as oS \02.0
. if "\\$2"3.0" .as oS \03.0
. if "\\$2"4.0" .as oS \04.0
. if "\\$2"5.0" .as oS \05.0
.\}
.if "\\$1"OpenBSD" \{\
. ds oS OpenBSD
. if "\\$2"1.2" .as oS \01.2
. if "\\$2"2.0" .as oS \02.0
. if "\\$2"2.1" .as oS \02.1
. if "\\$2"2.2" .as oS \02.2
. if "\\$2"2.3" .as oS \02.3
. if "\\$2"2.4" .as oS \02.4
. if "\\$2"2.5" .as oS \02.5
. if "\\$2"2.6" .as oS \02.6
. if "\\$2"2.7" .as oS \02.7
. if "\\$2"2.8" .as oS \02.8
. if "\\$2"2.9" .as oS \02.9
. if "\\$2"3.0" .as oS \03.0
. if "\\$2"3.1" .as oS \03.1
. if "\\$2"3.2" .as oS \03.2
. if "\\$2"3.3" .as oS \03.3
. if "\\$2"3.4" .as oS \03.4
. if "\\$2"3.5" .as oS \03.5
. if "\\$2"3.6" .as oS \03.6
. if "\\$2"3.7" .as oS \03.7
. if "\\$2"3.8" .as oS \03.8
. if "\\$2"3.9" .as oS \03.9
. if "\\$2"4.0" .as oS \04.0
. if "\\$2"4.1" .as oS \04.1
. if "\\$2"4.2" .as oS \04.2
. if "\\$2"4.3" .as oS \04.3
. if "\\$2"4.4" .as oS \04.4
. if "\\$2"4.5" .as oS \04.5
. if "\\$2"4.6" .as oS \04.6
. if "\\$2"4.7" .as oS \04.7
. if "\\$2"4.8" .as oS \04.8
.\}
.if "\\*(oS"Null" .ds oS \0\\$1
.if "\\*(aa"Non-Null" .as oS \0\\$2
.rm aa
..
.de Dd
.if !"\\*(dD"" .nr gX 1
.ie \\n(.$>0 \{\
. ie "\\$1"$Mdocdate:" \{\
. ds dD \\$2 \\$3, \\$4
. \}
. el \{\
. ie \\n(.$==3 \{\
. ds dD \\$1 \\$2 \\$3
. \}
. el \{\
. if "\\n(mo"1" .ds dD January
. if "\\n(mo"2" .ds dD February
. if "\\n(mo"3" .ds dD March
. if "\\n(mo"4" .ds dD April
. if "\\n(mo"5" .ds dD May
. if "\\n(mo"6" .ds dD June
. if "\\n(mo"7" .ds dD July
. if "\\n(mo"8" .ds dD August
. if "\\n(mo"9" .ds dD September
. if "\\n(mo"10" .ds dD October
. if "\\n(mo"11" .ds dD November
. if "\\n(mo"12" .ds dD December
. nr *year \\n(yr+1900
. as dD \&\ \\n(dy, \\n[*year]
. \}
. \}
.\}
.el \{\
. ds dD Epoch
.\}
..
.de hM
.ev 1
.pL
.if !\\n(cR 'sp \\n(Hmu
.tl @\\*(Hs\\*(hT\fP@\\*(Vs\\*(vT\fP@\\*(Hs\\*(hT\fP@
'sp \\n(Hmu
.ev
..
.de fM
.ie \\n(cR 'br
.el \{\
. ev 1
. pL
. if !\\n(cR \{\
' sp \\n(Fmu
. tl @\\*(Hs\\*(oS\fP@\\*(Vs\\*(dD\fP@%@
' bp
. \}
. ev
.\}
..
.de lM
.\" We may still have a partial line in the environment. If this is the case,
.\" and we happen to be on the last line of the page, the .fl will cause the
.\" page to be ejected and troff will immediately exit. If we're in nroff
.\" mode, this would be unfortunate, since we would never get a chance to
.\" output the footer. So we fudge the page length, to make sure that the
.\" last page is never ejected until we want it to be.
.if \\n(cR .pl +3v
.fl
.if \\n(cR \{\
' sp
. tl @\\*(Hs\\*(oS\fP@\\*(Vs\\*(dD\fP@%@
. pl \\n(nlu
.\}
..
.de Pp
.sp \\n(Ppu
.if !\\n(cR .ne 2
.ns
..
.de Lp
.Pp
..
.de LP
.tm Not a \-mdoc command: .LP
..
.de PP
.tm Not a \-mdoc command: .PP
..
.de pp
.tm Not a \-mdoc command: .pp
..
.de Nd
\&\(en\& \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
..
.de Ss
.sp
.if !\\n(cR .ne 3
.ti -.25i
\&\\*(sH\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6 \|\\$7 \|\\$8 \|\\$9
\&\fP\s0
.ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
.if !\\n(cR .ne 2
.br
..
.de Rd
.tm MDOC REGISTER DUMP
.tm Db==\\n(Db register DEBUG MODE
.tm L[0-9] registers - stack of list types
.tm L0==\\n(L0
.tm L1==\\n(L1
.tm L2==\\n(L2
.tm L3==\\n(L3
.tm L4==\\n(L4
.tm L5==\\n(L5
.tm L6==\\n(L6
.tm L7==\\n(L7
.tm L8==\\n(L8
.tm L9==\\n(L9
.tm O[0-9] registers - stack of indent
.tm O0==\\n(O0
.tm O1==\\n(O1
.tm O2==\\n(O2
.tm O3==\\n(O3
.tm O4==\\n(O4
.tm O5==\\n(O5
.tm O6==\\n(O6
.tm O7==\\n(O7
.tm O8==\\n(O8
.tm O9==\\n(O9
.tm aC==\\n(aC register argument counter (aV/fV)
.tm aJ==\\n(aJ register (for vR)
.tm aN==\\n(aN register
.tm aP==\\n(aP register argument pointer (aV)
.tm aT==\\n(aT register argument type
.tm aa==\\n(aa local register
.tm bK==\\n(bK register - Book Name flag
.tm cF==\\n(cF register save current font
.tm cI==\\n(cI register - column indent width
.tm cZ==\\n(cZ register save current font size
.tm dK==\\n(dK register - Date flag
.tm d[0-9] registers - display-type stack
.tm d0==\\n(d0
.tm d1==\\n(d1
.tm d2==\\n(d2
.tm d3==\\n(d3
.tm d4==\\n(d4
.tm d5==\\n(d5
.tm d6==\\n(d6
.tm d7==\\n(d7
.tm d8==\\n(d8
.tm d9==\\n(d9
.tm dZ==\\n(dZ register diversion count
.tm fD==\\n(fD register subroutine test (in synopsis only)
.tm fV==\\n(fV register argument counter (must set to \\n(.$ prior to
.tm fY==\\n(fY register - dick with old style function declarations (fortran)
.tm fZ==\\n(fZ register also subroutine count (in synopsis only)
.tm h[0-9] register horizontal tag stack (continuous if 1, break if
.tm h0==\\n(h0
.tm h1==\\n(h1
.tm h2==\\n(h2
.tm h3==\\n(h3
.tm h4==\\n(h4
.tm h5==\\n(h5
.tm h6==\\n(h6
.tm h7==\\n(h7
.tm h8==\\n(h8
.tm h9==\\n(h9
.tm iD==\\n(iD local register
.tm iI==\\n(iI local register (indent for inline debug mode)
.tm iN==\\n(iN register DEBUG MODE (inline if 1, to stderr if
.tm iS==\\n(iS register - indent second command line in a synopsis
.tm jK==\\n(jK register - [reference] Journal Name flag
.tm jM==\\n(jM local register
.tm jN==\\n(jN local register
.tm lC==\\n(lC register - list type stack counter
.tm lK==\\n(lK register count of lines read from input file
.tm nK==\\n(nK register - [reference] issue number flag
.tm nU==\\n(nU register count
.tm oK==\\n(oK register - [reference] optional information flag
.tm oM==\\n(oM register (extension possible)
.tm o[0-9] register offset stack (nested tags)
.tm o0==\\n(o0
.tm o1==\\n(o1
.tm o2==\\n(o2
.tm o3==\\n(o3
.tm o4==\\n(o4
.tm o5==\\n(o5
.tm o6==\\n(o6
.tm o7==\\n(o7
.tm o8==\\n(o8
.tm o9==\\n(o9
.tm oM==\\n(oM register open ended line flag
.tm pK==\\n(pK register - [reference] page number flag
.tm qK==\\n(qK register - Corporate or Foreign Author flag
.tm rK==\\n(rK register - [reference] report flag
.tm rS==\\n(rS register - Reference Start flag
.tm sM==\\n(sM register - default is one (space mode on)
.tm tK==\\n(tK register - reference title flag
.tm tP==\\n(tP register tag flag (for diversions)
.tm tX==\\n(tX register (initial class)
.tm tY==\\n(tY register (next possible lC value)
.tm t[0-9] register tag string stack (nested tags)
.tm t0==\\n(t0
.tm t1==\\n(t1
.tm t2==\\n(t2
.tm t3==\\n(t3
.tm t4==\\n(t4
.tm t5==\\n(t5
.tm t6==\\n(t6
.tm t7==\\n(t7
.tm t8==\\n(t8
.tm t9==\\n(t9
.tm uK==\\n(uK register - reference author(s) counter
.tm vK==\\n(vK register - reference volume flag
.tm v[0-9] register vertical tag break stack
.tm v0==\\n(v0
.tm v1==\\n(v1
.tm v2==\\n(v2
.tm v3==\\n(v3
.tm v4==\\n(v4
.tm v5==\\n(v5
.tm v6==\\n(v6
.tm v7==\\n(v7
.tm v8==\\n(v8
.tm v9==\\n(v9
.tm w[0-9] register tag stack (nested tags)
.tm w0==\\n(w0
.tm w1==\\n(w1
.tm w2==\\n(w2
.tm w3==\\n(w3
.tm w4==\\n(w4
.tm w5==\\n(w5
.tm w6==\\n(w6
.tm w7==\\n(w7
.tm w8==\\n(w8
.tm w9==\\n(w9
.tm xX==\\n(xX local register
.tm END OF REGISTER DUMP
..

View File

@ -1,268 +0,0 @@
.\" $OpenBSD: doc-ditroff,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)doc-ditroff 8.1 (Berkeley) 6/8/93
.\"
.\" tmac.mdoc-ditroff
.\" %beginstrip%
.\"
.ds aD \fI\s10
.ds aR \f(CO\s10
.ds cM \f(CB\s10
.ds dF \fR\s10
.ds eM \fI\s10
.ds eR \fC\s10
.ds eV \fC\s10
.ds fA \f(CO\s10
.ds fD \f(CB\s10
.ds fL \f(CB\s10
.ds fN \f(CB\s10
.ds fP \fP\s0
.ds fS \s0
.ds fT \f(CO\s10
.ds Hs \fR\s10
.ds iC \f(CB\s10
.ds lI \fC
.ds lP \fR\|(\|\fP\s10
.ds lp \fR(\fP\s10
.ds rP \fR\|)\|\fP\s10
.ds rp \fR)\fP\s10
.ds lB \fR\^[\^\fP\s10
.ds rB \fR\^]\fP\s10
.ds mL \fB\s10
.ds nM \f(CB\s10
.ds nO \fR\s10
.ds nT \s0
.ds pA \fC\s10
.ds Pu \fR{\ .\ ,\ ;\ :\ ?\ !\ (\ )\ [\ ]\ \fR}
.ds rA \fR\s10
.ds rT \f(CO\s10
.ds sH \fB\s10
.ds sP \s0
.ds sY \fB\s10
.ds sX \fR\s10
.ds tF \fR
.ds tN \s9
.ds vA \fI\s10
.ds Vs \fR\s10
.ds vT \f(CB\s10
.ds vY \fC\s10
.ds xR \fC\s10
.tr *\(**
.nr sI \w\fC,u*5
.nr Ti \n(sIu
.nr Pp .5v
.ds lS \0
.nr lS \w'\0'u
.nr dI 6n
.de pL
.nr Hm .5i
.nr Fm .5i
.nr ll 6.5i
.ll 6.5i
.nr lt 6.5i
.lt 6.5i
.nr po 1i
.po 1.i
.nr dV .5v
..
.ds <= \(<=
.ds >= \(>=
.ds Lq \&``
.ds Rq \&''
.ds ua \(ua
.ds aa \(aa
.ds ga \(ga
.ds sR \&'
.ds sL \&`
.ds q \&"
.\" Math stuff
.ds Pi \(*p
.ds Ne \(!=
.ds Le \(<=
.ds Ge \(>=
.ds Lt <
.ds Gt >
.ds Pm \(+-
.ds If \(if
.ds Na \fINaN\fP
.ds Ba \fR\&|\fP
.\"
.nr gX 0
.de hK
.ds hT \\*(dT
.if !"\\*(cH"Null" \{\
. ie !"\\*(gP"Null" .as hT \|(\|\\*(cH\\*(gP\|)
. el .as hT \\|(\\|\\*(cH\\|)
.\}
.if "\\*(cH"Null" \{\
. if !"\\*(gP"Null" .as hT \&\|(\|\\*(gP\|)
.\}
.wh 0 hM
.wh -1.25i fM
.\" .tm Here is gX == \\n(gX
.ie \\n(gX==1 \{\
. rm n1
. if \\n(.g .br
. if !\\n(.g .bp
.\}
.el \{\
. if \\n(.g .br
. if !\\n(.g 'bp
.\}
.nr % 1
.nr gX 0
.em lM
..
.\"
.nr fW \w\fC0
.de sW
.nr sW \w\fC\\$1
.ie \\n(sW>=\\n(fW \{\
. ie \\n(sW%\\n(fW .nr sW (\\n(sW/\\n(fW)+1
. el .nr sW \\n(sW/\\n(fW
.\}
.el \{\
. ie \\n(sW>0 .nr sW 1
. el .nr sW 0
.\}
..
.\"
.de aW
.nr sW \w\fC\\*(A\\$1
.ie \\n(sW>=\\n(fW \{\
. ie \\n(sW%\\n(fW .nr sW (\\n(sW/\\n(fW)+1
. el .nr sW \\n(sW/\\n(fW
.\}
.el \{\
. ie \\n(sW>0 .nr sW 1
. el .nr sW 0
.\}
..
.\" NS Ql macro - Quoted literal define
.de Ql
.if \\n(aC==0 \{\
. ds mN Ql
. ds A1 \\$1
. ds A2 \\$2
. ds A3 \\$3
. ds A4 \\$4
. ds A5 \\$5
. ds A6 \\$6
. ds A7 \\$7
. ds A8 \\$8
. nr fV \\n(.$
. fV
.\}
.nr aP \\n(aP+1
.aW \\n(aP
.nr aP \\n(aP-1
.if \\n(sW>2 .Li
.if \\n(sW<=2 \{\
.\" Db on
. if (\\n(aP>0) \{\
. ds A\\n(aP Li
. nr aP \\n(aP -1
. \}
. if (\\n(aP==0) \{\
. rm C0 C1 C2 C3 C4 C5 C6 C7 C8 C9
. rm S1 S2 S3 S4 S5 S6 S7 S8 S9
. rn A8 A9
. rn A7 A8
. rn A6 A7
. rn A5 A6
. rn A4 A5
. rn A3 A4
. rn A2 A3
. rn A1 A2
. ds A1 Li
. nr fV \\n(aC+1
. nr aC 0
. fV
. \}
. ds qL \&\\*(sL
. ds qR \&\\*(sR
. En
.\" Db off
.\}
..
.\" NS Sh macro - Section Headers
.\" NS nS register - Section Header SYNOPSIS flag
.\" NS nF register - Section Header FILES flag
.\" NS nA register - Section Header SEE ALSO flag
.\" NS nT register - Section Header STANDARDS flag
.de Sh
.nr nS 0
.nr sE 0
.nr iS 0
'ad
.ie "\\$1"NAME" \{\
. hK
' in 0
.\}
.el \{\
. nr nS 0
. nr nA 0
. nr nF 0
. nr nT 0
. nr nY 0
. nr oT 0
. if "\\$1"SYNOPSIS" \{\
. na
. nr nS 1
. \}
. if "\\$1"DESCRIPTION" \{\
. nr fY 0
. nr fZ 0
. nr fB 0
. nr Fb 0
. ds Fb
. \}
. if "\\$1"SEE" \{\
. nr nA 1
. na
. \}
. if "\\$1"FILES" .nr nF 1
. if "\\$1"STANDARDS" .nr nT 1
. if "\\$1"AUTHORS" .nr nY 1
. if "\\$1"SEE" .nr sE 1
. in 0
. nr aN 0
.\}
.pL
'sp
.ns
.ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
.if !\\n(cR .ne 3
'fi
\&\\*(sH\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6 \|\\$7 \|\\$8 \|\\$9
\&\fP\s0\&
.in \\n(.iu+\\n(Tiu
.ns
..

View File

@ -1,222 +0,0 @@
.\" $OpenBSD: doc-nroff,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)doc-nroff 8.1 (Berkeley) 6/8/93
.\"
.\" tmac.mdoc-nroff
.\" %beginstrip%
.\"
.ds aD \fI
.ds aR \fI
.ds cM \fB
.ds dF \fR
.ds eM \fI
.ds eR \fR
.ds eV \fR
.ds fA \fI
.ds fD \fB
.ds fL \fB
.ds fN \fB
.ds fP \fP
.ds fS
.ds fT \fI
.ds Hs \fR
.ds iC \fB
.ds lI \fR
.ds lP \fR\|(\fP
.ds rP \fR\|)\fP
.ds lp \fR\|(\fP
.ds rp \fR\|)\fP
.ds lB \fR\|[\|\fP
.ds rB \fR\|]\fP
.ds mL \fB
.ds nM \fB
.ds nO \fR
.ds pA \fI
.ds Pu {\ .\ ,\ ;\ :\ ?\ !\ (\ )\ [\ ]}
.ds rA \fR
.ds rT \fI
.ds sH \fB
.ds sP
.ds sY \fB
.ds sX \fI
.ds tF \fR
.ds tN
.ds vA \fI
.ds Vs \fR
.ds vT \fB
.ds vY \fI
.ds xR \fR
.\" MISCELLANEOUS
.nr sI .5i
.nr Ti .5i
.nr cR 1
.nr Pp 1v
.ds lS \0\0
.nr lS \w'\0\0'u
.nr dI 6n
.\"
.de pL
.ie \\n(cR .nr Hm 0
.el .nr Hm .5i
.nr Fm .5i
.nr ll 78n
.ll 78n
.nr lt 78n
.lt 78n
.nr po 0i
.po 0i
.nr dV 1v
.ad l
.na
..
.ds <= \&<\&=
.ds >= \&>\&=
.ds Rq ''
.ds Lq ``
.ds ua ^
.ds aa \'
.ds ga \`
.ds sL `
.ds sR '
.ds q \&"
.\" Math stuff
.ds Pi pi
.ds Ne !=
.ds Le <=
.ds Ge >=
.ds Lt <
.ds Gt >
.ds Pm +-
.ds If Infinity
.ds Na \fINaN\fP
.ds Ba \fR\&|\fP
.\"
.de hK
.nr % 1
.ds hT \\*(dT
.if !"\\*(cH"Null" \{\
. ie !"\\*(gP"Null" .as hT \|(\|\\*(cH\\*(gP\|)
. el .as hT \\|(\\|\\*(cH\\|)
.\}
.if "\\*(cH"Null" .if !"\\*(gP"Null" .as hT \&\|(\|\\*(gP\|)
.ie \\n(cR \{\
. hM
.\}
.el \{\
. wh 0 hM
. wh -1.167i fM
.\}
.if \\n(nl==0:\\n(nl==-1 'bp
.em lM
..
.nr fW \w'0'
.de sW
.nr sW \w\\$1
.ie \\n(sW>=\\n(fW \{\
. ie \\n(sW%\\n(fW .nr sW (\\n(sW/\\n(fW)+1
. el .nr sW \\n(sW/\\n(fW
.\}
.el .nr sW 0
..
.de aW
.nr sW \w\\*(A\\$1
.ie \\n(sW>=\\n(fW \{\
. ie \\n(sW%\\n(fW .nr sW (\\n(sW/\\n(fW)+1
. el .nr sW \\n(sW/\\n(fW
.\}
.el .nr sW 0
..
.\" NS Ql macro - Quoted literal define
.de Ql
.if \\n(aC==0 \{\
. ds mN Ql
. ds A1 \\$1
. ds A2 \\$2
. ds A3 \\$3
. ds A4 \\$4
. ds A5 \\$5
. ds A6 \\$6
. ds A7 \\$7
. ds A8 \\$8
. ds A9 \\$9
. nr fV \\n(.$
. fV
.\}
.ds qL \&\\*(sL
.ds qR \&\\*(sR
.En \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
..
.\" NS Sh macro - Section Headers
.\" NS nS register - Section Header SYNOPSIS flag
.\" NS nF register - Section Header FILES flag
.\" NS nA register - Section Header SEE ALSO flag
.\" NS nT register - Section Header STANDARDS flag
.de Sh
.nr nS 0
.nr sE 0
.nr iS 0
.ie "\\$1"NAME" \{\
. hK
' in 0
.\}
.el \{\
. nr nS 0
. nr nA 0
. nr nF 0
. nr nT 0
. nr nY 0
. nr aN 0
. nr oT 0
. if "\\$1"SEE" .nr nA 1
. if "\\$1"FILES" .nr nF 1
. if "\\$1"STANDARDS" .nr nT 1
. if "\\$1"SYNOPSIS" .nr nS 1
. if "\\$1"DESCRIPTION" \{\
. rr fB
. rr Fb
. ds Fb
. nr fY 0
. nr fZ 0
. \}
. if "\\$1"AUTHORS" .nr nY 1
. in 0
.\}
.pL
'sp
.ns
.ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
.if !\\n(cR .ne 3
'fi
\&\\*(sH\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6 \|\\$7 \|\\$8 \|\\$9
\&\fP\s0\&
.in \\n(.iu+\\n(Tiu
.if "\\$1"SEE" .nr sE 1
.ns
..

View File

@ -1,478 +0,0 @@
.\" $OpenBSD: doc-syms,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)doc-syms 8.1 (Berkeley) 6/8/93
.\"
.\" %beginstrip%
.\" NS Ux macro - UNIX
.de Ux
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.as b1 \&\\*(tNUNIX\\*(aa
.rm aa
.if \\n(aC==0 \{\
. if \\n(.$>0 .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==1 \{\
. \\*(A\\n(aP
. \}
. el .nR
.\}
.el .aZ
..
.\" NS Bx macro -BSD (fix smaller nroff version)
.de Bx
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
.\" . ie \\n(.$==0 \&\\*(tNBSD\\*(aa \\*(tNUNIX\\*(aa
. ie \\n(.$==0 \&\\*(tNBSD\\*(aa
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if "\\$1"-alpha" \{\
\&currently in alpha test.
. aY
.\}
.if "\\$1"-beta" \{\
\&currently in beta test.
. aY
.\}
.if "\\$1"-devel" \{\
\&currently under development.
. aY
.\}
.if \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==2 \{\
. as b1 \&\\*(A\\n(aP\&\\*(tNBSD\\*(aa
. ie \\n(aC>\\n(aP \{\
. nr jj \\n(aP+1
. ie \\n(C\\n(jj==2 \{\
. if "\\*(A\\n(jj"Reno" \{\
. nr aP \\n(aP+1
. as b1 \&\-\\*(A\\n(jj
. \}
. if "\\*(A\\n(jj"reno" \{\
. nr aP \\n(aP+1
. as b1 \&\-Reno
. \}
. if "\\*(A\\n(jj"Tahoe" \{\
. nr aP \\n(aP+1
. as b1 \&\-\\*(A\\n(jj
. \}
. if "\\*(A\\n(jj"tahoe" \{\
. nr aP \\n(aP+1
. as b1 \&\-Tahoe
. \}
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
. \}
. el \{\
. nr aP \\n(aP+1
. nR
. \}
. rr jj
. \}
. el .aZ
. \}
. el \{\
. as b1 \&\\*(tNBSD\\*(aa
. nR
. \}
.\}
..
.\" Ns Ud macro - prints "currently under development" (HISTORY section)
.de Ud
\&currently under development.
..
.\" NS Nx macro - NetBSD
.de Nx
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
. ie \\n(.$==0 \&NetBSD\\*(aa
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==2 \{\
. if "\\*(A\\n(aP"0.8" .as b1 \&NetBSD\ 0.8\\*(aa
. if "\\*(A\\n(aP"0.8a" .as b1 \&NetBSD\ 0.8A\\*(aa
. if "\\*(A\\n(aP"0.9" .as b1 \&NetBSD\ 0.9\\*(aa
. if "\\*(A\\n(aP"0.9a" .as b1 \&NetBSD\ 0.9A\\*(aa
. if "\\*(A\\n(aP"1.0" .as b1 \&NetBSD\ 1.0\\*(aa
. if "\\*(A\\n(aP"1.0a" .as b1 \&NetBSD\ 1.0A\\*(aa
. if "\\*(A\\n(aP"1.1" .as b1 \&NetBSD\ 1.1\\*(aa
. if "\\*(A\\n(aP"1.1a" .as b1 \&NetBSD\ 1.1A\\*(aa
. if "\\*(A\\n(aP"1.2" .as b1 \&NetBSD\ 1.2\\*(aa
. if "\\*(A\\n(aP"1.2a" .as b1 \&NetBSD\ 1.2A\\*(aa
. if "\\*(A\\n(aP"1.2b" .as b1 \&NetBSD\ 1.2B\\*(aa
. if "\\*(A\\n(aP"1.2c" .as b1 \&NetBSD\ 1.2C\\*(aa
. if "\\*(A\\n(aP"1.2d" .as b1 \&NetBSD\ 1.2D\\*(aa
. if "\\*(A\\n(aP"1.2e" .as b1 \&NetBSD\ 1.2E\\*(aa
. if "\\*(A\\n(aP"1.3" .as b1 \&NetBSD\ 1.3\\*(aa
. if "\\*(A\\n(aP"1.3a" .as b1 \&NetBSD\ 1.3A\\*(aa
. if "\\*(A\\n(aP"1.4" .as b1 \&NetBSD\ 1.4\\*(aa
. if "\\*(A\\n(aP"1.5" .as b1 \&NetBSD\ 1.5\\*(aa
. if "\\*(A\\n(aP"1.5.1" .as b1 \&NetBSD\ 1.5.1\\*(aa
. if "\\*(A\\n(aP"1.6" .as b1 \&NetBSD\ 1.6\\*(aa
. if "\\*(A\\n(aP"1.6.2" .as b1 \&NetBSD\ 1.6.2\\*(aa
. if "\\*(A\\n(aP"2.0" .as b1 \&NetBSD\ 2.0\\*(aa
. if "\\*(A\\n(aP"3.0" .as b1 \&NetBSD\ 3.0\\*(aa
. if "\\*(A\\n(aP"4.0" .as b1 \&NetBSD\ 4.0\\*(aa
. if "\\*(A\\n(aP"5.0" .as b1 \&NetBSD\ 5.0\\*(aa
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
. \}
. el \{\
. as b1 \&NetBSD\\*(aa
. nR
. \}
.\}
..
.\" NS Ox macro - OpenBSD
.de Ox
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
. ie \\n(.$==0 \&OpenBSD\\*(aa
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==2 \{\
. as b1 \&OpenBSD\ \&\\*(A\\n(aP\\*(aa
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
. \}
. el \{\
. as b1 \&OpenBSD\\*(aa
. nR
. \}
.\}
..
.\" NS Fx macro -- FreeBSD
.de Fx
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
. ie \\n(.$==0 \&FreeBSD\\*(aa
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==2 \{\
. as b1 \&FreeBSD\ \&\\*(A\\n(aP\\*(aa
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
. \}
. el \{\
. as b1 \&FreeBSD\\*(aa
. nR
. \}
.\}
..
.\" NS Bsx macro -- BSDI BSD/OS
.de Bsx
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(aC==0 \{\
. ie \\n(.$==0 \&\\*(tNBSDI BSD/OS\\*(aa
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. ie \\n(C\\n(aP==2 \{\
. as b1 \&\\*(tNBSDI BSD/OS\ \&\\*(A\\n(aP\\*(aa
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
. \}
. el \{\
. as b1 \&\\*(tNBSDI BSD/OS\\*(aa
. nR
. \}
.\}
..
.\" Ns At macro - AT&T UNIX (this macro does not handle punctuation)
.de At
.nr cF \\n(.f
.nr cZ \\n(.s
.ds aa \&\f\\n(cF\s\\n(cZ
.if \\n(.$==2 \{\
. if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v1" \&Version 1 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v2" \&Version 2 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v3" \&Version 3 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v4" \&Version 4 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v5" \&Version 5 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v6" \&Version 6 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"v7" \&Version 7 \\*(tNAT&T UNIX\\*(aa\\$2
. if "\\$1"V" \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa\\$2
. if "\\$1"V.1" \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa\\$2
. if "\\$1"V.2" \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa\\$2
. if "\\$1"V.3" \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa\\$2
. if "\\$1"V.4" \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa\\$2
.\}
.if \\n(.$==1 \{\
. if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v1" \&Version 1 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v2" \&Version 2 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v3" \&Version 3 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v4" \&Version 4 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v5" \&Version 5 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v6" \&Version 6 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"v7" \&Version 7 \\*(tNAT&T UNIX\\*(aa
. if "\\$1"V" \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa
. if "\\$1"V.1" \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa
. if "\\$1"V.2" \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa
. if "\\$1"V.3" \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa
. if "\\$1"V.4" \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa
.\}
.if \\n(.$==0 \{\
\&\\*(tNAT&T UNIX\\*(aa
.\}
..
.\" The Bt macro should go away now
.\" Ns Bt macro - prints "is currently in beta test." (HISTORY section)
.de Bt
\&is currently in beta test.
..
.\" NS St macro - standards (posix, ansi - formal standard names)
.ds Px \\*(tNPOSIX
.ds Ai \\*(tNANSI
.de St
.if \\n(aC==0 \{\
. ie \\n(.$==0 \{\
.tm Usage: .St [-p1003.1-88 | -p1003.1-90 | -p1003.1-96 | -p1003.1-2001 | -p1003.1-2004 | -p1003.1-2008 | -p1003.1 | -p1003.1b | -p1003.1b-93 | -p1003.1c-95 | -p1003.1g-2000 | -p1003.2-92 | -p1003.2-95 | -p1003.2 | -p1387.2 | -isoC-90 | -isoC-amd1 | -isoC-tcor1 | -isoC-tcor2 | -isoC-99 | -ansiC | -ansiC-89 | -ansiC-99 | -ieee754 | -iso8802-3 | -xpg3 | -xpg4 | -xpg4.2 | -xpg4.3 | -xbd5 | -xcu5 | -xsh5 | -xns5 | -xns5.2d2.0 | -xcurses4.2 | -susv2 | -susv3 | -svid4] \\*(Pu ... (#\\n(.c)
. \}
. el \{\
. ds mN St
. nr aP 0
. ds A1 \\$1
. ds A2 \\$2
. ds A3 \\$3
. ds A4 \\$4
. ds A5 \\$5
. ds A6 \\$6
. ds A7 \\$7
. ds A8 \\$8
. ds A9 \\$9
. nr fV \\n(.$
. fV
. \}
.\}
.if \\n(aC>\\n(aP \{\
. nr cF \\n(.f
. nr cZ \\n(.s
. ds aa \&\f\\n(cF\s\\n(cZ
. nr aP \\n(aP+1
. if "\\*(A\\n(aP"-p1003.1-88" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-1988\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1-90" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-1990\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1-96" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1996\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1-2001" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-2001\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1-2004" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-2004\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1-2008" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-2008\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1b" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1b\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1b-93" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1b-1993\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1c-95" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1c-1995\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.1g-2000" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1g-2000\\*(sV
. as b1 (``\\*(tN\\*(Px\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.2-92" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.2-1992\\*(sV
. as b1 (``\\*(tN\\*(Px.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1387.2-95" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1387.2-1995\\*(sV
. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1003.2" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.2\\*(sV
. as b1 (``\\*(tN\\*(Px.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-p1387.2" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa1387.2\\*(sV
. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-90" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1990\\*(sV
. as b1 (``\\*(tNISO C90\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-amd1" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899/AMD1:1995\\*(sV
. as b1 (``\\*(tNISO C90\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-tcor1" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR1:1994\\*(sV
. as b1 (``\\*(tNISO C90\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-tcor2" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR2:1995\\*(sV
. as b1 (``\\*(tNISO C90\\*(aa'')
. \}
. if "\\*(A\\n(aP"-isoC-99" \{\
. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
. as b1 (``\\*(tNISO C99\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ansiC" \{\
. ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
. as b1 (``\\*(tNANSI C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ansiC-89" \{\
. ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
. as b1 (``\\*(tNANSI C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ansiC-99" \{\
. ds b1 \&\\*(tNANSI/ISO/IEC \\*(aa9899-1999\\*(sV
. as b1 (``\\*(tNANSI C99\\*(aa'')
. \}
. if "\\*(A\\n(aP"-ieee754" \{\
. ds b1 \&\\*(tNIEEE Std \\*(aa754-1985
. \}
. if "\\*(A\\n(aP"-iso8802-3" \{\
. ds b1 \&\\*(tNISO \\*(aa8802-3: 1989\\*(sV
.\" . as b1 (``\\*(tNANSI C\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg3" \{\
. ds b1 \&X/Open Portability Guide Issue 3\\*(aa\\*(sV
. as b1 (``\\*(tNXPG3\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg4" \{\
. ds b1 \&X/Open Portability Guide Issue 4\\*(aa\\*(sV
. as b1 (``\\*(tNXPG4\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg4.2" \{\
. ds b1 \&X/Open Portability Guide Issue 4.2\\*(aa\\*(sV
. as b1 (``\\*(tNXPG4.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xpg4.3" \{\
. ds b1 \&X/Open Portability Guide Issue 4.3\\*(aa\\*(sV
. as b1 (``\\*(tNXPG4.3\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xbd5" \{\
. ds b1 \&X/Open System Interface Definitions Issue 5\\*(sV
. as b1 (``\\*(tNXBD5\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xcu5" \{\
. ds b1 \&X/Open Commands and Utilities Issue 5\\*(sV
. as b1 (``\\*(tNXCU5\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xsh5" \{\
. ds b1 \&X/Open System Interfaces and Headers Issue 5\\*(sV
. as b1 (``\\*(tNXSH5\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xns5" \{\
. ds b1 \&X/Open Networking Services Issue 5\\*(sV
. as b1 (``\\*(tNXNS5\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xns5.2d2.0" \{\
. ds b1 \&X/Open Networking Services Issue 5.2 Draft 2.0\\*(sV
. as b1 (``\\*(tNXNS5.2D2.0\\*(aa'')
. \}
. if "\\*(A\\n(aP"-xcurses4.2" \{\
. ds b1 \&X/Open Curses Issue 4 Version 2\\*(sV
. as b1 (``\\*(tNXCURSES4.2\\*(aa'')
. \}
. if "\\*(A\\n(aP"-susv2" \{\
. ds b1 \&Version 2 of the Single\\*(aa\\*(sV
. as b1 \&\\*(tNUNIX\\*(aa\\*(sV
. as b1 \&Specification\\*(aa
. \}
. if "\\*(A\\n(aP"-susv3" \{\
. ds b1 \&Version 3 of the Single\\*(aa\\*(sV
. as b1 \&\\*(tNUNIX\\*(aa\\*(sV
. as b1 \&Specification\\*(aa
. \}
. if "\\*(A\\n(aP"-svid4" \{\
. ds b1 System V Interface Definition
. as b1 , Fourth Edition\\*(sV
. as b1 (``\\*(tNSVID4\\*(aa'')
. \}
. ie \\n(aC>\\n(aP \{\
. nr aP \\n(aP+1
. nR
. \}
. el .aZ
.\}
..

View File

@ -1,42 +0,0 @@
#! /bin/sed -f
#
# $OpenBSD: strip.sed,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
#
# Copyright (c) 1988, 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. Neither the name of the University nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# @(#)strip.sed 8.1 (Berkeley) 6/8/93
#
/%beginstrip%/{
h
s/.*/.\\" This version has had comments stripped; an unstripped version is available./p
g
}
/%beginstrip%/,$s/[. ][ ]*\\".*//
/^$/d
/\\n@/d

View File

@ -1,47 +0,0 @@
.\" $OpenBSD: tmac.andoc,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
.\"
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)tmac.andoc 8.1 (Berkeley) 6/30/93
.\"
.\" If -mdoc macros, source tmac.mdoc
.\" If -man macros, check to see if groff or troff/nroff is being used
.\"
.de Dd
.rn Dd xX
.so ${TRUEPREFIX}/share/tmac/mdoc/doc
.Dd \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
.rm xX
..
.de TH
.rn TH xX
.so ${TRUEPREFIX}/share/tmac/tmac.an.old
.TH "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8"
.rm xX
..

View File

@ -1,2 +0,0 @@
Those are the supplementary macro packages needed for groff to handle
mdoc/mandoc files

View File

@ -1,11 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/19 21:22:52 espie Exp $
share/tmac/
share/tmac/mdoc/
share/tmac/mdoc/doc
share/tmac/mdoc/doc-common
share/tmac/mdoc/doc-ditroff
share/tmac/mdoc/doc-nroff
share/tmac/mdoc/doc-syms
share/tmac/tmac.an
share/tmac/tmac.andoc
share/tmac/tmac.doc