diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.3')
-rw-r--r-- | Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.3 | 57 |
1 files changed, 33 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.3 b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.3 index 44165db384e..65e9d7b7168 100644 --- a/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.3 +++ b/Master/texmf-dist/doc/support/pedigree-perl/Pedigree/Parser.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,30 +124,38 @@ .\" ======================================================================== .\" .IX Title "Pedigree::Parser 3" -.TH Pedigree::Parser 3 "2007-07-16" "perl v5.8.8" "User Contributed Perl Documentation" +.TH Pedigree::Parser 3 "2007-07-16" "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::Parser \- parser for the input file .SH "SYNOPSIS" .IX Header "SYNOPSIS" use Pedigree::Parser; .PP -$parser = new Pedigree::Parser(I{$inputline>, \fI$lang\fR) +\&\f(CW$parser\fR = new Pedigree::Parser(I{$inputline>, \fI\f(CI$lang\fI\fR) .PP -$parser\->Parse($inputline); +\&\f(CW$parser\fR\->Parse($inputline); .SH "DESCRIPTION" .IX Header "DESCRIPTION" This package parses input for the pedigree library and is used to define nodes. -.IP "\fBnew\fR(\fI$inputline\fR, \fI$lang\fR);" 4 -.IX Item "new($inputline, $lang);" +.Sp +.RS 4 +\&\fBnew\fR(\fI\f(CI$inputline\fI\fR, \fI\f(CI$lang\fI\fR); +.Sp Construct a new parser from the pipe-separated line at input -.IP "\fBParse\fR(\fI$inputline\fR);" 4 -.IX Item "Parse($inputline);" +.Sp +\&\fBParse\fR(\fI\f(CI$inputline\fI\fR); +.Sp Take a line of comma-separated values; return a reference to a hash of parsed values +.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" @@ -160,3 +163,9 @@ or 1. .SH "AUTHOR" .IX Header "AUTHOR" Boris Veytsman, Leila Akhmadeeva, 2006, 2007 +.SH "POD ERRORS" +.IX Header "POD ERRORS" +Hey! \fBThe above document had some coding errors, which are explained below:\fR +.IP "Around line 21:" 4 +.IX Item "Around line 21:" +You can't have =items (as at line 59) unless the first thing after the =over is an =item |