Show
Ignore:
Timestamp:
01/24/09 22:38:46 (15 years ago)
Author:
jerome
Message:

Updated manual pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/pt_BR/pykotme.1

    r3279 r3485  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "janvier 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.27alpha3_BROKEN_unofficial 
     4pykotme \- page de manuel de pykotme (PyKota) 1.27alpha7_unofficial 
     5.SH SYNOPSIS 
     6.B pykotme 
     7[\fIoptions\fR] [\fIfiles\fR] 
    58.SH DESCRIPTION 
    6 pykotme v1.27alpha3_BROKEN_unofficial (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet \- alet@librelogiciel.com 
    7 .PP 
    8 Gives print quotes to users. 
    9 .PP 
    10 command line usage : 
     9Generates print quotes for end users. 
     10.SH OPTIONS 
    1111.TP 
    12 pykotme 
    13 [options]  [files] 
    14 .PP 
    15 options : 
     12\fB\-h\fR, \fB\-\-help\fR 
     13show this help message and exit. 
    1614.TP 
    17 \fB\-v\fR | \fB\-\-version\fR 
    18 Prints pykotme's version number then exits. 
     15\fB\-v\fR, \fB\-\-version\fR 
     16show the version number and exit. 
    1917.TP 
    20 \fB\-h\fR | \fB\-\-help\fR 
    21 Prints this message then exits. 
     18\fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR 
     19loads additional options and arguments from a file, 
     20one per line. 
    2221.TP 
    23 \fB\-P\fR | \fB\-\-printer\fR p 
    24 Gives a quote for this printer only. Actually p can 
    25 use wildcards characters to select only 
    26 some printers. The default value is *, meaning 
    27 all printers. 
    28 You can specify several names or wildcards, 
    29 by separating them with commas. 
    30 .PP 
    31 examples : 
     22\fB\-P\fR PRINTER, \fB\-\-printer\fR=\fIPRINTER\fR 
     23Acts on this printer only. You can specify several 
     24printer names by separating them with commas. The 
     25default value is '*', which means all printers. 
     26.TP 
     27\fB\-u\fR USER, \fB\-\-user\fR=\fIUSER\fR 
     28Acts on this user only. Only one username can be 
     29specified this way. The default value is the name of 
     30the user who launched this command. This option is 
     31ignored when the command is not launched by a PyKota 
     32Administrator. 
     33.SS "examples:" 
    3234.IP 
    33 \f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
     35pykotme \fB\-\-printer\fR apple file1.ps <file2.pclxl 
     36This would show the number of pages needed to print these two files, as 
     37well as the cost of printing them to the 'apple' printer for the user who 
     38launched this command. 
    3439.IP 
    35 This will give a print quote to the current user. The quote will show 
    36 the price and size of a job consisting in file1.ps and file2.ps 
    37 which would be sent to the apple printer. 
     40pykotme \fB\-\-user\fR john 
     41This would show the number of pages needed to print the content of the 
     42standard input, and the cost of printing this on all printers for user 
     43\&'john'. 
     44.SS "licensing terms:" 
    3845.IP 
    39 \f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
     46(c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com 
     47This program is free software: you can redistribute it and/or modify it 
     48under the terms of the GNU General Public License as published by the Free 
     49Software Foundation, either version 3 of the License, or (at your option) 
     50any later version. 
    4051.IP 
    41 This will give a print quote to the current user. The quote will show 
    42 the price and size of a job consisting in file1.ps as read from 
    43 standard input, which would be sent to the apple or hplaser 
    44 printer. 
     52This program is distributed in the hope that it will be useful, but 
     53WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     54or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
     55for more details. 
    4556.IP 
    46 \f(CW$ pykotme\fR 
    47 .IP 
    48 This will give a quote for a job consisting of what is on standard 
    49 input. The quote will list the job size, and the price the job 
    50 would cost on each printer. 
    51 .PP 
    52 (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    53 This program is free software: you can redistribute it and/or modify 
    54 it under the terms of the GNU General Public License as published by 
    55 the Free Software Foundation, either version 3 of the License, or 
    56 (at your option) any later version. 
    57 .PP 
    58 This program is distributed in the hope that it will be useful, 
    59 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    60 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    61 GNU General Public License for more details. 
    62 .PP 
    63 You should have received a copy of the GNU General Public License 
    64 along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    65 .PP 
    66 Please report bugs to : Jerome Alet \- alet@librelogiciel.com 
     57You should have received a copy of the GNU General Public License along 
     58with this program.  If not, see <http://www.gnu.org/licenses/>.