moved manpages to .in extension for autoconf support

This commit is contained in:
paul 1998-12-01 16:48:13 +00:00
parent c3bd34ff7d
commit 33d6863109
5 changed files with 37 additions and 37 deletions

View File

@ -1,10 +1,10 @@
.\" $Id: callerid.conf.5,v 1.1 1998/06/18 14:29:47 paul Exp $
.\" CHECKIN $Date: 1998/06/18 14:29:47 $
.TH callerid.conf 5 "@MANDATE@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.\" $Id: callerid.conf.5.in,v 1.1 1998/12/01 16:48:24 paul Exp $
.\" CHECKIN $Date: 1998/12/01 16:48:24 $
.TH callerid.conf 5 "@MANDATE_CALLERID@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.PD 0
.SH NAME
/etc/isdn/callerid.conf \- config file for isdn tools
@I4LCONFDIR@/@CALLERIDFILE@ \- config file for isdn tools
.SH FORMAT
This file has the format described in isdnformat(5). It must be owned by
@ -234,7 +234,7 @@ Note: within a string you must use \\${1} \\${2} ...
.SH FILES
.TP
.B /etc/isdn/callerid.conf
.B @I4LCONFDIR@/@CALLERIDFILE@
This file.
.TP
@ -242,7 +242,7 @@ This file.
Per user telephone book.
.SH SEE ALSO
.B isdnlog(1) isdnformat(5) callerid.conf(5) isdntime(5)
.B isdnlog(8) isdnformat(5) isdntime(5)
.SH AUTHOR
This manual page was written by Andreas Jellinghaus <aj@debian.org>,
for Debian GNU/Linux and isdn4linux.

View File

@ -1,8 +1,8 @@
.\" $Id: isdnlog.5,v 1.3 1998/06/18 15:30:52 paul Exp $
.\" CHECKIN $Date: 1998/06/18 15:30:52 $
.TH isdnlog 5 "@MANDATE@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.\" $Id: isdnlog.5.in,v 1.1 1998/12/01 16:48:25 paul Exp $
.\" CHECKIN $Date: 1998/12/01 16:48:25 $
.TH isdnlog 5 "@MANDATE_ISDNLOG5@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.SH NAME
/var/lib/isdn/calls \- isdn log file
@LOGFILE@ \- isdn log file
.SH DESCRIPTION
The main purpose of isdnlog is to create a log file with information
about all incoming and outgoing calls, namely: this file.
@ -65,7 +65,7 @@ Total cost of connection
.SH FILES
.TP
.B /var/lib/isdn/calls
.B @LOGFILE@
This file: isdnlog log file.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.\" $Id: isdnlog.8,v 1.4 1998/11/12 08:44:43 paul Exp $
.\" CHECKIN $Date: 1998/11/12 08:44:43 $
.TH isdnlog 8 "@MANDATE@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.\" $Id: isdnlog.8.in,v 1.1 1998/12/01 16:48:26 paul Exp $
.\" CHECKIN $Date: 1998/12/01 16:48:26 $
.TH isdnlog 8 "@MANDATE_ISDNLOG8@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.PD 0
.SH NAME
isdnlog \- isdn log system (and more)
@ -315,7 +315,7 @@ information.
.SH "CONNECTION LOG MODULE"
isdnlog will log all connections in /var/log/isdn.log. isdnrep can parse
isdnlog will log all connections in @LOGFILE@. isdnrep can parse
this file and calculate costs.
.SH "SEVERAL ISDN CARDS"
@ -327,7 +327,7 @@ second card.
.SH "UNLOADING KERNEL MODULES"
You cannot unload isdn kernel modules while an isdn device is in use,
e.g. a PPP interface is defined or isdnlog is running. Look at
/var/run for a file isdnlog.DEVICE.pid with the process id of isdnlog,
@RUNDIR@ for a file isdnlog.DEVICE.pid with the process id of isdnlog,
and kill that. After that you should be able to unload your isdn kernel modules.
.SH "FILES"
@ -342,7 +342,7 @@ isdnlog can copy everything it reads to this file as debug information
(e.g. /tmp/isdnctrl0 if you started isdnlog with /dev/isdnctrl0).
.TP
.B /var/run/isdnlog.DEVICE.pid
.B @RUNDIR@/isdnlog.DEVICE.pid
isdnlog creates this file with its process id. Useful to see if
isdnlog is running.
@ -352,15 +352,15 @@ isdnlog creates a lock file for the device, so no other processes will
access that device.
.TP
.B /etc/isdn/isdn.conf
.B @I4LCONFDIR@/@CONFFILE@
isdnlog config file. Options to isdnlog can be given on the command line, can
be stored in this file in [options] (with command line option
-f/etc/isdn/isdn.conf), or in a different config file, but isdnlog will
-f@I4LCONFDIR@/@CONFFILE@), or in a different config file, but isdnlog will
look at this file for sections [global] [variables] [isdnlog].
.SH EXAMPLE
I start isdnlog with "isdnlog -f/etc/isdn/isdn.conf /dev/isdnctrl0".
I start isdnlog with "isdnlog -f@I4LCONFDIR@/@CONFFILE@ /dev/isdnctrl0".
This file contains a [options] section:
.nf
@ -373,7 +373,7 @@ flush=no # flush logfile after every write
pipe=no # pipe log messages to stderr
daemon=yes # run isdnlog as daemon
stdout=0x1ff7 # stderr logging level
outfile=+/var/log/isdn/log # log to file
outfile=+/var/log/isdn.log # log to file
#console= # log to a console
monitor=yes # emulate output for imon/imontty/...
syslog=0x1ff7 # syslog logging level
@ -387,7 +387,7 @@ start=yes # enable starting programs
.SH SEE ALSO
.B isdnconf(8) isdn.conf(5) callerid.conf(5)
.B isdn.log(5) isdnrep(8)
.B isdnlog(5) isdnrep(8)
.SH AUTHOR
This manual page was written by Andreas Jellinghaus <aj@debian.org>,

View File

@ -1,10 +1,10 @@
.\" $Id: isdnlog.users.5,v 1.1 1998/06/18 14:29:49 paul Exp $
.\" CHECKIN $Date: 1998/06/18 14:29:49 $
.TH isdnlog.users 5 "@MANDATE@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.\" $Id: isdnlog.users.5.in,v 1.1 1998/12/01 16:48:27 paul Exp $
.\" CHECKIN $Date: 1998/12/01 16:48:27 $
.TH isdnlog.users 5 "@MANDATE_ISDNLOG_USERS@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.PD 0
.SH NAME
/etc/isdn/isdnlog.users \- user base isdnlog config file
@I4LCONFDIR@/@USERFILE@ \- user base isdnlog config file
.SH DESCRIPTION
This file is only needed if isdnlog is started with the "-xX" / "xisdn="
@ -121,7 +121,7 @@ the following line into the file "isdnlog.users":
.SH FILES
.TP
.B /etc/isdn/isdnlog.users
.B @I4LCONFDIR@/@USERFILE@
This file.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.\" $Id: isdnrep.1,v 1.2 1998/06/18 14:30:28 paul Exp $
.\" CHECKIN $Date: 1998/06/18 14:30:28 $
.TH isdnrep 8 "@MANDATE@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.\" $Id: isdnrep.1.in,v 1.1 1998/12/01 16:48:14 paul Exp $
.\" CHECKIN $Date: 1998/12/01 16:48:14 $
.TH isdnrep 8 "@MANDATE_ISDNREP@" "ISDN 4 Linux @I4LVERSION@" "Linux System Administration"
.PD 0
.SH NAME
@ -65,9 +65,9 @@ assume long distance
.TP
.B \-fFILE
The file from which to generate the report. This is usually
/var/log/isdn.log, or whatever is configured in /etc/isdn/isdn.conf as
@LOGFILE@, or whatever is configured in @I4LCONFDIR@/@CONFFILE@ as
.B LOGFILE = .
The -f option will override the setting in /etc/isdn/isdn.conf.
The -f option will override the setting in @I4LCONFDIR@/@CONFFILE@.
.TP
.B \-t time span time="time span"
@ -271,7 +271,7 @@ keeping the total length to 80:
"%X%D %10.10H%T%-14.14F%U%I %O"
.in -4
The above string is put into /etc/isdn/isdn.conf at installation as
The above string is put into @CONFFILE@ at installation as
.B REPFMTSHORT
and can be used with
.B -Fshort.
@ -279,7 +279,7 @@ and can be used with
.in -7
.TP
.B \-FX format
format strings can be specified in /etc/isdn/isdn.conf; this option
format strings can be specified in @CONFFILE@; this option
is used to select one of these. Entries can be defined in the
section [ISDNLOG] with names beginning with "REPFMT". The string after
the -F option is added to REPFMT to find the correct entry. Case is
@ -668,15 +668,15 @@ third day of the current month
.SH "FILES"
.TP
\fB/var/log/isdn.log\fR or \fB/var/lib/isdn/calls\fR
\fB@LOGFILE@\fR or \fB/var/lib/isdn/calls\fR
isdnlog log file with information about all calls.
.TP
\fB/etc/isdn/isdn.conf\fR
\fB@I4LCONFDIR@/@CONFFILE@\fR
general configuration
.TP
\fB/etc/isdn/callerid.conf\fR
\fB@I4LCONFDIR@/@CALLERIDFILE@\fR
aliases for telephone numbers
.SH SEE ALSO