Module Name:    src
Committed By:   joerg
Date:           Thu Apr  9 02:30:51 UTC 2009

Modified Files:
        src/usr.sbin/isdn/isdnd: isdnd.rc.5

Log Message:
Don't depend on magic default value for -offset. Don't use .br, use a
paragraph. Use more sane indentation and avoid compact style for huge
list to make it more readable.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/isdn/isdnd/isdnd.rc.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/isdn/isdnd/isdnd.rc.5
diff -u src/usr.sbin/isdn/isdnd/isdnd.rc.5:1.17 src/usr.sbin/isdn/isdnd/isdnd.rc.5:1.18
--- src/usr.sbin/isdn/isdnd/isdnd.rc.5:1.17	Thu Sep 25 09:37:32 2003
+++ src/usr.sbin/isdn/isdnd/isdnd.rc.5	Thu Apr  9 02:30:51 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnd.rc.5,v 1.17 2003/09/25 09:37:32 wiz Exp $
+.\" $NetBSD: isdnd.rc.5,v 1.18 2009/04/09 02:30:51 joerg Exp $
 .\"
 .\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"	$Id: isdnd.rc.5,v 1.17 2003/09/25 09:37:32 wiz Exp $
+.\"	$Id: isdnd.rc.5,v 1.18 2009/04/09 02:30:51 joerg Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -289,7 +289,7 @@
 controller is connected to.
 The following parameters are currently supported:
 .Pp
-.Bl -tag -width calledback -compact -offset
+.Bl -tag -width calledback -compact -offset xxxx
 .It Ar dss1
 The DSS1 or so-called "Euro-ISDN" D-channel protocol according to
 ITU Recommendations Q.921 and Q.931.
@@ -302,7 +302,7 @@
 It must not have a parameter.
 This keyword must be used at least once.
 The following keywords are valid in an entry section:
-.Bl -tag -width unitlengthsrc -compact
+.Bl -tag -width downtime
 .It Li answerprog
 This keyword is used to specify the name of a program which is run in
 case an incoming telephone connection specified
@@ -421,7 +421,7 @@
 The keyword is mandatory.
 The currently supported parameters are:
 .Pp
-.Bl -tag -width calledback -compact -offset
+.Bl -tag -width calledback -compact -offset xxxx
 .It Ar accept
 Accept an incoming call.
 .It Ar reject
@@ -505,7 +505,7 @@
 line becomes idle.
 The current algorithms are:
 .Pp
-.Bl -tag -width calledback -compact -offset
+.Bl -tag -width calledback -compact -offset xxxx
 .It Ar fix-unit-size
 idle algorithm which assumes fixed sized changing units during the whole call.
 .It Ar var-unit-size
@@ -702,7 +702,7 @@
 .It Li ratetype
 The rate entry used from the rates file.
 (optional)
-.br
+.Pp
 For example, ratetype=0 selects lines beginning "ra0" in /etc/isdn/isdnd.rates;
 (typically ra0 lines are a set of tables for local call rates on different
 days of the week \*[Am] times per day).

Reply via email to