diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-03 20:29:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-03 20:29:06 +0000 |
commit | 28f1c89e56d775bac40b823db5f68910946938f0 (patch) | |
tree | a00ea8a3cc58b0e68606dd9c6d3cd37c180e0ac6 /Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 | |
parent | 26d496f10139dab271159080e44518addcaf8a3d (diff) |
pedigree-perl (3oct21)
git-svn-id: svn://tug.org/texlive/trunk@60686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3')
-rw-r--r-- | Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 index e1f63a36a8e..cd99c374900 100644 --- a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 +++ b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree.3 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05) +.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== @@ -38,27 +38,36 @@ . ds PI \(*p . ds L" `` . ds R" '' +. ds C` +. ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. -.ie \nF \{\ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.\" +.\" Avoid warning from groff about undefined register 'F'. +.de IX .. -. nr % 0 -. rr F -.\} -.el \{\ -. de IX +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{\ +. if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. +. if !\nF==2 \{\ +. nr % 0 +. nr F 2 +. \} +. \} .\} +.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -124,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "Pedigree 3" -.TH Pedigree 3 "2007-07-09" "perl v5.10.0" "User Contributed Perl Documentation" +.TH Pedigree 3 "2021-10-02" "perl v5.18.4" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -140,35 +149,26 @@ use Pedigree; .IX Header "DESCRIPTION" This is the main package for pedigree construction. It calls other libraries in the Pedigree:: family -.Sp -.RS 4 -\&\fBMakeNode\fR(\fI\f(CI$params\fI\fR); -.Sp +.IP "\fBMakeNode\fR(\fI\f(CI$params\fI\fR);" 4 +.IX Item "MakeNode($params);" Construct a new node from the given parameters. Check what kind of node should we construct. -.RE .SH "ENVIRONMENT" .IX Header "ENVIRONMENT" The calling program should define \fB\f(CB$main::DEBUG\fB\fR and set it to 0 or 1. .SH "SEE ALSO" .IX Header "SEE ALSO" -\&\fIpedigree\fR\|(1), -\&\fIPedigree::AbortionNode\fR\|(3), -\&\fIPedigree::Area\fR\|(3), -\&\fIPedigree::ChildlessNode\fR\|(3), -\&\fIPedigree::Language\fR\|(3), -\&\fIPedigree::MarriageNode\fR\|(3), -\&\fIPedigree::Node\fR\|(3), -\&\fIPedigree::Parser\fR\|(3), -\&\fIPedigree::PersonNode\fR\|(3), -\&\fIPedigree::TwinsNode\fR\|(3), +\&\fBpedigree\fR\|(1), +\&\fBPedigree::AbortionNode\fR\|(3), +\&\fBPedigree::Area\fR\|(3), +\&\fBPedigree::ChildlessNode\fR\|(3), +\&\fBPedigree::Language\fR\|(3), +\&\fBPedigree::MarriageNode\fR\|(3), +\&\fBPedigree::Node\fR\|(3), +\&\fBPedigree::Parser\fR\|(3), +\&\fBPedigree::PersonNode\fR\|(3), +\&\fBPedigree::TwinsNode\fR\|(3), .SH "AUTHOR" .IX Header "AUTHOR" -Boris Veytsman, Leila Akhmadeeva, 2007 -.SH "POD ERRORS" -.IX Header "POD ERRORS" -Hey! \fBThe above document had some coding errors, which are explained below:\fR -.IP "Around line 18:" 4 -.IX Item "Around line 18:" -You can't have =items (as at line 46) unless the first thing after the =over is an =item +Boris Veytsman, Leila Akhmadeeva, 2007\-2021 |