diff --git a/man/pike.1 b/man/pike.1
index 146eaf45dd43628c74981304fd477f0574528972..cf995b030cb17b25abc63adbe8bfd0379b10a7e3 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