From 3158a1213f68f973816218947bb8599352c75fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 13 May 1998 16:55:53 +0200 Subject: [PATCH] The new master reads some paths from the registry. Rev: man/pike.1:1.6 --- man/pike.1 | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 146eaf45dd..cf995b030c 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,10 +1,10 @@ -.\" $Id: pike.1,v 1.5 1998/05/12 23:02:55 grubba Exp $ +.\" $Id: pike.1,v 1.6 1998/05/13 14:55:53 grubba Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 1998/05/12 23:02:55 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 1998/05/12 23:02:55 $" +.TH pike 1 "$Date: 1998/05/13 14:55:53 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 1998/05/13 14:55:53 $" .\" while HPUX uses ]L to contain "Pike". -.if !\*(]LPike .ds ]L $Date: 1998/05/12 23:02:55 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 1998/05/13 14:55:53 $ \" Solaris nroff .SH NAME pike \- pike compiler and interpreter .SH SYNOPSIS @@ -166,6 +166,31 @@ Specifies the name of the master program (overridden by .BI \-m master_program ). .RE +.LP +On NT, the default master program is affected by the following keys in the +registry: + +.nr +.B HKEY_CURRENT_USER\eSoftware\eIdonex\ePike\e0.6\eshare_prefix +.B HKEY_LOCAL_MACHINE\eSoftware\eIdonex\ePike\e0.6\eshare_prefix +.RS +Specifies the prefix for architecture independant files. +.BI share_prefix /include +is added to the include path, and +.BI share_prefix /modules +is added to the module path. +.RE + +.nr +.B HKEY_CURRENT_USER\eSoftware\eIdonex\ePike\e0.6\elib_prefix +.B HKEY_LOCAL_MACHINE\eSoftware\eIdonex\ePike\e0.6\elib_prefix +.RS +Specifies the prefix for architecture dependant files. +.BI lib_prefix /include +is added to the include path, and +.BI lib_prefix /modules +is added to the module path. +.RE .SH ENVIRONMENT Pike is affected by the following environment variables: .TP -- GitLab