summaryrefslogtreecommitdiff
path: root/usr.bin/write
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-06-04 06:07:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-06-04 06:07:33 +0000
commit843b96ae8898b8415f6dde38e57c1aa9fb8d98a1 (patch)
tree9ea001221286f015917394d422840807237d6af3 /usr.bin/write
parentee7ef4dc4a75a542087c6d4e4b315a52377f11fb (diff)
- document sigint
- \*(Gt -> >, per ingo ok millert guenther
Diffstat (limited to 'usr.bin/write')
-rw-r--r--usr.bin/write/write.113
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1
index 4d139d62cd6..3b1a166c13f 100644
--- a/usr.bin/write/write.1
+++ b/usr.bin/write/write.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.1,v 1.16 2010/10/28 21:32:54 jmc Exp $
+.\" $OpenBSD: write.1,v 1.17 2014/06/04 06:07:32 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)write.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: October 28 2010 $
+.Dd $Mdocdate: June 4 2014 $
.Dt WRITE 1
.Os
.Sh NAME
@@ -92,6 +92,13 @@ The string
.Dq oo
means that the person believes the conversation to be
over.
+.Sh ASYNCHRONOUS EVENTS
+.Bl -tag -width SIGINTXXX
+.It Dv SIGINT
+Terminate
+.Nm
+and exit with a zero status.
+.El
.Sh EXIT STATUS
The
.Nm
@@ -100,7 +107,7 @@ utility exits with one of the following values:
.Bl -tag -width Ds -offset indent -compact
.It 0
Normal behavior.
-.It \*(Gt0
+.It >0
The specified user is either not logged in or not accepting messages.
.El
.Sh SEE ALSO