summaryrefslogtreecommitdiff
path: root/usr.bin/mesg
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-07-21 19:49:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-07-21 19:49:56 +0000
commit7b0c95941a4313dca3639bac40f24e4c0930041e (patch)
tree4ff4a8ccff535569f017570dd8fdb8847f14f761 /usr.bin/mesg
parent57ea610b1726f7d55ff68bd6d94774e0c0920378 (diff)
fix the barmy exit returns formatting; from daniel dickman
Diffstat (limited to 'usr.bin/mesg')
-rw-r--r--usr.bin/mesg/mesg.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1
index e1e8a36c86c..d7e236b675a 100644
--- a/usr.bin/mesg/mesg.1
+++ b/usr.bin/mesg/mesg.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mesg.1,v 1.14 2010/01/03 16:43:46 schwarze Exp $
+.\" $OpenBSD: mesg.1,v 1.15 2010/07/21 19:49:55 jmc Exp $
.\" $NetBSD: mesg.1,v 1.3 1994/12/23 07:16:31 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mesg.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 3 2010 $
+.Dd $Mdocdate: July 21 2010 $
.Dt MESG 1
.Os
.Sh NAME
@@ -68,11 +68,11 @@ The
utility exits with one of the following values:
.Pp
.Bl -tag -width flag -compact -offset indent
-.It Li "\ 0"
+.It 0
Messages are allowed.
-.It Li "\ 1"
+.It 1
Messages are not allowed.
-.It Li >1
+.It \*(Gt1
An error has occurred.
.El
.Sh FILES