head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 98.03.01.22.27.40; author alexis; state Exp; branches; next 1.2; 1.2 date 98.03.01.15.25.00; author alexis; state Exp; branches; next 1.1; 1.1 date 98.03.01.15.13.57; author alexis; state Exp; branches; next ; desc @@ 1.3 log @corrected crontab example to use marker @ text @.\" .\" .\" ???????.1 - Manual Page for ??????? Command .\" Copyright (C) 1996 Alexis Huxley .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" $Id: sndmsg.8,v 1.2 1998/03/01 15:25:00 alexis Exp alexis $ .\" .TH SNDMSG 1 "1 March 1998" .SH NAME Sndmsg \- PPP Link Control Message Dispatcher .br .\" .\" we don't need a .br/.ne 5 here since there .\" isn't any chance really, that we're already .\" anywhere near the end of the first page. .\" .SH SYNOPSIS .B "sndmsg -V" .br .B sndmsg [ .B \-v | .B \-d .I level ] .I msgid \fR\.\.\. .br .\" .\" we don't need a .br/.ne 5 here since there .\" isn't any chance really, that we're already .\" anywhere near the end of the first page. .\" .SH DESCRIPTION This man page documents .I sndmsg version PATCHLEVEL_MARKER. .PP .I Sndmsg is a lightweight program to queue messages to .B ppplcd\fR(8). It is primarily for use in scripts (such as .B ppplcc\fR(1) and in cron jobs (see .B cron\fR(8)). .PP Message ids are numeric. Certain message ids require numeric arguments. Currently all messages are interpreted only by .B ppplcd\fR(8). Message ids, their parameters and their interpretation by .B ppplcd\fR(8) are listed below. .PP .TP 25 .B 0 call pppd to connect .TP .B 1 \fIlevel set debugging level to .I level .PD .br .ne 5 .SH OPTIONS .\" This indents everything after the next line by 25 somethings. .TP 25 .B \-V Print the version number and exit. .TP .B \-v Sets the verbosity level to 3. (This is virtually meaningless, see below for an explanation.) .TP .B \-d \fIlevel Sets the verbosity level to .I level\fR. Each binary bit in .I level turns on a different debugging facility. This option is not intended for end-users and is not documented here. .PD .br .ne 5 .SH EXAMPLES .PP The following .B crontab\fR(1) entries would instruct .B ppplcd\fR(8) to call .B pppd\fR(8) to connect at 7.30 am each working day, and to disconnect 15 minutes later if it hadn't already hung up: .br 30 7 * * 1-5 LCLSBINDIR_MARKER/sndmsg 0 45 7 * * 1-5 LCLSBINDIR_MARKER/sndmsg 5 .br .ne 5 .SH FILES None. .br .ne 5 .SH ENVIRONENT VARIABLES None. .br .ne 5 .SH DIAGNOSTICS .PD 0 .TP 25 .B ???????: WARNING: ???? ?????? .PD .br .ne 5 .SH CAVEATS None. .br .ne 5 .SH SEE ALSO ppplcc(1), ppplcd(8), pppd(8), cron(8), crontab(1) .br .ne 5 .SH AUTHOR Alexis Huxley .br .ne 5 .SH STATUS Stable. .br .ne 5 .SH BUGS No known bugs. .br .ne 5 .SH COPYRIGHT & DISTRIBUTION POLICY Copyright (C) 1996-1998 Alexis Huxley .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. @ 1.2 log @added RCS id string @ text @d20 1 a20 1 .\" $Id$ d108 2 a109 2 30 7 * * 1-5 SNDMSG_MARKER 0 45 7 * * 1-5 SNDMSG_MARKER 5 @ 1.1 log @Initial revision @ text @d20 1 @