Skip to content
Snippets Groups Projects
Commit fa1b2c09 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Documented some more environment variables.

Updated the FILES section.
Fixed some minor layout bugs.

Rev: man/pike.1:1.13
parent 9459a930
No related branches found
No related tags found
No related merge requests found
.\" $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment