Howdy,

Does anyone know why my man and perldoc pages are missing their single
quotes?  For example, man CGI yields:

         use CGI qw/:standard/;
         print header,
               start_html(A Simple Example),
               h1(A Simple Example),
               start_form,
               "Whats your name? ",textfield(name),p,
               "Whats the combination?", p,


but should be:
         use CGI qw/:standard/;
         print header,
               start_html('A Simple Example'),
               h1('A Simple Example'),
               start_form,
               "What's your name? ",textfield('name'),p,
               "What's the combination?", p,

I couldn't find anything in /etc/man.config that seemed applicable,
either.  After making a copy and gunzipping
/usr/share/man/man3/CGI.3pm.gz, then viewing with less, the single quotes
are there.  But then viewing man ./CGI.3pm, the quotes are gone again.
Anyone have any suggestions?

This happens on RH 8 and RH 9.

Thanks,

Joe
_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://machito.utacm.org/mailman/listinfo/siglinux

Reply via email to