From c62ead4703e3c30bff761e64fe0680c684041a5a Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 12 Feb 2004 12:09:55 +0000 Subject: [PATCH] Replaced old references to php includes. --- workshop/isdn_audio.shtml | 2 +- workshop/isdnctrl.shtml | 80 +++++++++++++++++++-------------------- workshop/isdninfo.shtml | 40 ++++++++++---------- workshop/ttyI.shtml | 2 +- 4 files changed, 62 insertions(+), 62 deletions(-) diff --git a/workshop/isdn_audio.shtml b/workshop/isdn_audio.shtml index 6b3c50f..67eb2d3 100644 --- a/workshop/isdn_audio.shtml +++ b/workshop/isdn_audio.shtml @@ -219,7 +219,7 @@

SEE ALSO

-       ttyI(4).
+       ttyI(4).
 
diff --git a/workshop/isdnctrl.shtml b/workshop/isdnctrl.shtml index 2d333ed..1ad230d 100644 --- a/workshop/isdnctrl.shtml +++ b/workshop/isdnctrl.shtml @@ -32,7 +32,7 @@

IOCTL FUNCTIONS

        Currently, the following ioctl calls are supported:
 
-       IIOCNETAIF
+       IIOCNETAIF
               Add an ISDN network interface.
               This  function adds a network interface to the ker­
               nel's device table.  This  interface  can  be  used
@@ -48,7 +48,7 @@
                      copied to arg.  and the call returns  0.  On
                      failure, an error code is returned.
 
-       IIOCNETASL
+       IIOCNETASL
               Create a slave interface.
               Creates  a  slave interface for RAW-device channel-
               bundling.  These devices behave like network-inter­
@@ -70,7 +70,7 @@
                      copied to arg.  and the call returns  0.  On
                      failure, an error code is returned.
 
-       IIOCNETDIF
+       IIOCNETDIF
               face.
 
               Argument:
@@ -84,7 +84,7 @@
                      On success, the call returns 0. On  failure,
                      an error code is returned.
 
-       IIOCNETSCF
+       IIOCNETSCF
               Set  configurable  parameters  of  an  ISDN network
               interface.
               This call replaces all ISDN related  parameters  of
@@ -92,13 +92,13 @@
 
               Argument:
                      arg should point to a struct
-                     isdn_net_ioctl_cfg
+                     isdn_net_ioctl_cfg
 
               Return:
                      On  success, the call returns 0. On failure,
                      an error code is returned.
 
-       IIOCNETGCF
+       IIOCNETGCF
               Get configurable  parameters  of  an  ISDN  network
               interface.
               This call returns all ISDN related parameters of an
@@ -106,7 +106,7 @@
 
               Argument:
                      arg    shoud    point    to     a     struct
-                     isdn_net_ioctl_cfg (defined in linux/isdn.h)
+                     isdn_net_ioctl_cfg (defined in linux/isdn.h)
                      which will be filled by the current setup.
 
               Return:
@@ -114,21 +114,21 @@
                      interface-setup  is copied to *arg. On fail­
                      ure, an error code is returned.
 
-       IIOCNETANM
+       IIOCNETANM
               Add a phone number to an ISDN network interface.
               This call adds a phone number to an  existing  net­
               work interface.
 
               Argument:
                      arg     shoud     point    to    a    struct
-                     isdn_net_ioctl_phone which  contains  neces­
+                     isdn_net_ioctl_phone which  contains  neces­
                      sary information.
                      On success, the call returns 0 and the phone
                      number is added to either outgoing or incom­
                      ing  number  list. On failure, an error code
                      is returned.
 
-       IIOCNETDNM
+       IIOCNETDNM
               Delete a phone number from an ISDN  network  inter­
               face.
               This  call  deletes a phone number from an existing
@@ -136,7 +136,7 @@
 
               Argument:
                      arg    shoud    point    to     a     struct
-                     isdn_net_ioctl_phone which  contains  neces­
+                     isdn_net_ioctl_phone which  contains  neces­
                      sary information.
 
               Return:
@@ -145,7 +145,7 @@
                      incoming number list. On failure,  an  error
                      code is returned.
 
-       IIOCNETGNM
+       IIOCNETGNM
               Get  list  of  phone  numbers  from an ISDN network
               interface.
               This call returns the list of phone numbers associ­
@@ -153,7 +153,7 @@
 
               Argument:
                      arg  shoud  point  to  a  a  union of struct
-                     isdn_net_ioctl_phone  and  a  buffer,  large
+                     isdn_net_ioctl_phone  and  a  buffer,  large
                      enough   to  hold  a  concatenated  list  of
                      strings containing the phone numbers.
 
@@ -163,7 +163,7 @@
                      arated list of number-strings terminated  by
                      a NULL byte.
 
-       IIOCNETDIL
+       IIOCNETDIL
               Trigger dialing of an ISDN network interface.
               This  call  initiates  dialing  of  an ISDN network
               interface, if it is not connected.  Normally,  this
@@ -178,7 +178,7 @@
                      On success,  the  call  returns  0  and  the
                      interface starts dialing.
 
-       IIOCNETHUP
+       IIOCNETHUP
               Hangup an ISDN network interface.
               This  call  initiates  hangup  of  an  ISDN network
               interface, if it is connected.
@@ -192,7 +192,7 @@
                      On success,  the  call  returns  0  and  the
                      interface hangs up.
 
-       IIOCNETALN
+       IIOCNETALN
               Add a link of an MPP-configured ISDN network inter­
               face.
               This call  initiates  dialing  of  a  Multilink-PPP
@@ -208,7 +208,7 @@
                      On success,  the  call  returns  0  and  the
                      interface starts dialing.
 
-       IIOCNETDLN
+       IIOCNETDLN
               Hangup an MPP-configured ISDN network interface.
               This call initiates hangup of an Multilink-PPP ISDN
               network interface, if it is connected.
@@ -222,20 +222,20 @@
                      On success,  the  call  returns  0  and  the
                      interface hangs up.
 
-       IIOCNETARU
+       IIOCNETARU
               Add a timeout rule to an ISDN network interface.
               This call adds a timeout rule to an existing inter­
               face.
 
                      arg    should    point    to    a     struct
-                     isdn_ioctl_timeout_rule  containing the nec­
+                     isdn_ioctl_timeout_rule  containing the nec­
                      essary parameters.
 
               Return:
                      On success, the call returns 0 and the  rule
                      is  added to the rule list of the interface.
 
-       IIOCNETDRU
+       IIOCNETDRU
               Delete a timeout rule from an ISDN  network  inter­
               face.
               This  call  deletes a timeout rule from an existing
@@ -243,7 +243,7 @@
 
               Argument:
                      arg    should    point    to    a     struct
-                     isdn_ioctl_timeout_rule  containing the nec­
+                     isdn_ioctl_timeout_rule  containing the nec­
                      essary parameters.
 
               Return:
@@ -251,14 +251,14 @@
                      is  deleted from the rule list of the inter­
                      face.
 
-       IIOCNETGRU
+       IIOCNETGRU
               Get a timeout rule from an ISDN network  interface.
               This  call  returns a timeout rule from an existing
               interface.
 
               Argument:
                      arg    should    point    to    a     struct
-                     isdn_ioctl_timeout_rule  containing the nec­
+                     isdn_ioctl_timeout_rule  containing the nec­
                      essary parameters.
 
               Return:
@@ -266,14 +266,14 @@
                      struct  is  filled from the rule list of the
                      interface.
 
-       IIOCNETBUD
+       IIOCNETBUD
               Handle budget accounting of an ISDN network  inter­
               face.
 
               Argument and Return:
                      to be defined.
 
-       IIOCSETVER
+       IIOCSETVER
               Set verbosity of link level.
 
               Argument:
@@ -281,7 +281,7 @@
                      value.
                      This call always returns 0.
 
-       IIOCSETGST
+       IIOCSETGST
               Set global stop flag of link level.
 
               Argument:
@@ -291,12 +291,12 @@
               Return:
                      This call always returns 0.
 
-       IIOCSETBRJ
+       IIOCSETBRJ
               Set busreject flag of a lowlevel driver.
 
               Argument:
                      arg    should    point    to    an    struct
-                     isdn_ioctl_struct containing the driver's ID
+                     isdn_ioctl_struct containing the driver's ID
                      and the value of the busreject flag.
 
               Return:
@@ -304,7 +304,7 @@
                      reject flag of the selected  driver  is  set
                      according the given parameter.
 
-       IIOCSIGPRF
+       IIOCSIGPRF
               Enable signaling on change of modem profiles.
               With  this  call, the calling process is registered
               to receive a SIGIO on every change of any  register
@@ -320,55 +320,55 @@
               Return:
                      This call always returns 0.
 
-       IIOCGETPRF
+       IIOCGETPRF
               Get all modem register settings.
               With  this  call,  all  modem registers of all ttyI
               devices can be read.
 
               Argument:
                      arg should point to a  buffer  of  length
-                     (ISDN_MODEM_ANZREG + ISDN_MSNLEN) *
-                     ISDN_MAX_CHANNELS.
+                     (ISDN_MODEM_ANZREG + ISDN_MSNLEN) *
+                     ISDN_MAX_CHANNELS.
 
               Return:
 
-       IIOCSETPRF
+       IIOCSETPRF
               Set all modem register settings.
               With  this  call,  all  modem registers of all ttyI
               devices can be written.
 
               Argument:
                      arg should point to a  buffer  of  length
-                     (ISDN_MODEM_ANZREG + ISDN_MSNLEN) *
-                     ISDN_MAX_CHANNELS  filled with  the  values
+                     (ISDN_MODEM_ANZREG + ISDN_MSNLEN) *
+                     ISDN_MAX_CHANNELS  filled with  the  values
                      of all modem registers.
 
               Return:
                      On  return, the modem registers are set from
                      the contents of the provided buffer.
 
-       IIOCSETMAP
+       IIOCSETMAP
               Set Mapping table.
               This call is used  to  set  EAZ/MSN  mapping  of  a
               lowlevel driver.
 
               Argument:
                      arg     should    point    to    a    struct
-                     isdn_ioctl_struct containing  the  necessary
+                     isdn_ioctl_struct containing  the  necessary
                      parameters.
 
               Return:
                      On  success,  the  mapping table is set from
                      the given parameters an the call returns  0.
 
-       IIOCGETMAP
+       IIOCGETMAP
               Get Mapping table.
               This  call  is  used  to  get  EAZ/MSN mapping of a
               lowlevel driver.
 
               Argument:
                      arg    should    point    to    a     struct
-                     isdn_ioctl_struct containing  the  necessary
+                     isdn_ioctl_struct containing  the  necessary
                      parameters.
 
               Return:
@@ -385,7 +385,7 @@
 
 

SEE ALSO

-       isdninfo(4), icnctrl(4).
+       isdninfo(4), icnctrl(4).
 
 
diff --git a/workshop/isdninfo.shtml b/workshop/isdninfo.shtml index 6334a56..ff4cced 100644 --- a/workshop/isdninfo.shtml +++ b/workshop/isdninfo.shtml @@ -55,27 +55,27 @@ tual channel, the current usage is shown. The fol­ lowing usage constants are defined: - ISDN_USAGE_NONE (0) + ISDN_USAGE_NONE (0) Unused channel - ISDN_USAGE_RAW (1) + ISDN_USAGE_RAW (1) Channel used by raw device (currently unsup­ ported) - ISDN_USAGE_MODEM (2) + ISDN_USAGE_MODEM (2) Channel used by some ttyI - ISDN_USAGE_NET (3) + ISDN_USAGE_NET (3) Channel used by an ISDN net-interface - ISDN_USAGE_VOICE (4) + ISDN_USAGE_VOICE (4) Channel used by some ttyI in voice mode. Channel exclusively preserved for a net- interface. This value is logically or'ed with one of the other codes. - ISDN_USAGE_OUTGOING (128) + ISDN_USAGE_OUTGOING (128) Channel is used outgoing. This value is log­ ically or'ed with one of the other codes. It is set, when dialling is started and reset, @@ -114,7 +114,7 @@

IOCTL FUNCTIONS

        Currently, there are two ioctl calls supported:
 
-       IIOCGETDVR
+       IIOCGETDVR
               Get Revision information.
               Returns an unsigned long value v, representing var­
               ious user level interface revisions, where
@@ -130,7 +130,7 @@
                      is  the  revision  of the data delivered via
                      /dev/isdninfo itself.
 
-       IIOCGETCPS
+       IIOCGETCPS
               Get transfer statistics.
               Returns the number of bytes transferred so far  for
               all virtual channels. The third parameter should be
@@ -142,38 +142,38 @@
 

OTHER CONSTANTS

        There  are  some  more   useful   constants   defined   in
-       /usr/include/linux/isdn.h:
+       /usr/include/linux/isdn.h:
 
-       ISDN_TTY_MAJOR
+       ISDN_TTY_MAJOR
               The major device number of /dev/ttyI.
 
-       ISDN_TTYAUX_MAJOR
+       ISDN_TTYAUX_MAJOR
               The major device number of /dev/cui.
 
-       ISDN_MAJOR
+       ISDN_MAJOR
               The major device number of /dev/isdnctrl, /dev/isd­
               ninfo, /dev/ippp and /dev/isdn
 
-       ISDN_MAX_DRIVERS
+       ISDN_MAX_DRIVERS
               The number of driver slots.
 
-       ISDN_MAX_CHANNELS
+       ISDN_MAX_CHANNELS
               The number of virtual channels.
 
-       
-       ISDN_MINOR_CTRL
+       
+       ISDN_MINOR_CTRL
               The minor device number of /dev/isdnctrl0.
 
-       ISDN_MINOR_CTRLMAX
+       ISDN_MINOR_CTRLMAX
               The minor device number of /dev/isdnctrl63.
 
-       ISDN_MINOR_PPP
+       ISDN_MINOR_PPP
               The minor device number of /dev/ippp0.
 
-       ISDN_MINOR_PPPMAX
+       ISDN_MINOR_PPPMAX
               The minor device number of /dev/ippp64.
 
-       ISDN_MINOR_STATUS
+       ISDN_MINOR_STATUS
               The minor device number of /dev/isdninfo.
 
        Other constants, necessary for  ioctl's  on  /dev/isdnctrl
diff --git a/workshop/ttyI.shtml b/workshop/ttyI.shtml
index 8b09a96..742af76 100644
--- a/workshop/ttyI.shtml
+++ b/workshop/ttyI.shtml
@@ -286,7 +286,7 @@
 
 

SEE ALSO

-       icnctrl(8), telesctrl(8), isdninfo(4), isdn_audio(4), isd­
+       icnctrl(8), telesctrl(8), isdninfo(4), isdn_audio(4), isd­
        nctrl(8).