[BACK]Return to mail.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/mail.1 between version 1.57 and 1.58

version 1.57, 2009/02/10 19:27:03 version 1.58, 2009/07/29 18:15:38
Line 713 
Line 713 
 is somewhat of a misnomer since the actual escape character can be set  is somewhat of a misnomer since the actual escape character can be set
 by the option  by the option
 .Ic escape .  .Ic escape .
 .Bl -tag -width Ds  .Pp
   .Bl -tag -width Ds -compact
 .It Ic ~b Ns Ar name ...  .It Ic ~b Ns Ar name ...
 Add the given names to the list of carbon copy recipients but do not make  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).  the names visible in the Cc: line ("blind" carbon copy).
   .Pp
 .It Ic ~c Ns Ar name ...  .It Ic ~c Ns Ar name ...
 Add the given names to the list of carbon copy recipients.  Add the given names to the list of carbon copy recipients.
   .Pp
 .It Ic ~d  .It Ic ~d
 Read the file  Read the file
 .Pa dead.letter  .Pa dead.letter
 from your home directory into the message.  from your home directory into the message.
   .Pp
 .It Ic ~e  .It Ic ~e
 Invoke the text editor on the message collected so far.  Invoke the text editor on the message collected so far.
 After the  After the
 editing session is finished, you may continue appending text to the  editing session is finished, you may continue appending text to the
 message.  message.
   .Pp
 .It Ic ~F Ns Ar messages  .It Ic ~F Ns Ar messages
 Identical to  Identical to
 .Ic ~f ,  .Ic ~f ,
 except all message headers are included.  except all message headers are included.
   .Pp
 .It Ic ~f Ns Ar messages  .It Ic ~f Ns Ar messages
 Read the named messages into the message being sent.  Read the named messages into the message being sent.
 If no messages are specified, read in the current message.  If no messages are specified, read in the current message.
Line 740 
Line 746 
 or  or
 .Ic retain  .Ic retain
 command) are not included.  command) are not included.
   .Pp
 .It Ic ~h  .It Ic ~h
 Edit the message header fields by typing each one in turn and allowing  Edit the message header fields by typing each one in turn and allowing
 the user to append text to the end or modify the field by using the  the user to append text to the end or modify the field by using the
 current terminal erase and kill characters.  current terminal erase and kill characters.
   .Pp
 .It Ic ~M Ns Ar messages  .It Ic ~M Ns Ar messages
 Identical to  Identical to
 .Ic ~m ,  .Ic ~m ,
 except all message headers are included.  except all message headers are included.
   .Pp
 .It Ic ~m Ns Ar messages  .It Ic ~m Ns Ar messages
 Read the named messages into the message being sent, indented by a  Read the named messages into the message being sent, indented by a
 tab or by the value of  tab or by the value of
Line 759 
Line 768 
 or  or
 .Ic retain  .Ic retain
 command) are not included.  command) are not included.
   .Pp
 .It Ic ~p  .It Ic ~p
 Print out the message collected so far, prefaced by the message header  Print out the message collected so far, prefaced by the message header
 fields.  fields.
   .Pp
 .It Ic ~q  .It Ic ~q
 Abort the message being sent, copying the message to  Abort the message being sent, copying the message to
 .Pa dead.letter  .Pa dead.letter
 in your home directory if  in your home directory if
 .Ic save  .Ic save
 is set.  is set.
   .Pp
 .It Ic ~r Ns Ar filename  .It Ic ~r Ns Ar filename
   .It Ic ~< Ns Ar filename
 Read the named file into the message.  Read the named file into the message.
   .Pp
 .It Ic ~s Ns Ar string  .It Ic ~s Ns Ar string
 Cause the named string to become the current subject field.  Cause the named string to become the current subject field.
   .Pp
 .It Ic ~t Ns Ar name ...  .It Ic ~t Ns Ar name ...
 Add the given names to the direct recipient list.  Add the given names to the direct recipient list.
   .Pp
 .It Ic ~v  .It Ic ~v
 Invoke an alternate editor (defined by the  Invoke an alternate editor (defined by the
 .Ev VISUAL  .Ev VISUAL
Line 783 
Line 799 
 screen editor.  screen editor.
 After you quit the editor, you may resume appending  After you quit the editor, you may resume appending
 text to the end of your message.  text to the end of your message.
   .Pp
 .It Ic ~w Ns Ar filename  .It Ic ~w Ns Ar filename
 Write the message onto the named file.  Write the message onto the named file.
   .Pp
 .It Ic ~x  .It Ic ~x
 Abort the message being sent.  Abort the message being sent.
 No message is copied to  No message is copied to
Line 792 
Line 810 
 even if  even if
 .Ic save  .Ic save
 is set.  is set.
   .Pp
 .It Ic ~?  .It Ic ~?
 Prints a brief summary of tilde escapes.  Prints a brief summary of tilde escapes.
   .Pp
 .It Ic ~! Ns Ar command  .It Ic ~! Ns Ar command
 Execute the indicated shell command, then return to the message.  Execute the indicated shell command, then return to the message.
   .Pp
 .It Ic ~| Ns Ar command  .It Ic ~| Ns Ar command
 Pipe the message through the command as a filter.  Pipe the message through the command as a filter.
 If the command gives  If the command gives
Line 806 
Line 827 
 is often used as  is often used as
 .Ic command  .Ic command
 to rejustify the message.  to rejustify the message.
   .Pp
 .It Ic ~: Ns Ar mail-command  .It Ic ~: Ns Ar mail-command
   .It Ic ~_ Ns Ar mail-command
 Execute the given mail command.  Execute the given mail command.
 Not all commands, however, are allowed.  Not all commands, however, are allowed.
   .Pp
 .It Ic ~~ Ns Ar string  .It Ic ~~ Ns Ar string
 Insert the string of text in the message prefaced by a single ~.  Insert the string of text in the message prefaced by a single ~.
 If  If
 you have changed the escape character, then you should double  you have changed the escape character, then you should double
 that character in order to send it.  that character in order to send it.
   .Pp
   .It Ic ~.
   Simulate end of file on input.
 .El  .El
 .Ss Mail options  .Ss Mail options
 Options are controlled via  Options are controlled via

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58