Removed nmh-from condition from rcvdistcomps.
[mmh] / man / mhparam.man
index ba00fc6..4326d13 100644 (file)
@@ -5,6 +5,7 @@
 .SH NAME
 mhparam \- print nmh profile and context components
 .SH SYNOPSIS
+.HP 5
 .na
 .B mhparam
 .RI [ components ]
@@ -12,12 +13,14 @@ mhparam \- print nmh profile and context components
 .RB [ \-component " | " \-nocomponent ]
 .RB [ \-version ]
 .RB [ \-help ]
+.RB [ \-debug ]
 .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
@@ -41,6 +44,19 @@ If
 is specified, then all components in the nmh profile are
 displayed and other arguments are ignored.
 .PP
+.BR mhparam
+can provide other information, such as
+the locations of the nmh
+.I etcdir
+and
+.I libdir
+install directories and all
+.I proc
+settings.  The
+.B \-debug
+switch displays all such other information available from
+.BR mhparam .
+.PP
 Examples:
 .PP
 .RS 5
@@ -52,7 +68,7 @@ Mail
 % mhparam mhlproc
 %libdir%/mhl
 
-% mhparam \-component path
+% mhparam \-component Path
 Path: Mail
 
 % mhparam AliasFile rmmproc
@@ -66,6 +82,12 @@ rmmproc
 % mhparam path nonexistent context
 Path: Mail
 context: context
+
+% mhparam etcdir
+%etcdir%
+
+% mhparam libdir
+%libdir%
 .fi
 .RE
 .PP