diff options
author | 1999-10-16 20:47:40 +0000 | |
---|---|---|
committer | 1999-10-16 20:47:40 +0000 | |
commit | 3da58526c14e6ef14f2a6cbfe809918a19fbda6c (patch) | |
tree | 998e0c21627db84ec5581325c5871b439656d720 | |
parent | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. (diff) | |
download | wireguard-openbsd-3da58526c14e6ef14f2a6cbfe809918a19fbda6c.tar.xz wireguard-openbsd-3da58526c14e6ef14f2a6cbfe809918a19fbda6c.zip |
Formatting fixes.
-rw-r--r-- | usr.bin/mail/mail.1 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 5db7d0cea54..d85908996cd 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.24 1999/06/05 01:21:33 aaron Exp $ +.\" $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,9 +204,9 @@ deletes messages 1 and 2, while .Ic delete 1\-5 deletes messages 1 through 5. The special name -.Dq \&* +.Sq \&* addresses all messages and -.Dq \&$ +.Sq \&$ addresses the last message; thus the command .Ic top @@ -297,7 +297,7 @@ for a description of network addresses. has a number of options which can be set in the .Pa .mailrc file to alter its behavior; thus -.Dq Li set askcc +.Ic set askcc enables the .Ar askcc feature. @@ -460,10 +460,10 @@ Takes a list of messages and prints their message headers. Lists the current range of headers, which is an 18\-message group. If a -.Dq \&+ +.Ql \&+ argument is given, the next 18\-message group is printed; if a -.Dq \&\- +.Ql \&\- argument is given, the previous 18\-message group is printed. .It Ic help A synonym for @@ -600,10 +600,10 @@ Arguments are of the form (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" . +quote blanks or tabs, i.e., +.Ic set indentprefix="->" . .It Ic saveignore -.Ic Saveignore +.Ic saveignore is to .Ic save what @@ -619,7 +619,7 @@ or when automatically saving to .Ar mbox . .pl +1 .It Ic saveretain -.Ic Saveretain +.Ic saveretain is to .Ic save what @@ -633,7 +633,7 @@ with a message when saving by .Ic save or when automatically saving to .Ar mbox . -.Ic Saveretain +.Ic saveretain overrides .Ic saveignore . .It Ic shell @@ -758,7 +758,7 @@ current terminal erase and kill characters. .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 . +.Va indentprefix . If no messages are specified, read the current message. Message headers currently being ignored (by the @@ -832,7 +832,7 @@ Causes messages saved in to be appended to the end rather than prepended. This should always be set (perhaps in .Pa /etc/mail.rc ) . -.It Ar ask, asksub +.It Ar ask , asksub Causes .Nm mail to prompt you for the subject of each message you send. @@ -859,8 +859,8 @@ satisfaction with the current list. Causes the .Ic delete command to behave like -.Ic dp -\- thus, after deleting a message, the next one will be typed +.Ic dp ; +thus, after deleting a message, the next one will be typed automatically. .It Ar debug Setting the binary option @@ -892,7 +892,7 @@ is which makes .Nm mail refuse to accept a control-d as the end of a message. -.Ar Ignoreeof +.Ar ignoreeof also applies to .Nm mail command mode. @@ -1028,7 +1028,7 @@ use in the place of ~ to denote escapes. The name of the directory to use for storing folders of messages. If this name begins with a -.Dq / , +.Ql / , .Nm mail considers it to be an absolute pathname; otherwise, the folder directory is found relative to your home directory. |