diff --git a/man/pike.1 b/man/pike.1
index a28927f39d713ace1f50228f01ff9660c735d796..e859d174060dc96847ad2f5a8712d1f449ad9848 100644
--- a/man/pike.1
+++ b/man/pike.1
@@ -1,11 +1,11 @@
-.\" $Id: pike.1,v 1.12 2001/03/10 22:52:32 grubba Exp $
+.\" $Id: pike.1,v 1.13 2001/03/11 15:52:29 grubba Exp $
 .\" name section last-modified title section-name product/status architecture
 .ds ]L Pike
-.TH pike 1 "$Date: 2001/03/10 22:52:32 $" Pike "Pike Manual" Pike
-.\" On Solaris ]L will contain "Last modified $Date: 2001/03/10 22:52:32 $"
+.TH pike 1 "$Date: 2001/03/11 15:52:29 $" Pike "Pike Manual" Pike
+.\" On Solaris ]L will contain "Last modified $Date: 2001/03/11 15:52:29 $"
 .\" while HPUX uses ]L to contain "Pike".
 .\" On OSF/1 ]L will already contain the wanted string.
-.if !\*(]LPike .ds ]L $Date: 2001/03/10 22:52:32 $ \" Solaris nroff
+.if !\*(]LPike .ds ]L $Date: 2001/03/11 15:52:29 $ \" Solaris nroff
 .\" Major (mj) and minor (mn) version of Pike
 .nr mj 7
 .nr mn 3
@@ -241,6 +241,17 @@ List of directories separated with colon (:), to search for program-files.
 .TP
 .B PIKE_MODULE_PATH
 List of directories separated with colon (:), to search for modules.
+.TP
+.B LONG_PIKE_ERRORS
+If set disables truncation of paths in backtraces.
+.TP
+.B SHORT_PIKE_ERRORS
+If set and
+.B LONG_PIKE_ERRORS
+is not set, truncates paths to just the filename in backtraces.
+.TP
+.B PIKE_BACKTRACE_LEN
+The maximum number of elements in arrays to describe in backtraces.
 .LP
 Note that the above environment variables have effect before the default
 master program attempts to load the
@@ -255,25 +266,41 @@ Successfull completion.
 .B >0
 An error occurred. See output on stderr (fd #2) for reason.
 .SH FILES
+.\" Set the paragraph distance to zero
 .PD 0
+.\" Basedirectory (bd)
+.ds bd /usr/local/pike/\n(mj.\n(mn.*
 .TP 24
-.B /usr/local/lib/pike/master.pike
+.B \*(bd/lib/master.pike
 default master program
 .TP
-.B /usr/local/lib/pike/modules/*
-dynamically loaded modules
+.B \*(bd/lib/modules/*
+default module directory
 .TP
-.B /usr/local/share/pike/modules/*
-modules implemented in pike
+.B \*(bd/lib/0.6/*
 .TP
-.B /usr/local/lib/pike/include/*
-architecture dependant include-files
+.B \*(bd/lib/7.0/*
+backward compatibility modules
 .TP
-.B /usr/local/share/pike/include/*
+.B \*(bd/lib/include/*
 pike include files
+.TP
+.B \*(bd/lib/tools/pike.el
+emacs fontlock definitions for pike-mode
+.TP
+.B \*(bd/include/pike/*
+C-include files
+.TP
+.B \*(bd/man/*
+manual pages for pike
+.\" Restore the paragraph distance
+.PD
 .SH SEE ALSO
 .BR hilfe (1),
 .BR Getopt (3P),
 .BR environ (5)
-.LP
+.\" Force a linebreak
+.sp 0vu
 .I Pike Programming Tutorial
+.sp 0vu
+.I Pike Reference Manual