diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
commit | 6294018a208cf7742b1c021a9b75c26962505571 (patch) | |
tree | 502f17eb951b74c914af346cd4dbff252350c082 /usr.sbin/i4b/isdntel | |
parent | 3f44360851448f8816c22f6b72e8dd5c9924c27f (diff) | |
download | FreeBSD-src-6294018a208cf7742b1c021a9b75c26962505571.zip FreeBSD-src-6294018a208cf7742b1c021a9b75c26962505571.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'usr.sbin/i4b/isdntel')
-rw-r--r-- | usr.sbin/i4b/isdntel/isdntel.8 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8 index 7e1ed50..10a171e 100644 --- a/usr.sbin/i4b/isdntel/isdntel.8 +++ b/usr.sbin/i4b/isdntel/isdntel.8 @@ -51,11 +51,14 @@ The following options are supported: .It Fl a Use .Ar aliasfile -as the pathname for an aliasfile containing aliases for phone numbers. The +as the pathname for an aliasfile containing aliases for phone numbers. +The default path is .Em /etc/isdn/isdntel.alias . The format of an alias entry is the number string followed by one or more -spaces or tabs. The rest of the line is taken as the alias string. Comments +spaces or tabs. +The rest of the line is taken as the alias string. +Comments are introduced by a leading blank, tab or "#" character. .It Fl d Use @@ -72,9 +75,11 @@ The format of a voice message filename is: Use .Ar playcommand as the command string to execute for playing a voice message to some audio -output facility. The characters +output facility. +The characters .Em %s -are replaced by the currently selected filename. The default string is +are replaced by the currently selected filename. +The default string is .Dq Li cat %s \&| alaw2ulaw >/dev/audio . .It Fl t The value for @@ -83,7 +88,8 @@ specifies the time in seconds the program rereads the spool directory when there is no keyboard activity. .El .Pp -The screen output should be obvious. If in doubt, consult the source. +The screen output should be obvious. +If in doubt, consult the source. .Sh SEE ALSO .Xr i4btel 4 , .Xr isdnd.rc 5 , |