]> diplodocus.org Git - nmh/blobdiff - man/mhl.man
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / man / mhl.man
index 2c34050e6710693449851bcd27038bdde5c4455b..9e5ea67b7f305b71769950c47c52616ff06a9b7c 100644 (file)
@@ -218,7 +218,7 @@ component   string/L        name to use instead of \*(lqcomponent\*(rq for
 nocomponent    flag    don't output \*(lqcomponent: \*(rq for this
                component
 center flag    center component on line (works for
-               one\-line components only)
+               one-line components only)
 nocenter       flag    don't center
 leftadjust     flag    strip off leading whitespace on each
                line of text
@@ -266,7 +266,7 @@ ignores=component,...
 .PP
 specifies a list of components which are never output.
 .PP
-The component \*(lqMessageName\*(rq (case\-insensitive) will output the
+The component \*(lqMessageName\*(rq (case-insensitive) will output the
 actual message name (file name) preceded by the folder name if one is
 specified or found in the environment.  The format is identical to that
 produced by the
@@ -279,7 +279,9 @@ message which were not matched by explicit components, or included in
 the ignore list.  If this component is not specified, an ignore list is
 not needed since all non-specified components will be ignored.
 .PP
-If \*(lqnocomponent\*(rq is NOT specified, then the component name will
+If \*(lqnocomponent\*(rq is
+.I not
+specified, then the component name will
 be output as it appears in the format file.
 .PP
 The default format file is:
@@ -315,16 +317,16 @@ addrfield or datefield, along with the appropriate formatfield variable string.
 .PP
 The \*(lqformat\*(rq flag specifies that this component will be run through
 the filter program specified by the
-.IR formatproc
+.I formatproc
 profile entry.  This filter program is expected to read data on standard
 input and output data on standard output.  Currently the \*(lqformat\*(rq
 flag is only supported for the \*(lqbody\*(rq component.  The component
 name will be prefixed to the output
-.IR after
+.I after
 the filter has been run.  The expected use of this is to filter a message
 body to create more pleasing text to use in a reply message.
 A suggested filter to use for
-.IR repl(1)
+.IR repl (1)
 is as follows:
 .PP
 .RS 5
@@ -352,7 +354,7 @@ options can be used to build up multiple arguments to the format filter.
 .nf
 .ta \w'%nmhetcdir%/ExtraBigFileName  'u
 ^%nmhetcdir%/mhl.format~^The message template
-^or <mh\-dir>/mhl.format~^Rather than the standard template
+^or <mh-dir>/mhl.format~^Rather than the standard template
 ^$HOME/.mh_profile~^The user profile
 .fi
 .SH "PROFILE COMPONENTS"
@@ -360,7 +362,7 @@ options can be used to build up multiple arguments to the format filter.
 .nf
 .ta 2.4i
 .ta \w'ExtraBigProfileName  'u
-^moreproc:~^Program to use as interactive front\-end
+^moreproc:~^Program to use as interactive front-end
 ^formatproc:~^Program to use as a filter for components that
 ^^have the \*(lqformat\*(rq flag set.
 .fi
@@ -379,7 +381,7 @@ options can be used to build up multiple arguments to the format filter.
 None
 .SH BUGS
 There should be some way to pass `bell' and `clear' information to the
-front\-end.
+front-end.
 .PP
 The \*(lqnonewline\*(rq option interacts badly with \*(lqcompress\*(rq
 and \*(lqsplit\*(rq.