=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/mail.1,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/mail/mail.1 1999/06/05 01:21:33 1.24 --- src/usr.bin/mail/mail.1 1999/10/16 20:47:40 1.25 *************** *** 1,4 **** ! .\" $OpenBSD: mail.1,v 1.24 1999/06/05 01:21:33 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: mail.1,v 1.25 1999/10/16 20:47:40 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 204,212 **** .Ic delete 1\-5 deletes messages 1 through 5. The special name ! .Dq \&* addresses all messages and ! .Dq \&$ addresses the last message; thus the command .Ic top --- 204,212 ---- .Ic delete 1\-5 deletes messages 1 through 5. The special name ! .Sq \&* addresses all messages and ! .Sq \&$ addresses the last message; thus the command .Ic top *************** *** 297,303 **** has a number of options which can be set in the .Pa .mailrc file to alter its behavior; thus ! .Dq Li set askcc enables the .Ar askcc feature. --- 297,303 ---- has a number of options which can be set in the .Pa .mailrc file to alter its behavior; thus ! .Ic set askcc enables the .Ar askcc feature. *************** *** 460,469 **** Lists the current range of headers, which is an 18\-message group. If a ! .Dq \&+ argument is given, the next 18\-message group is printed; if a ! .Dq \&\- argument is given, the previous 18\-message group is printed. .It Ic help A synonym for --- 460,469 ---- Lists the current range of headers, which is an 18\-message group. If a ! .Ql \&+ argument is given, the next 18\-message group is printed; if a ! .Ql \&\- argument is given, the previous 18\-message group is printed. .It Ic help A synonym for *************** *** 600,609 **** (no space before or after =) or .Ar option . Quotation marks may be placed around any part of the assignment statement to ! quote blanks or tabs, i.e. ! .Dq Li "set indentprefix=\*q->\*q" . .It Ic saveignore ! .Ic Saveignore is to .Ic save what --- 600,609 ---- (no space before or after =) or .Ar option . Quotation marks may be placed around any part of the assignment statement to ! quote blanks or tabs, i.e., ! .Ic set indentprefix="->" . .It Ic saveignore ! .Ic saveignore is to .Ic save what *************** *** 619,625 **** .Ar mbox . .pl +1 .It Ic saveretain ! .Ic Saveretain is to .Ic save what --- 619,625 ---- .Ar mbox . .pl +1 .It Ic saveretain ! .Ic saveretain is to .Ic save what *************** *** 633,639 **** .Ic save or when automatically saving to .Ar mbox . ! .Ic Saveretain overrides .Ic saveignore . .It Ic shell --- 633,639 ---- .Ic save or when automatically saving to .Ar mbox . ! .Ic saveretain overrides .Ic saveignore . .It Ic shell *************** *** 758,764 **** .It Ic \&~m Ns Ar messages Read the named messages into the message being sent, indented by a tab or by the value of ! .Ar indentprefix . If no messages are specified, read the current message. Message headers currently being ignored (by the --- 758,764 ---- .It Ic \&~m Ns Ar messages Read the named messages into the message being sent, indented by a tab or by the value of ! .Va indentprefix . If no messages are specified, read the current message. Message headers currently being ignored (by the *************** *** 832,838 **** to be appended to the end rather than prepended. This should always be set (perhaps in .Pa /etc/mail.rc ) . ! .It Ar ask, asksub Causes .Nm mail to prompt you for the subject of each message you send. --- 832,838 ---- to be appended to the end rather than prepended. This should always be set (perhaps in .Pa /etc/mail.rc ) . ! .It Ar ask , asksub Causes .Nm mail to prompt you for the subject of each message you send. *************** *** 859,866 **** Causes the .Ic delete command to behave like ! .Ic dp ! \- thus, after deleting a message, the next one will be typed automatically. .It Ar debug Setting the binary option --- 859,866 ---- Causes the .Ic delete command to behave like ! .Ic dp ; ! thus, after deleting a message, the next one will be typed automatically. .It Ar debug Setting the binary option *************** *** 892,898 **** which makes .Nm mail refuse to accept a control-d as the end of a message. ! .Ar Ignoreeof also applies to .Nm mail command mode. --- 892,898 ---- which makes .Nm mail refuse to accept a control-d as the end of a message. ! .Ar ignoreeof also applies to .Nm mail command mode. *************** *** 1028,1034 **** The name of the directory to use for storing folders of messages. If this name begins with a ! .Dq / , .Nm mail considers it to be an absolute pathname; otherwise, the folder directory is found relative to your home directory. --- 1028,1034 ---- The name of the directory to use for storing folders of messages. If this name begins with a ! .Ql / , .Nm mail considers it to be an absolute pathname; otherwise, the folder directory is found relative to your home directory.