X-Alens-uprop: save-for=1 year
Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA13267; Wed, 11 Oct 89 19:11:20 EDT
Received: from PINK.MIT.EDU by ATHENA.MIT.EDU with SMTP
	id AA25092; Wed, 11 Oct 89 19:11:08 EDT
From: bgardner@ATHENA.MIT.EDU
Received: by PINK.MIT.EDU (5.61/4.7) id AA02489; Wed, 11 Oct 89 19:10:59 -0400
Date: Wed, 11 Oct 89 19:10:59 -0400
Message-Id: <8910112310.AA02489@PINK.MIT.EDU>
To: argus2@ATHENA.MIT.EDU
Subject: Re: bug in help module

   This is not a bug in the help module. You are invoking the function incorrectly.
You should be passing the function an array of strings, rather than
passing it one huge string with '\n' s in it.
   The help function does, in fact, indent for each string in the
array of strings passed to it. (See the rulebrowser's -h output
for reference).
  -- brian
