From f7f65478b89f314b854566f8daa8f5d54db73f57 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 16 Jun 2008 18:09:11 +0000 Subject: Add man pages based on Zaptel's man pages. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4368 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- doc/dahdi_cfg.8 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 doc/dahdi_cfg.8 (limited to 'doc/dahdi_cfg.8') diff --git a/doc/dahdi_cfg.8 b/doc/dahdi_cfg.8 new file mode 100644 index 0000000..f9b167f --- /dev/null +++ b/doc/dahdi_cfg.8 @@ -0,0 +1,70 @@ +.TH "DAHDI_CFG" "8" "16 Jun 2008" "" "" + +.SH NAME +dahdi_cfg \- configures dahdi kernel modules from dahdi.conf +.SH SYNOPSIS + +.B dahdi_cfg [-c \fICFG_FILE\fB] [-s] [-f] [-t] [-v [-v ... ] ] + +.B dahdi_cfg -h + +.SH DESCRIPTION +.B dahdi_cfg +configures dahdi interface cards from a config file. + +You generally need to run it with a valid configurations +in order for zaptel modules to work properly. + +It must be run to configure every DAHDI span. Normally it is run from +the DAHDI init script. + +.SH OPTIONS + +.B -c \fICFG_FILE +.RS +Use an alternative configuration file instead of +.I /etc/dahdi.conf +.RE + +.B -s +.RS +Only shutdown spans. +.RE + +.B -f +.RS +Always configure every channel, even if it appears not to have changed. +.RE + +.B -t +.RS +Test mode. Don't do anything, just report what you wanted to do. +.RE + +.B -v +.RS +Be more verbose. Add extra v-s for extra verbosity. +.RE + +.B -h +.RS +Display a brief help message. +.RE + +.SH FILES + +.I /etc/dahdi.conf +.RS +The default location for the configuration file. +.RE + +.SH SEE ALSO +dahdi_tool(8), dahdi_monitor(8), asterisk(8). + +.SH AUTHOR +This manual page was written by Santiago Ruano Rinc\['o]n + for +the Debian system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. -- cgit v1.2.3