man pages

Vance Shipley vances@REDACTED
Sat May 31 20:43:56 CEST 2003


Yes however you also need to add /usr/local/lib/erlang/man to
your MANPATH.  Do `man man` to figure that out.

The problem with doing this is that there are conflicts with
the system man pages.  If you put the Erlang/OTP man pages
first in the path you'll get them.  If you put it last you'll
get the system ones when there are conflicts.

You can specify the MANPATH on the command line:

	man -p /usr/local/lib/erlang/man erts

You might want to leave MANPATH alone and create an erlman
shell command using the above.

   -Vance


On Sat, May 31, 2003 at 01:15:29PM -0500, Hal Snyder wrote:
}  
}  Download otp_man_R9B-1.tar.gz from erlang site.
}  Extract to /usr/local/lib/erlang or such (so "man" lands in same dir
}  as erts-5.2.3.3).
}  
}  "erl -man erlang" for example to show BIFs, "erl -man erl" for the
}  main CLI, usw.



More information about the erlang-questions mailing list