1isdnformat(5)             Linux System Administration            isdnformat(5)
2
3
4

NAME

6       isdnformat - common isdn config file format
7

DESCRIPTION

9       This man page describes the format of all isdn config files.
10

FORMAT

12       Empty lines are ignored.
13
14       If  a  #  is  encountered,  this  character and the rest of the line is
15       ignored (it's considered a comment). You can prepend a backslash  \  to
16       prevent this and use the # character.
17
18       If  the  last  character of a line is a backslash \, the next line is a
19       continuation of the current line.
20
21       The file format is like smb.conf or win.ini:  there  are  sections  and
22       entries  within the section. However, the syntax was expanded with sub‐
23       sections; these can be nested as often as you like.
24
25       All whitespace (space and tabs) at the end of the line are ignored.
26
27       Section and entry names are case insensitive.
28
29       Values are case sensitive, of course (the case is preserved).
30
31       Section and entry names may not use the characters "*?|&/"; if  one  of
32       these is encountered, it is ignored.
33
34       At  the  beginning  of  the  line you may use as much whitespace as you
35       like.
36
37       A section has the format "[" NAME "]". You may use  whitespace  between
38       the braces and the name, or none at all.
39
40       An  entry has the format ENTRY "=" VALUE. You may use whitespace before
41       and after the equal sign, or none at all.
42
43       A subsection starts with ENTRY "=" "{"  and ends with "}". You may  use
44       sections, entries and subsections between the start and the end tag.
45
46       Beware:  unlike samba or windows the semicolon is not used for comments
47       !
48
49       You can use INCLUDE(File) to include a file. If  the  filename  is  not
50       absolute,  it's  considered  relative to the directory of the including
51       document. You may use it anywhere in a file, but there may be no  space
52       characters in the file!
53
54       All  subsections  started  in  an include file must end in that include
55       file, so the number of opened and closed brackets must match.
56
57       Beware: recursive including  will  cause  the  program  to  break.  The
58       library does not prevent this.
59

AUTHOR

61       This   manual   page   was  written  by  Andreas  Jellinghaus  <aj@dun‐
62       geon.inka.de>, for Debian GNU/Linux and isdn4linux.  Now maintained  by
63       Paul Slootman <paul@isdn4linux.de>.
64
65
66
67ISDN 4 Linux 3.27                 2000/09/15                     isdnformat(5)
Impressum