diff options
author | 2008-11-03 15:42:35 +0000 | |
---|---|---|
committer | 2008-11-03 15:42:35 +0000 | |
commit | c09de76ff2c8cfab9e7f19b9f35fb05f84cfd997 (patch) | |
tree | bdf2da1478cd88e5188e4fb61fb7a4c69983d96a /usr.bin/mail/mail.1 | |
parent | sync to openssl-0.9.8i; (diff) | |
download | wireguard-openbsd-c09de76ff2c8cfab9e7f19b9f35fb05f84cfd997.tar.xz wireguard-openbsd-c09de76ff2c8cfab9e7f19b9f35fb05f84cfd997.zip |
add ~x; which is quite handy sometimes. per posix
man page tweak&ok jmc@. ok millert@
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index f12440d56e1..eb9314de629 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.54 2008/10/08 21:05:53 martynas Exp $ +.\" $OpenBSD: mail.1,v 1.55 2008/11/03 15:42:35 martynas Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: October 8 2008 $ +.Dd $Mdocdate: November 3 2008 $ .Dt MAIL 1 .Os .Sh NAME @@ -787,6 +787,13 @@ After you quit the editor, you may resume appending text to the end of your message. .It Ic ~w Ns Ar filename Write the message onto the named file. +.It Ic ~x +Abort the message being sent. +No message is copied to +.Pa ~/dead.letter , +even if +.Ic save +is set. .It Ic ~| Ns Ar command Pipe the message through the command as a filter. If the command gives |