fix spelling mistake in man page s/programm/program/

This commit is contained in:
Rolf Leggewie 2012-03-29 02:17:07 +02:00
parent 0e3056a440
commit 30eefbaf5c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ divertctrl \- set/query ISDN diversion services for (E)DSS1 protocol
is used to de/activate call diversions and query actual activated diversion rules.
The i4l diversion services only work using the (E)DSS1 D-channel protocol in conjunction with the HiSax passive card driver. For using the services the global isdn drivers need to be compiled with support for the diversion services.
Additionally the dss1_divert module has to be loaded. This module doesn't require nor support any parameters at load time.
After successfully loading the module an entry /proc/net/isdn/divert should appear in the filesystem. When called without any parameters the divertctrl program outputs a short help screen. Otherwise the first parameter needs to be a command followed by a valid driver id. The command may be preceded by the optional wait keyword specifying the program to wait until the desired command could be completed or failed returning the result via the exitcode. Otherwise the programm immediately returns after invoking the desired action which may not be completed at this moment.
After successfully loading the module an entry /proc/net/isdn/divert should appear in the filesystem. When called without any parameters the divertctrl program outputs a short help screen. Otherwise the first parameter needs to be a command followed by a valid driver id. The command may be preceded by the optional wait keyword specifying the program to wait until the desired command could be completed or failed returning the result via the exitcode. Otherwise the program immediately returns after invoking the desired action which may not be completed at this moment.
For some commands the value "-" may be used as a valid driver id specifying all available drivers. The driver id is equivalent to the id parameter specified when loading the HiSax driver for a particular card.
All further parameters are command dependent.
The divertctrl program may only be used with root access for security reasons.