libutil: add O_NOCTTY back to old pty open code
[minix.git] / man / man1 / write.1
blob6dd955d50c9bba5d5d37632ae25deaccbea475fa
1 .TH WRITE 1
2 .SH NAME
3 write \- send a message to a logged-in user
4 .SH SYNOPSIS
5 \fBwrite\fR [\fB\-cv\fR] \fIuser\fR [\fItty\fR]\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-c
20 # Use cbreak mode
21 .TP 5
22 .B \-v
23 # Verbose mode
24 .SH EXAMPLES
25 .TP 20
26 .B write ast
27 # Send a message to ast
28 .TP 20
29 .B write ast tty00
30 # Send a message to ast on tty00
31 .SH DESCRIPTION
32 .PP
33 \fIWrite\fR lets a user send messages to another logged-in user.  
34 Lines typed by the user appear on the other user's screen a line at a time 
35 (a character at a time in the case of cbreak mode).  
36 The file \fI/usr/adm/wtmp\fR is searched to determine which tty to send to. 
37 If the user is logged onto more than one terminal, the \fItty\fR argument
38 selects the terminal.  Type CTRL- D to terminate the command.
39 Use ! as a shell escape.
40 .SH "SEE ALSO"
41 .BR mail (1).