32v 1m call: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
New page: CALL(1C) UNIX Programmer's Manual CALL(1C) == NAME == call - ring a telephone == SYNOPSIS == call phonenumber == DESCRIPTION == _C_a_l_l places a...
 
No edit summary
 
Line 4: Line 4:


== NAME ==
== NAME ==
    call - ring a telephone
call - ring a telephone


== SYNOPSIS ==
== SYNOPSIS ==
    call phonenumber
call phonenumber


== DESCRIPTION ==
== DESCRIPTION ==
    _C_a_l_l places an outgoing call to the specified _p_h_o_n_e_n_u_m_b_e_r.
'''Call''' places an outgoing call to the specified '''phonenumber'''.
    Nothing special happens when the called party answers.
Nothing special happens when the called party answers.
    _P_h_o_n_e_n_u_m_b_e_r may have any number of digits; a `+' sign may be
'''Phonenumber''' may have any number of digits; a `+' sign may be
    used to specify a point at which to wait for a second dial
used to specify a point at which to wait for a second dial
    tone.
tone.


== FILES ==
== FILES ==
    /dev/dn0
/dev/dn0


== SEE ALSO ==
== SEE ALSO ==
    [[32v 1m cu|cu(1)]], [[32v 5m dn|dn(5)]]
[[32v 1m cu|cu(1)]], [[32v 5m dn|dn(5)]]


[[Category:32v man section 1]]
[[Category:32v man section 1]]

Latest revision as of 16:21, 12 August 2010

CALL(1C) UNIX Programmer's Manual CALL(1C)


NAME

call - ring a telephone

SYNOPSIS

call phonenumber

DESCRIPTION

Call places an outgoing call to the specified phonenumber. Nothing special happens when the called party answers. Phonenumber may have any number of digits; a `+' sign may be used to specify a point at which to wait for a second dial tone.

FILES

/dev/dn0

SEE ALSO

cu(1), dn(5)