Updated docs for -l option

This commit is contained in:
dfs
2005-04-12 00:57:48 +00:00
parent b6b30637c6
commit c78c284f19
2 changed files with 21 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
.\" $Id: rem2ps.1,v 1.5 2004-08-11 14:59:49 dfs Exp $
.TH REM2PS 1 "1 February 1998"
.\" $Id: rem2ps.1,v 1.6 2005-04-12 00:57:48 dfs Exp $
.TH REM2PS 1 "11 April 2005"
.UC4
.SH NAME
rem2ps \- draw a PostScript calendar from Remind output
@@ -379,6 +379,16 @@ emits the line:
However, back-ends should keep reading until EOF in case more data for
subsequent months is forthcoming.
.PP
If you supply the \fB\-l\fR option to \fBremind\fR, then reminders
may be preceded by a line that looks like this:
.PP
\fB# fileinfo \fIlineno filename\fR
.PP
The word \fBfileinfo\fR is literal; \fIlineno\fR and \fIfilename\fR specify
the line number and file name of the file containing the reminder. Back-ends
that don't care about this information should ignore lines starting with
"#" (except, of course, for the # rem2ps lines.)
.PP
.SH AUTHOR
Rem2PS is now supported by Roaring Penguin Software
Inc. (http://www.roaringpenguin.com)

View File

@@ -1,5 +1,5 @@
.\" $Id: remind.1,v 1.14 2004-08-11 14:59:49 dfs Exp $
.TH REMIND 1 "17 February 2000"
.\" $Id: remind.1,v 1.15 2005-04-12 00:57:48 dfs Exp $
.TH REMIND 1 "11 April 2005"
.UC 4
.SH NAME
remind \- a sophisticated reminder service
@@ -64,6 +64,13 @@ option, \fIn\fR cannot start with "+"; it must specify a number of months.
The format of the \fB\-p\fR output is described in the \fBrem2ps(1)\fR
man page.
.TP
.B \-l
If you use the \-l option in conjunction with the \-p option, then
\fBRemind\fR outputs additional information for back-end programs such
as \fBrem2ps\fR. This additional information lets the back-end programs
correlate a reminder with the source file and line number that produced
it.
.TP
.B \-m
The \fB\-m\fR option causes the \fB\-c\fR or \fB\-p\fR options to produce
a calendar whose first column is Monday rather than Sunday.