diff options
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index eb9314de629..c0f2fdf8e7b 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.55 2008/11/03 15:42:35 martynas Exp $ +.\" $OpenBSD: mail.1,v 1.56 2008/11/03 18:50:12 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -714,8 +714,6 @@ is somewhat of a misnomer since the actual escape character can be set by the option .Ic escape . .Bl -tag -width Ds -.It Ic ~! Ns Ar command -Execute the indicated shell command, then return to the message. .It Ic ~b Ns Ar name ... Add the given names to the list of carbon copy recipients but do not make the names visible in the Cc: line ("blind" carbon copy). @@ -794,6 +792,10 @@ No message is copied to even if .Ic save is set. +.It Ic ~? +Prints a brief summary of tilde escapes. +.It Ic ~! Ns Ar command +Execute the indicated shell command, then return to the message. .It Ic ~| Ns Ar command Pipe the message through the command as a filter. If the command gives |