[941] in Moira
Re: changing def /bin/csh -> /bin/athena/tcsh
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Nov 23 02:51:24 1995
Date: Thu, 23 Nov 1995 02:51:14 -0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Jonathon Weiss <jweiss@MIT.EDU>
Cc: dkk@MIT.EDU, moiradev@MIT.EDU
In-Reply-To: Jonathon Weiss's message of Tue, 21 Nov 1995 17:37:49 EST,
<199511212237.RAA25661@the-other-woman.mit.edu>
Date: Tue, 21 Nov 1995 17:37:49 EST
From: Jonathon Weiss <jweiss@MIT.EDU>
>> /mit/moiradev/src/man/addusr.1
not yet updated, what is the right way to document a default that
depends on compiletime defines?
Either update the man page with the current value of the compiletime
defines, or make the man page be generated by a sed script (with a
source file of adduser.1.in), and let sed replace @VARIABLE@ with the
appropriate compile time defaults. The first will do in a pinch,
though.
- Ted