BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / write / write.1
index f624e1c..682711f 100644 (file)
 .\" This code is derived from software contributed to Berkeley by
 .\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory.
 .\"
-.\" Redistribution and use in source and binary forms are permitted
-.\" provided that the above copyright notice and this paragraph are
-.\" duplicated in all such forms and that any documentation,
-.\" advertising materials, and other materials related to such
-.\" distribution and use acknowledge that the software was developed
-.\" by the University of California, Berkeley.  The name of the
-.\" University may not be used to endorse or promote products derived
-.\" from this software without specific prior written permission.
-.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"    @(#)write.1     6.3 (Berkeley) 11/21/89
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.TH WRITE 1 "November 21, 1989"
-.UC 4
-.SH NAME
-write - send a message to another user
-.SH SYNOPSIS
-.B write user
-[
-.B ttyname
-]
-.ft R
-.SH DESCRIPTION
-.I Write
+.\"     @(#)write.1    6.5 (Berkeley) 4/24/91
+.\"
+.Dd April 24, 1991
+.Dt WRITE 1
+.Os
+.Sh NAME
+.Nm write
+.Nd send a message to another user
+.Sh SYNOPSIS
+.Nm write
+.Ar user
+.Op Ar ttyname
+.Sh DESCRIPTION
+.Nm Write
 allows you to communicate with other users, by copying lines from
 your terminal to theirs.
 allows you to communicate with other users, by copying lines from
 your terminal to theirs.
-.PP
+.Pp
 When you run the
 When you run the
-.I write
+.Nm write
 command, the user you are writing to gets a message of the form:
 command, the user you are writing to gets a message of the form:
-.sp
-.nf
-.ti +5
-Message from yourname@yourhost on yourtty at hh:mm ...
-.fi
-.sp
+.Pp
+.Dl Message from yourname@yourhost on yourtty at hh:mm ...
+.Pp
 Any further lines you enter will be copied to the specified user's
 terminal.
 If the other user wants to reply, they must run
 Any further lines you enter will be copied to the specified user's
 terminal.
 If the other user wants to reply, they must run
-.I write
+.Nm write
 as well.
 as well.
-.PP
+.Pp
 When you are done, type an end-of-file or interrupt character.
 When you are done, type an end-of-file or interrupt character.
-The other user will see the message ``EOF'' indicating that the
+The other user will see the message
+.Ql EOF
+indicating that the
 conversation is over.
 conversation is over.
-.PP
+.Pp
 You can prevent people (other than the super-user) from writing to you
 with the
 You can prevent people (other than the super-user) from writing to you
 with the
-.IR mesg (1)
+.Xr mesg 1
 command.
 Some commands, for example
 command.
 Some commands, for example
-.I nroff
+.Xr nroff 1
 and
 and
-.IR pr ,
+.Xr pr 1 ,
 disallow writing automatically, so that your output isn't overwritten.
 disallow writing automatically, so that your output isn't overwritten.
-.PP
+.Pp
 If the user you want to write to is logged in on more than one terminal,
 you can specify which terminal to write to by specifying the terminal
 name as the second operand to the
 If the user you want to write to is logged in on more than one terminal,
 you can specify which terminal to write to by specifying the terminal
 name as the second operand to the
-.I write
+.Nm write
 command.
 Alternatively, you can let
 command.
 Alternatively, you can let
-.I write
+.Nm write
 select one of the terminals \- it will pick the one with the shortest
 idle time.
 This is so that if the user is logged in at work and also dialed up from
 home, the message will go to the right place.
 select one of the terminals \- it will pick the one with the shortest
 idle time.
 This is so that if the user is logged in at work and also dialed up from
 home, the message will go to the right place.
-.PP
-The traditional protocol for writing to someone is that the string ``-o'',
+.Pp
+The traditional protocol for writing to someone is that the string
+.Ql \-o ,
 either at the end of a line or on a line by itself, means that it's the
 other person's turn to talk.
 either at the end of a line or on a line by itself, means that it's the
 other person's turn to talk.
-The string ``o-o'' means that the person believes the conversation to be
+The string
+.Ql oo
+means that the person believes the conversation to be
 over.
 over.
-.SH "SEE ALSO"
-mesg(1), talk(1), who(1)
+.Sh SEE ALSO
+.Xr mesg 1 ,
+.Xr talk 1 ,
+.Xr who 1
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v6 .