Factor trim format function out
[mmh] / man / sortm.man1
index 8932d64..29a067d 100644 (file)
@@ -19,13 +19,13 @@ sortm \- sort messages
 .IR days ]
 .RB [ \-nolimit ]
 .RB [ \-verbose " | " \-noverbose ]
 .IR days ]
 .RB [ \-nolimit ]
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
 .B Sortm
 sorts the specified messages in the named folder according
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
 .B Sortm
 sorts the specified messages in the named folder according
-to the chronological order of the \*(lqDate:\*(rq field of each message.
+to the chronological order of the `Date:' field of each message.
 .PP
 The
 .B \-verbose
 .PP
 The
 .B \-verbose
@@ -41,7 +41,7 @@ switch tells
 .B sortm
 the name of the field to
 use when making the date comparison.  If the user has a special field in
 .B sortm
 the name of the field to
 use when making the date comparison.  If the user has a special field in
-each message, such as \*(lqBB\-Posted:\*(rq or \*(lqDelivery\-Date:\*(rq,
+each message, such as `BB\-Posted:' or `Delivery\-Date:',
 then the
 .B \-datefield
 switch can be used to direct
 then the
 .B \-datefield
 switch can be used to direct
@@ -54,7 +54,7 @@ The
 switch causes
 .B sortm
 to sort messages
 switch causes
 .B sortm
 to sort messages
-by the specified text field.  If this field is \*(lqsubject\*(rq, any
+by the specified text field.  If this field is `subject', any
 leading "re:" is stripped off.  In any case, all characters except
 letters and numbers are stripped and the resulting strings are sorted
 datefield\-major, textfield\-minor, using a case insensitive comparison.
 leading "re:" is stripped off.  In any case, all characters except
 letters and numbers are stripped and the resulting strings are sorted
 datefield\-major, textfield\-minor, using a case insensitive comparison.
@@ -78,7 +78,7 @@ the sort is instead made textfield\-major, date\-minor.
 For example, to order a folder by date-major, subject-minor, use:
 .PP
 .RS 5
 For example, to order a folder by date-major, subject-minor, use:
 .PP
 .RS 5
-sortm -textfield subject +folder
+sortm \-textfield subject +folder
 .RE
 
 .SH FILES
 .RE
 
 .SH FILES
@@ -127,7 +127,7 @@ sometimes did not preserve the message numbering in a folder
 (e.g., messages 1, 3, and 5, might have been renumbered to 1, 2, 3 after
 sorting).  This was a bug, and has been fixed.  To compress the message
 numbering in a folder, use
 (e.g., messages 1, 3, and 5, might have been renumbered to 1, 2, 3 after
 sorting).  This was a bug, and has been fixed.  To compress the message
 numbering in a folder, use
-.RB \*(lq "folder\ \-pack" \*(rq
+.RB ` "folder\ \-pack" '
 as always.
 
 .SH BUGS
 as always.
 
 .SH BUGS