aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-20 16:02:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-20 16:02:42 +0000
commitc8a250b7c091c64593063a5fe177e5d611f6e4da (patch)
tree8073d5dfddfa8595e6272601b385f5d4aaf383fc /usr.sbin/i4b
parent87df1ce862a80ef73d428d768263ee6df77be419 (diff)
downloadsrc-c8a250b7c091c64593063a5fe177e5d611f6e4da.tar.gz
src-c8a250b7c091c64593063a5fe177e5d611f6e4da.zip
Notes
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnphone/isdnphone.830
1 files changed, 16 insertions, 14 deletions
diff --git a/usr.sbin/i4b/isdnphone/isdnphone.8 b/usr.sbin/i4b/isdnphone/isdnphone.8
index 997010f2209f..7eb5ee61e1a9 100644
--- a/usr.sbin/i4b/isdnphone/isdnphone.8
+++ b/usr.sbin/i4b/isdnphone/isdnphone.8
@@ -43,36 +43,38 @@
.Sh DESCRIPTION
.Nm
is part of the isdn4bsd package and is used to handle dialing and hangup
-for the telephone control interfaces /dev/i4bteld<n>.
+for the telephone control interfaces
+.Pa /dev/i4bteld Ns Aq Ar n .
.Pp
-Options are provided to dial out or hang up using commandline parameters
+Options are provided to dial out or hang up using command line parameters
(for use in scripts) or, if none of those options are specified, bring up
-a curses-based fullscreen interface.
+a curses-based full-screen interface.
.Pp
The following options are available:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl d
-enable debugging message display.
+Enable debugging message display.
.It Fl h
-hang up a possibly open telefone connection on the selected interface.
+Hang up a possibly open telephone connection on the selected interface.
.It Fl k
-send the specified string using the keypad facility information element.
+Send the specified string using the keypad facility information element.
.It Fl n
-dial the specified number on the selected interface.
+Dial the specified number on the selected interface.
.It Fl u
Set the unit number to specify the interface used.
.El
.Sh FILES
-/dev/i4bteld<n>
+.Bl -tag -width indent -compact
+.It Pa /dev/i4bteld Ns Aq Ar n
+.El
.Sh EXAMPLES
The command:
-.Bd -literal -offset indent
-isdnphone -n 1234
-.Ed
+.Dl "isdnphone -n 1234"
.Pp
-dials calls the number 1234 to establish a call on /dev/i4btel0
+dials calls the number 1234 to establish a call on
+.Pa /dev/i4btel0
.Sh AUTHORS
The
.Nm
utility and this manpage were written by
-.An Hellmuth Michaelis Aq hm@freebsd.org .
+.An Hellmuth Michaelis Aq hm@FreeBSD.org .