~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/man/lr_tag.pod

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=pod
 
2
 
 
3
=head1 NAME
 
4
 
 
5
lr_tag - generate a unique tag for Lire jobs
 
6
 
 
7
=head1 SYNOPSIS
 
8
 
 
9
B<lr_tag>
 
10
 
 
11
=head1 DESCRIPTION
 
12
 
 
13
B<lr_tag> prints a string like lr_tag-20010528163114-12391, based on the
 
14
current time and lr_tag's pid, to stdout.  This string gets used to identify
 
15
Lire jobs and files, and shows up in the Lire log.  Programs like
 
16
lr_spool(1), lr_log2mail(1) and lr_log2report(1) call lr_tag.
 
17
 
 
18
=head1 VERSION
 
19
 
 
20
This manpage: $Id: lr_tag.pod,v 1.2 2001/08/25 19:58:45 flacoste Exp $
 
21
 
 
22
=head1 COPYRIGHT
 
23
 
 
24
Copyright (C) 2000-2001 Stichting LogReport Foundation LogReport@LogReport.org
 
25
 
 
26
This program is free software; you can redistribute it and/or modify
 
27
it under the terms of the GNU General Public License as published by
 
28
the Free Software Foundation; either version 2 of the License, or
 
29
(at your option) any later version.
 
30
 
 
31
This program is distributed in the hope that it will be useful,
 
32
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
33
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
34
GNU General Public License for more details.
 
35
 
 
36
You should have received a copy of the GNU General Public License
 
37
along with this program (see COPYING); if not, check with
 
38
http://www.gnu.org/copyleft/gpl.html or write to the Free Software 
 
39
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
40
 
 
41
=head1 AUTHOR
 
42
 
 
43
Joost van Baal <joostvb@logreport.org>
 
44
 
 
45
=cut
 
46