summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.3
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.3')
-rw-r--r--graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.393
1 files changed, 43 insertions, 50 deletions
diff --git a/graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.3 b/graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.3
index 2b3059bd7b..80efdf24ad 100644
--- a/graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.3
+++ b/graphics/pstricks/contrib/pedigree/pedigree-perl/Pedigree/Language.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::Language 3"
-.TH Pedigree::Language 3 "2007-10-21" "perl v5.10.0" "User Contributed Perl Documentation"
+.TH Pedigree::Language 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
@@ -137,17 +146,17 @@ use Pedigree::Language;
.PP
\&\f(CW$lang\fR = new Pedigree::Language(\fI\f(CI$language\fI\fR[, \fI\f(CI$encoding\fI\fR]);
.PP
-\&\f(CW$lang\fR\->\fIHeader()\fR;
+\&\f(CW$lang\fR\->\fBHeader()\fR;
.PP
-\&\f(CW$lang\fR\->\fILanguage()\fR;
+\&\f(CW$lang\fR\->\fBLanguage()\fR;
.PP
-\&\f(CW$lang\fR\->\fIEncoding()\fR;
+\&\f(CW$lang\fR\->\fBEncoding()\fR;
.PP
-\&\f(CW$lang\fR\->\fIGetFieldNames()\fR;
+\&\f(CW$lang\fR\->\fBGetFieldNames()\fR;
.PP
-\&\f(CW$lang\fR\->\fIGetValues()\fR;
+\&\f(CW$lang\fR\->\fBGetValues()\fR;
.PP
-\&\f(CW$lang\fR\->\fIGetSpecialNames()\fR;
+\&\f(CW$lang\fR\->\fBGetSpecialNames()\fR;
.PP
\&\f(CW$lang\fR\->PrintField(\fI\f(CI$field\fI\fR, $<$value>);
.SH "DESCRIPTION"
@@ -155,58 +164,42 @@ use Pedigree::Language;
This package defines the language-dependent parts of the pedigree
library. The idea is to gather everything about language here, so adding
a new language should be (presumably) be easy.
-.Sp
-.RS 4
-\&\fBnew\fR(\fI\f(CI$language\fI\fR[, \fI\f(CI$encoding\fI\fR]);
-.Sp
+.IP "\fBnew\fR(\fI\f(CI$language\fI\fR[, \fI\f(CI$encoding\fI\fR]);" 4
+.IX Item "new($language[, $encoding]);"
Construct the new interpreter from the given language and encoding names.
-.Sp
-\&\fBHeader\fR ()
-.Sp
+.IP "\fBHeader\fR ()" 4
+.IX Item "Header ()"
Print the language-related lines of the document preamble
-.Sp
-\&\fBLanguage\fR ()
-.Sp
+.IP "\fBLanguage\fR ()" 4
+.IX Item "Language ()"
Print the current language
-.Sp
-\&\fBEncoding\fR ()
-.Sp
+.IP "\fBEncoding\fR ()" 4
+.IX Item "Encoding ()"
Print the current encoding
-.Sp
-\&\fBGetFieldNames\fR();
-.Sp
+.IP "\fBGetFieldNames\fR();" 4
+.IX Item "GetFieldNames();"
Outputs a reference to a hash
\&\*(L"field_name_in_this_language\*(R"=>\*(L"field_name_in_English\*(R"
-.Sp
-\&\fBGetValues\fR();
-.Sp
+.IP "\fBGetValues\fR();" 4
+.IX Item "GetValues();"
Outputs a reference to a hash
\&\*(L"field_value_in_this_language\*(R"=>\*(L"field_value_in_English\*(R"
-.Sp
-\&\fBGetSpecialNames\fR();
-.Sp
+.IP "\fBGetSpecialNames\fR();" 4
+.IX Item "GetSpecialNames();"
Some values for the 'Name' field start with \f(CW\*(C`#\*(C'\fR. They are special.
This subroutine outputs a reference to a hash
\&\*(L"special_name_in_this_language\*(R"=>\*(L"special_name\*(R"
-.Sp
-\&\fBPrintField\fR(\fI\f(CI$field\fI\fR, \fI\f(CI$value\fI\fR);
-.Sp
+.IP "\fBPrintField\fR(\fI\f(CI$field\fI\fR, \fI\f(CI$value\fI\fR);" 4
+.IX Item "PrintField($field, $value);"
Formats the value \fI\f(CI$value\fI\fR of the given field \fI\f(CI$field\fI\fR according
to the rules of the given language.
-.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\fR\|(3)
+\&\fBpedigree\fR\|(1), \fBPedigree\fR\|(3)
.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 34:" 4
-.IX Item "Around line 34:"
-You can't have =items (as at line 57) unless the first thing after the =over is an =item