diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 14:09:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 14:09:06 +0000 |
commit | 6d4a73d1a0242edb208b13f1008995658f77acef (patch) | |
tree | e664af21ca2677249e39822614435d255d58acde /usr.bin | |
parent | e4d50554dd30ed9884aded767d0a6fee19a5246b (diff) |
escape in the wrong place;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mail/mail.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 23bd28be4c8..7a6ccbf2064 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.40 2003/07/14 09:27:40 jmc Exp $ +.\" $OpenBSD: mail.1,v 1.41 2003/09/04 14:09:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -985,7 +985,7 @@ The default paginator is used if this option is not defined. .It Ev SHELL Pathname of the shell to use in the -.Ic \&! +.Ic !\& command and the .Ic \&~! escape. |