From: Bruno Haible Date: Sun, 15 Jun 2003 11:40:37 +0000 (+0000) Subject: Recommend "man", not "perldoc". The latter is missing on Mandrake. X-Git-Tag: v0.13~449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617e06c175c18bcc92d7d3cb06dc7a2e6bd1c4e2;p=thirdparty%2Fgettext.git Recommend "man", not "perldoc". The latter is missing on Mandrake. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 4b7c5754f..ab5598220 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -8280,7 +8280,7 @@ perl @item @code{$tied_hash_reference->@{"message"@}} -@item etc., issue the command @samp{perldoc perlsyn} for details +@item etc., issue the command @samp{man perlsyn} for details @end itemize @@ -8668,7 +8668,7 @@ variable interpolation will be accepted. Rationale: You will generally use this option in order to prepare your sources for internationalization. -Please see the manual page @samp{perldoc perlop} for details of strings and +Please see the manual page @samp{man perlop} for details of strings and quote-like expressions that are subject to interpolation and those that are not. Safe interpolations (that will not lead to a fatal error) are: @@ -8771,7 +8771,7 @@ readability. You can interpolate hash lookups in all strings or quote-like expressions that are subject to interpolation (see the manual page -@samp{perldoc perlop} for details). Double interpolation is invalid, however: +@samp{man perlop} for details). Double interpolation is invalid, however: @example # TRANSLATORS: Replace "the earth" with the name of your planet.