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 |
---|
39 | talk \- talk to another user |
---|
40 | .SH SYNOPSIS |
---|
41 | .B talk |
---|
42 | person |
---|
43 | .B [ |
---|
44 | ttyname |
---|
45 | .B ] |
---|
46 | .SH DESCRIPTION |
---|
47 | .I Talk |
---|
48 | is a visual communication program which copies lines from your |
---|
49 | terminal to that of another user. |
---|
50 | .PP |
---|
51 | Options available: |
---|
52 | .IP person |
---|
53 | If you wish to talk to someone on your own machine, then |
---|
54 | .I person |
---|
55 | is just the person's login name. If you wish to talk to a user on |
---|
56 | another host, then |
---|
57 | .I person |
---|
58 | is of the form |
---|
59 | .I user@host . |
---|
60 | .IP ttyname |
---|
61 | If you wish to talk to a user who is logged in more than once, the |
---|
62 | .I ttyname |
---|
63 | argument may be used to indicate the appropriate terminal |
---|
64 | name, where |
---|
65 | .I ttyname |
---|
66 | is of the form ``ttyXX''. |
---|
67 | .PP |
---|
68 | When first called, |
---|
69 | .I talk |
---|
70 | sends 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 |
---|
76 | to the user you wish to talk to. At this point, the recipient |
---|
77 | of the message should reply by typing |
---|
78 | .PP |
---|
79 | talk \ your_name@your_machine |
---|
80 | .PP |
---|
81 | It doesn't matter from which machine the recipient replies, as |
---|
82 | long as his login-name is the same. Once communication is established, |
---|
83 | the two parties may type simultaneously, with their output appearing |
---|
84 | in separate windows. Typing control-L (^L) will cause the screen to |
---|
85 | be reprinted, while your erase, kill, and word kill characters will |
---|
86 | behave normally. To exit, just type your interrupt character; |
---|
87 | .I talk |
---|
88 | then moves the cursor to the bottom of the screen and restores the |
---|
89 | terminal to its previous state. |
---|
90 | .PP |
---|
91 | Permission to talk may be denied or granted by use of the |
---|
92 | .I mesg |
---|
93 | command. At the outset talking is allowed. Certain commands, in |
---|
94 | particular |
---|
95 | .I nroff |
---|
96 | and |
---|
97 | .IR pr , |
---|
98 | disallow messages in order to |
---|
99 | prevent messy output. |
---|
100 | .PP |
---|
101 | .SH SEE ALSO |
---|
102 | mail(1), mesg(1), who(1), write(1) |
---|
103 | .SH BUGS |
---|
104 | The version of |
---|
105 | .I talk |
---|
106 | released with 4.3BSD uses a protocol that |
---|
107 | is incompatible with the protocol used in the version released with |
---|
108 | 4.2BSD. |
---|
109 | .SH HISTORY |
---|
110 | The |
---|
111 | .I talk |
---|
112 | command appeared in 4.2BSD. |
---|