From 5a2a69e9c6ce8d763584808c31ecf47d74a52b94 Mon Sep 17 00:00:00 2001 From: David Levine Date: Thu, 14 Jun 2012 08:30:30 -0500 Subject: [PATCH] Added etcdir and libdir. And added mention that component name matching is case-insensitive. --- man/mhparam.man | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/man/mhparam.man b/man/mhparam.man index 93d9c90..82b343c 100644 --- a/man/mhparam.man +++ b/man/mhparam.man @@ -16,9 +16,10 @@ mhparam \- print nmh profile and context components .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 @@ -42,6 +43,13 @@ If 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 @@ -67,6 +75,12 @@ rmmproc % mhparam path nonexistent context Path: Mail context: context + +% mhparam etcdir +%etcdir% + +% mhparam libdir +%libdir% .fi .RE .PP -- 1.7.10.4