diff options
author | 1997-03-29 18:16:40 +0000 | |
---|---|---|
committer | 1997-03-29 18:16:40 +0000 | |
commit | 8d1afb66875fcb5c9ad606e90930a9e61f2aedb1 (patch) | |
tree | e823fc00400c967f80c1d50cc7a9101bd6e3f128 | |
parent | futimes link; nakayosh@kcn.or.jp (diff) | |
download | wireguard-openbsd-8d1afb66875fcb5c9ad606e90930a9e61f2aedb1.tar.xz wireguard-openbsd-8d1afb66875fcb5c9ad606e90930a9e61f2aedb1.zip |
fix typo, msaitoh@spa.is.uec.ac.jp
-rw-r--r-- | usr.bin/mesg/mesg.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 9127399e715..84be738fd84 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mesg.1,v 1.2 1996/06/26 05:37:04 deraadt Exp $ +.\" $OpenBSD: mesg.1,v 1.3 1997/03/29 18:16:40 deraadt Exp $ .\" $NetBSD: mesg.1,v 1.3 1994/12/23 07:16:31 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -76,7 +76,7 @@ utility exits with one of the following values: Messages are allowed. .It Li "\ 1" Messages are not allowed. -.It Li "\>1" +.It Li >1 An error has occurred. .El .Sh FILES |