diff options
| author | Glenn Morris | 2009-01-31 02:47:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-31 02:47:50 +0000 |
| commit | b83b70b81220f03bf8db0f2c2a2024623171966e (patch) | |
| tree | 5d47b757f0345839b4a30c496108a4154b7b84ef /doc | |
| parent | f2f8e1b8b0bb137793afe86e7931358c941631e2 (diff) | |
| download | emacs-b83b70b81220f03bf8db0f2c2a2024623171966e.tar.gz emacs-b83b70b81220f03bf8db0f2c2a2024623171966e.zip | |
Minor fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/b2m.1 | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index a8996c24d9c..e02faead86c 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * b2m.1: Minor fixes. | ||
| 4 | |||
| 1 | 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * ebrowse.1: Fix typos. Add more to the "SEE ALSO" section. | 7 | * ebrowse.1: Fix typos. Add more to the "SEE ALSO" section. |
diff --git a/doc/man/b2m.1 b/doc/man/b2m.1 index 09befc2babd..453f561c705 100644 --- a/doc/man/b2m.1 +++ b/doc/man/b2m.1 | |||
| @@ -1,17 +1,22 @@ | |||
| 1 | .\" See section COPYING for copyright and redistribution information. | 1 | .\" See section COPYING for copyright and redistribution information. |
| 2 | .TH b2m 1 | 2 | .TH b2m 1 |
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | b2m \- convert RMAIL Babyl format to Unix mailbox format | 4 | b2m \- convert old Emacs Rmail Babyl format to mbox format |
| 5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
| 6 | .B b2m | 6 | .B b2m |
| 7 | < | ||
| 8 | .I babyl-file | ||
| 9 | > | ||
| 10 | .I mbox-file | ||
| 7 | .SH DESCRIPTION | 11 | .SH DESCRIPTION |
| 8 | .B b2m | 12 | .B b2m |
| 9 | accepts Babyl format (as used by | 13 | accepts Babyl format mail (as used by older versions of |
| 10 | .BR RMAIL | 14 | .BR Rmail |
| 11 | in | 15 | in |
| 12 | .BR "GNU Emacs" ) | 16 | .BR "GNU Emacs" ) |
| 13 | mail on standard input, and converts it to Unix mail format on | 17 | on standard input, and converts it to mbox format on standard output. |
| 14 | standard output. This program is distributed with | 18 | Babyl was the storage format used by Rmail prior to Emacs 23.1. Since |
| 19 | then, it uses standard mbox format. This program is distributed with | ||
| 15 | .BR "GNU Emacs" . | 20 | .BR "GNU Emacs" . |
| 16 | .PP | 21 | .PP |
| 17 | .SH OPTIONS | 22 | .SH OPTIONS |
| @@ -27,7 +32,7 @@ Display basic usage information. | |||
| 27 | The Babyl format is described in the file | 32 | The Babyl format is described in the file |
| 28 | .B etc/BABYL | 33 | .B etc/BABYL |
| 29 | in the Emacs distribution. | 34 | in the Emacs distribution. |
| 30 | .B RMAIL | 35 | .B Rmail |
| 31 | is documented in the GNU Emacs manual, which you can read using | 36 | is documented in the GNU Emacs manual, which you can read using |
| 32 | .BR Info , | 37 | .BR Info , |
| 33 | either from Emacs or as a standalone program. | 38 | either from Emacs or as a standalone program. |