source: trunk/third/talk/talk/talk.1 @ 9171

Revision 9171, 3.9 KB checked in by ghudson, 28 years ago (diff)
Convert from mandoc to man macros.
Line 
1.\"     $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $
2.\"
3.\" Copyright (c) 1983, 1990, 1993
4.\"     The Regents of the University of California.  All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"     This product includes software developed by the University of
17.\"     California, Berkeley and its contributors.
18.\" 4. Neither the name of the University nor the names of its contributors
19.\"    may be used to endorse or promote products derived from this software
20.\"    without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\"     @(#)talk.1      8.1 (Berkeley) 6/6/93
35.\"
36.TH TALK 1 "June 6, 1993"
37.UC 4
38.SH NAME
39talk \- talk to another user
40.SH SYNOPSIS
41.B talk
42person
43.B [
44ttyname
45.B ]
46.SH DESCRIPTION
47.I Talk
48is a visual communication program which copies lines from your
49terminal to that of another user.
50.PP
51Options available:
52.IP person
53If you wish to talk to someone on your own machine, then
54.I person
55is just the person's login name.  If you wish to talk to a user on
56another host, then
57.I person
58is of the form
59.I user@host .
60.IP ttyname
61If you wish to talk to a user who is logged in more than once, the
62.I ttyname
63argument may be used to indicate the appropriate terminal
64name, where
65.I ttyname
66is of the form ``ttyXX''.
67.PP
68When first called,
69.I talk
70sends the message
71.PP
72     Message from TalkDaemon@his_machine...
73     talk: connection requested by your_name@your_machine.
74     talk: respond with: talk your_name@your_machine
75.PP
76to the user you wish to talk to. At this point, the recipient
77of the message should reply by typing
78.PP
79     talk \ your_name@your_machine
80.PP
81It doesn't matter from which machine the recipient replies, as
82long as his login-name is the same.  Once communication is established,
83the two parties may type simultaneously, with their output appearing
84in separate windows.  Typing control-L (^L) will cause the screen to
85be reprinted, while your erase, kill, and word kill characters will
86behave normally.  To exit, just type your interrupt character;
87.I talk
88then moves the cursor to the bottom of the screen and restores the
89terminal to its previous state.
90.PP
91Permission to talk may be denied or granted by use of the
92.I mesg
93command.  At the outset talking is allowed.  Certain commands, in
94particular
95.I nroff
96and
97.IR pr ,
98disallow messages in order to
99prevent messy output.
100.PP
101.SH SEE ALSO
102mail(1), mesg(1), who(1), write(1)
103.SH BUGS
104The version of
105.I talk
106released with 4.3BSD uses a protocol that
107is incompatible with the protocol used in the version released with
1084.2BSD.
109.SH HISTORY
110The
111.I talk
112command appeared in 4.2BSD.
Note: See TracBrowser for help on using the repository browser.