File: probemodem.8

package info (click to toggle)
hylafax 3%3A6.0.7-11.1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 10,844 kB
  • sloc: sh: 15,305; ansic: 14,429; makefile: 1,562; cpp: 781; awk: 529
file content (41 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH PROBEMODEM 8
.SH NAME
probemodem \- check modem and report the result of certain commands
.SH SYNOPSIS
.B /usr/sbin/probemodem
.I "[\-f] [\-c AT_COMMAND] [-s SPEED] [ttyname]"
.SH "DESCRIPTION"
The
.B probemodem
script checks a modem attached to a serial line and reports the results
of certain commands.

The
.I ttyname
argument is the name of the tty port that the modem is attached to.

This manual page was written for the Debian GNU/Linux distribution
(but may be used by others), because the original program does not
have a manual page.
.SH OPTIONS
.TP
.BI \-f
Do not use the command fuser in order to check if other processes
are using the tty
.I ttyname
and kill them
.TP
.BI \-c " AT_COMMAND"
Specify a string to be sent to the modem instead of "AT\+FCLASS\=?"
.TP
.BI \-s " speed"
Set the speed to use for the
.I ttyname
port

.SH "SEE ALSO"
.IR hylafax (5)
.SH AUTHOR
This manual page was written by Dermot Bradley <bradley@debian.org>,
and modified by Giuseppe Sacco <eppesuig@debian.org>
for the Debian GNU/Linux system.