Added etcdir and libdir. And added mention that component name
authorDavid Levine <levinedl@acm.org>
Thu, 14 Jun 2012 13:30:30 +0000 (08:30 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 14 Jun 2012 13:30:30 +0000 (08:30 -0500)
matching is case-insensitive.

man/mhparam.man

index 93d9c90..82b343c 100644 (file)
@@ -16,9 +16,10 @@ mhparam \- print nmh profile and context components
 .ad
 .SH DESCRIPTION
 .B mhparam
 .ad
 .SH DESCRIPTION
 .B mhparam
-writes the value of the specified profile component to the
-standard output separated by newlines.  If the profile component is not
-present, the default value (or nothing if there is no default) is printed.
+writes the value of the specified profile component to the standard
+output separated by newlines.  Component name matching is
+case-insensitive.  If the profile component is not present, the
+default value (or nothing if there is no default) is printed.
 .PP
 If the switch
 .B \-component
 .PP
 If the switch
 .B \-component
@@ -42,6 +43,13 @@ If
 is specified, then all components in the nmh profile are
 displayed and other arguments are ignored.
 .PP
 is specified, then all components in the nmh profile are
 displayed and other arguments are ignored.
 .PP
+The locations of two nmh install directories are also available
+through
+.BR mhparam :
+.I etcdir
+and
+.IR libdir .
+.PP
 Examples:
 .PP
 .RS 5
 Examples:
 .PP
 .RS 5
@@ -67,6 +75,12 @@ rmmproc
 % mhparam path nonexistent context
 Path: Mail
 context: context
 % mhparam path nonexistent context
 Path: Mail
 context: context
+
+% mhparam etcdir
+%etcdir%
+
+% mhparam libdir
+%libdir%
 .fi
 .RE
 .PP
 .fi
 .RE
 .PP