Changeset 564 for pkpgcounter/trunk/man

Show
Ignore:
Timestamp:
01/07/08 21:41:26 (16 years ago)
Author:
jerome
Message:

Changed copyright years.
Removed unnecessary shebang lines.
Changed default encoding to UTF-8 from ISO-8859-15 (only
ascii is used anyway).

Location:
pkpgcounter/trunk/man
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/man/genman.sh

    r531 r564  
    33# pkpgcounter : a generic Page Description Language parser. 
    44# 
    5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2323    help2man --no-info \ 
    2424             --section=1 \ 
    25              --name="count number of pages required to print various types of documents" \ 
    26              --manual="User Commands" \ 
    27              --source="C@LL - Conseil Internet & Logiciels Libres" \ 
    28              --output="temp$prog.1" \ 
    29              $prog ;  
     25             --name="count number of pages required to print various types of documents" \ 
     26             --manual="User Commands" \ 
     27             --source="C@LL - Conseil Internet & Logiciels Libres" \ 
     28             --output="temp$prog.1" \ 
     29             $prog ;  
    3030    /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
    3131    /bin/rm -f "temp$prog.1" 
  • pkpgcounter/trunk/man/pkpgcounter.1

    r557 r564  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPGCOUNTER "1" "December 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPGCOUNTER "1" "January 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    44pkpgcounter \- count number of pages required to print various types of documents 
    55.SH DESCRIPTION 
    6 pkpgcounter v3.50 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
     6pkpgcounter v3.51alpha (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser.