summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3')
-rw-r--r--Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.369
1 files changed, 40 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3 b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
index 08930658c49..0051778ed55 100644
--- a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
+++ b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
@@ -1,15 +1,7 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
-.de Sh \" Subsection heading
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
@@ -48,22 +40,25 @@
. ds R" ''
'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
-.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" 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.
-.if \nF \{\
+.ie \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
-.\"
-.\" For nroff, turn off justification. Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.hy 0
-.if n .na
+.el \{\
+. de IX
+..
+.\}
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -129,38 +124,48 @@
.\" ========================================================================
.\"
.IX Title "Pedigree::ChildlessNode 3"
-.TH Pedigree::ChildlessNode 3 "2007-07-22" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH Pedigree::ChildlessNode 3 "2007-07-22" "perl v5.10.0" "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
+.nh
.SH "NAME"
Pedigree::ChildlessNode \- an abortion in a pedigree
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
use Pedigree::ChildlessNode;
.PP
-$node = new Pedigree::ChildlessNode(\fI%params\fR);
+\&\f(CW$node\fR = new Pedigree::ChildlessNode(\fI\f(CI%params\fI\fR);
.PP
-$node\->DrawNode(\fI$xidst\fR, \fI$ydist\fR, \fI$belowtextfont\fR, \fI$abovetextfont\fR,
-\&\fI@fieldsfornode\fR);
+\&\f(CW$node\fR\->DrawNode(\fI\f(CI$xidst\fI\fR, \fI\f(CI$ydist\fI\fR, \fI\f(CI$belowtextfont\fI\fR, \fI\f(CI$abovetextfont\fI\fR,
+\&\fI\f(CI@fieldsfornode\fI\fR);
.PP
-$node\->PrintLegend(\fI$land\fR, \fI@fields\fR);
+\&\f(CW$node\fR\->PrintLegend(\fI\f(CI$land\fI\fR, \fI\f(CI@fields\fI\fR);
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
This package contains data about a \*(L"childlessness\*(R" node. This node
is not numbered in pedigree.
-.IP "\fBnew\fR(\fI%params\fR);" 4
-.IX Item "new(%params);"
-Construct a new node from the given parameters.
-.IP "\fBDrawNode\fR(\fI$xdist\fR, \fI$ydist\fR, \fI$belowtextfont\fR, \fI$abovetextfont\fR, \fI@fieldsfornode\fR);" 4
-.IX Item "DrawNode($xdist, $ydist, $belowtextfont, $abovetextfont, @fieldsfornode);"
+.Sp
+.RS 4
+\&\fBnew\fR(\fI\f(CI%params\fI\fR);
+.Sp
+Construct a new node from the given parameters.
+.Sp
+\&\fBDrawNode\fR(\fI\f(CI$xdist\fI\fR, \fI\f(CI$ydist\fI\fR, \fI\f(CI$belowtextfont\fI\fR, \fI\f(CI$abovetextfont\fI\fR,
+\&\fI\f(CI@fieldsfornode\fI\fR);
+.Sp
Output the command to draw this node. The parameters are
distances between the nodes (in cm) and fields for abovetext (not used
here). We only print the Comment field below the node, and draw this
node higher than other nodes.
-.IP "\fBPrintLegend\fR(\fI$lang\fR, \fI@fields\fR);" 4
-.IX Item "PrintLegend($lang, @fields);"
+.Sp
+\&\fBPrintLegend\fR(\fI\f(CI$lang\fI\fR, \fI\f(CI@fields\fI\fR);
+.Sp
This subroutine does nothing since childlessness has no legend.
+.RE
.SH "ENVIRONMENT"
.IX Header "ENVIRONMENT"
-The calling program should define \fB$main::DEBUG\fR and set it to 0
+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"
@@ -168,3 +173,9 @@ or 1.
.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 24:" 4
+.IX Item "Around line 24:"
+You can't have =items (as at line 45) unless the first thing after the =over is an =item