diff options
author | 2003-09-04 14:09:05 +0000 | |
---|---|---|
committer | 2003-09-04 14:09:05 +0000 | |
commit | f686a072e921f84b9f6cbcc5e600754bddd48ec2 (patch) | |
tree | 1118f1a7ad7079b93ed2f25eb088f333b08b73ba | |
parent | - use .Bk/.Ek (diff) | |
download | wireguard-openbsd-f686a072e921f84b9f6cbcc5e600754bddd48ec2.tar.xz wireguard-openbsd-f686a072e921f84b9f6cbcc5e600754bddd48ec2.zip |
escape in the wrong place;
-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. |