Eliminated overfull \hboxes in printed output.
Use @ref instead of @xref wherever appropriate.
Showing
1 changed file
with
10 additions
and
8 deletions
... | @@ -179,14 +179,14 @@ in reading mode. @code{Mail} enters sending mode when one or more | ... | @@ -179,14 +179,14 @@ in reading mode. @code{Mail} enters sending mode when one or more |
179 | email addresses were specified in this command line. In this mode the | 179 | email addresses were specified in this command line. In this mode the |
180 | program waits until user finishes composing the message, then attempts | 180 | program waits until user finishes composing the message, then attempts |
181 | to send it to the specified addresses and exits. | 181 | to send it to the specified addresses and exits. |
182 | See @xref{Composing Mail}, for a detailed description of this behavior. | 182 | See @ref{Composing Mail}, for a detailed description of this behavior. |
183 | 183 | ||
184 | If the command line contained no email addresses, @code{mail} switches | 184 | If the command line contained no email addresses, @code{mail} switches |
185 | to reading mode. In this mode it allows to read and manipulate the | 185 | to reading mode. In this mode it allows to read and manipulate the |
186 | contents of a mailbox. The URL of the mailbox to operate upon is | 186 | contents of a mailbox. The URL of the mailbox to operate upon is |
187 | taken from the argument of @samp{--file} command line option. If it | 187 | taken from the argument of @samp{--file} command line option. If it |
188 | is not specified, the user's system mailbox is assumed. For more | 188 | is not specified, the user's system mailbox is assumed. For more |
189 | detail, see @xref{Reading Mail}. | 189 | detail, see @ref{Reading Mail}. |
190 | 190 | ||
191 | @menu | 191 | @menu |
192 | * Invoking Mail:: Command line options. | 192 | * Invoking Mail:: Command line options. |
... | @@ -270,7 +270,7 @@ Operate on USER's mailbox. This is equivalent to: | ... | @@ -270,7 +270,7 @@ Operate on USER's mailbox. This is equivalent to: |
270 | @end example | 270 | @end example |
271 | @noindent | 271 | @noindent |
272 | with @var{spool_path} being the full path to your mailspool directory | 272 | with @var{spool_path} being the full path to your mailspool directory |
273 | (@file{/var/spool/mail} or @file{/var/mail} on most systems). | 273 | @*(@file{/var/spool/mail} or @file{/var/mail} on most systems). |
274 | @item -? | 274 | @item -? |
275 | @itemx --help | 275 | @itemx --help |
276 | Display a help message. | 276 | Display a help message. |
... | @@ -603,7 +603,7 @@ permissions the target mailbox has. | ... | @@ -603,7 +603,7 @@ permissions the target mailbox has. |
603 | Unless you have started mail with @samp{--norc} command line option, | 603 | Unless you have started mail with @samp{--norc} command line option, |
604 | it will read the contents of the system-wide configuration file. | 604 | it will read the contents of the system-wide configuration file. |
605 | Then it reads the contents of user configuration file, if any. | 605 | Then it reads the contents of user configuration file, if any. |
606 | For detailed description of these files, see @xref{Mail Configuration Files}. | 606 | For detailed description of these files, see @ref{Mail Configuration Files}. |
607 | After this initial setup, @file{mail} displays the first page of header | 607 | After this initial setup, @file{mail} displays the first page of header |
608 | lines and enters interactive mode. In interactive mode, @file{mail} | 608 | lines and enters interactive mode. In interactive mode, @file{mail} |
609 | displays its prompt (@samp{?}, if not set otherwise) and executes the | 609 | displays its prompt (@samp{?}, if not set otherwise) and executes the |
... | @@ -798,7 +798,7 @@ controlled by @code{screen} variable. | ... | @@ -798,7 +798,7 @@ controlled by @code{screen} variable. |
798 | @itemx Type [@var{msglist}] | 798 | @itemx Type [@var{msglist}] |
799 | @itemx T [@var{msglist}] | 799 | @itemx T [@var{msglist}] |
800 | Like print but also prints out ignored header fields. | 800 | Like print but also prints out ignored header fields. |
801 | For detailed description of ignored header lists, see @xref{Controlling Header Display}. | 801 | For detailed description of ignored header lists, see @ref{Controlling Header Display}. |
802 | @item decode [@var{msglist}] | 802 | @item decode [@var{msglist}] |
803 | @itemx dec [@var{msglist}] | 803 | @itemx dec [@var{msglist}] |
804 | Print a multipart message. The @code{decode} command decodes and prints | 804 | Print a multipart message. The @code{decode} command decodes and prints |
... | @@ -885,15 +885,17 @@ Like @code{save}, but the file to append messages to is named after the | ... | @@ -885,15 +885,17 @@ Like @code{save}, but the file to append messages to is named after the |
885 | sender of the first message in @var{msglist}. For example: | 885 | sender of the first message in @var{msglist}. For example: |
886 | 886 | ||
887 | @example | 887 | @example |
888 | @group | ||
888 | & from 14 15 | 889 | & from 14 15 |
889 | U 14 smith@@noldor.arda.org Fri Jun 30 18:11 14/358 The Save c | 890 | U 14 smith@@noldor.org Fri Jun 30 18:11 14/358 The Save c |
890 | U 15 gray@@noldor.arda.org Fri Jun 30 18:30 8/245 Re: The Sa | 891 | U 15 gray@@noldor.org Fri Jun 30 18:30 8/245 Re: The Sa |
891 | & Save 14 15 | 892 | & Save 14 15 |
892 | "smith" 22/603 | 893 | "smith" 22/603 |
894 | @end group | ||
893 | @end example | 895 | @end example |
894 | @noindent | 896 | @noindent |
895 | 897 | ||
896 | i.e., 22 characters (603 lines) have been appended to the file ``smith''. | 898 | i.e., 22 lines (603 characters) have been appended to the file ``smith''. |
897 | If the file does not exist, it is created. | 899 | If the file does not exist, it is created. |
898 | 900 | ||
899 | @item write [[@var{msglist}] @var{file}] | 901 | @item write [[@var{msglist}] @var{file}] | ... | ... |
-
Please register or sign in to post a comment