Factor trim format function out
[mmh] / man / rcvstore.man1
index cbc2127..5cae3e3 100644 (file)
@@ -7,7 +7,7 @@ rcvstore \- asynchronously incorporate mail into a folder
 .SH SYNOPSIS
 .HP 5
 .na
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/rcvstore
+.B rcvstore
 .RI [ +folder ]
 .RB [ \-create " | " \-nocreate ]
 .RB [ \-unseen " | " \-nounseen ]
 .RI [ +folder ]
 .RB [ \-create " | " \-nocreate ]
 .RB [ \-unseen " | " \-nounseen ]
@@ -16,13 +16,13 @@ rcvstore \- asynchronously incorporate mail into a folder
 .I name
 \&...]
 .RB [ \-public " | " \-nopublic ]
 .I name
 \&...]
 .RB [ \-public " | " \-nopublic ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
 .B Rcvstore
 incorporates a message from the standard input into an
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
 .B Rcvstore
 incorporates a message from the standard input into an
-.B nmh
+.B mh
 folder.  This command is typically used in conjunction with
 mail filtering programs such as
 .B slocal
 folder.  This command is typically used in conjunction with
 mail filtering programs such as
 .B slocal
@@ -35,8 +35,8 @@ You may specify which folder to use with
 If no folder is specified,
 .B rcvstore
 will use the folder given by a non\-empty
 If no folder is specified,
 .B rcvstore
 will use the folder given by a non\-empty
-\*(lqInbox:\*(rq entry in the user's profile, else it will use the folder
-named \*(lqinbox\*(rq.
+`Inbox:' entry in the user's profile, else it will use the folder
+named `inbox'.
 .PP
 If the switch
 .B \-create
 .PP
 If the switch
 .B \-create
@@ -54,21 +54,21 @@ the next highest number for that folder.
 .B Rcvstore
 will incorporate anything except zero length messages
 into the user's
 .B Rcvstore
 will incorporate anything except zero length messages
 into the user's
-.B nmh
+.B mh
 folder.  It will not change the message in any
 way.
 .PP
 folder.  It will not change the message in any
 way.
 .PP
-If the user's profile contains a \*(lqMsg\-Protect: nnn\*(rq entry, it
+If the user's profile contains a `Msg\-Protect: nnn' entry, it
 will be used as the protection on the newly created message, otherwise
 the
 will be used as the protection on the newly created message, otherwise
 the
-.B nmh
+.B mmh
 default of 0644 will be used.  For all subsequent operations
 on this message, this initially assigned protection will be preserved.
 .PP
 If the switch
 .B \-unseen
 is given (it is on by default), and if the
 default of 0644 will be used.  For all subsequent operations
 on this message, this initially assigned protection will be preserved.
 .PP
 If the switch
 .B \-unseen
 is given (it is on by default), and if the
-profile entry \*(lqUnseen\-Sequence\*(rq is present and non\-empty, then
+profile entry `Unseen\-Sequence' is present and non\-empty, then
 .B rcvstore
 will add the newly incorporated message to each sequence
 named by this profile entry.  You may use the switch
 .B rcvstore
 will add the newly incorporated message to each sequence
 named by this profile entry.  You may use the switch
@@ -117,11 +117,11 @@ to force these sequences to be public or private sequences.
 .fi
 
 .SH "SEE ALSO"
 .fi
 
 .SH "SEE ALSO"
-rcvdist(1), rcvpack(1), rcvtty(1), mh\-sequence(7)
+rcvdist(1), rcvpack(1), mh\-sequence(7)
 
 .SH DEFAULTS
 .nf
 
 .SH DEFAULTS
 .nf
-.RB ` +folder "' defaults to \*(lqInbox\*(rq profile entry"
+.RB ` +folder "' defaults to `Inbox' profile entry"
 .RB ` \-create '
 .RB ` \-unseen '
 .RB ` \-nozero '
 .RB ` \-create '
 .RB ` \-unseen '
 .RB ` \-nozero '
@@ -132,13 +132,13 @@ No context changes will be attempted, with the exception of
 sequence manipulation.
 
 .SH BUGS
 sequence manipulation.
 
 .SH BUGS
-If you use the \*(lqUnseen\-Sequence\*(rq profile entry,
+If you use the `Unseen\-Sequence' profile entry,
 .B rcvstore
 could try to update the context while another
 .B rcvstore
 could try to update the context while another
-.B nmh
+.B mmh
 process
 is also trying to do so.  This can cause the context to become
 corrupted.  To avoid this, do not use
 .B rcvstore
 if you use the
 process
 is also trying to do so.  This can cause the context to become
 corrupted.  To avoid this, do not use
 .B rcvstore
 if you use the
-\*(lqUnseen\-Sequence\*(rq profile entry.
+`Unseen\-Sequence' profile entry.