<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
</div>When talking about the GMXRC, I realized another strange thing. When I<br>
source the GMXRC in my bashrc, the $MANPATH variable is overwritten and<br>
just the gromacs mans can be accessed via man. I circumvent this now by<br>
saving the $MANPATH before I source GMXRC and appending it afterwards.<br>
Am I doing something wrong or is there a small bug in the script.</blockquote><div><br></div><div>I have that error too. The problem is that e.g. on Ubuntu the MANPATH is by default set to empty. And empty means it looks for the system-wide setting of the MANPATH. When GMXRC sets it, the system-weide setting is ignored.</div>

<div><br></div><div>The solution is to set it to MANPATH=&quot;:/path/to/gromacs/man&quot;</div><div><br></div><div>Thus with the additional colon at the beginning. Does this additional colon break it for any non-Ubuntu platform?</div>

<div><br></div><div><br></div><div><br></div><div>Roland</div></div>