Changeset 0b59f5 in git for doc/pl2doc.pl


Ignore:
Timestamp:
Dec 13, 1999, 4:33:50 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
82ed244cff3158b7a79a6eed4e0548d485960cfe
Parents:
925cab8e04ecb2f3c2e451b913c11bcac28b2374
Message:
* GMG's changes


git-svn-id: file:///usr/local/Singular/svn/trunk@4006 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/pl2doc.pl

    r925cab r0b59f5  
    11#!/usr/local/bin/perl
    2 # $Id: pl2doc.pl,v 1.12 1999-12-10 16:41:50 obachman Exp $
     2# $Id: pl2doc.pl,v 1.13 1999-12-13 15:32:46 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    392392    {
    393393      print $FH '@item @strong{Purpose:'."}\n";
    394       print $FH lc $text;
     394      if ($text !~ /[a-z]*/)
     395      {
     396        print $FH lc $text;
     397      }
     398      else
     399      {
     400        print $FH $text;
     401      }
    395402    }
    396403  }
Note: See TracChangeset for help on using the changeset viewer.