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

Some minor changes.

Rev: man/pike.1:1.4
parent f46108ec
No related branches found
No related tags found
No related merge requests found
.\" $Id: pike.1,v 1.3 1998/05/12 21:22:20 grubba Exp $ .\" $Id: pike.1,v 1.4 1998/05/12 21:47:54 grubba Exp $
.\" name section last-modified section-name title product/status architecture .\" name section last-modified section-name title product/status architecture
.ds ]L Pike .ds ]L Pike
.TH pike 1 "$Date: 1998/05/12 21:22:20 $" Pike "Pike Manual" Pike .TH pike 1 "$Date: 1998/05/12 21:47:54 $" Pike "Pike Manual" Pike
.if !\*(]LPike .ds ]L $Date: 1998/05/12 21:22:20 $ \" Solaris nroff .if !\*(]LPike .ds ]L $Date: 1998/05/12 21:47:54 $ \" Solaris nroff
.SH NAME .SH NAME
pike \- pike compiler and interpreter pike \- pike compiler and interpreter
.SH SYNOPSIS .SH SYNOPSIS
.B pike .B pike
[ [
.B -driver options .B \-driver\-options ...
] [ ] [
.IR script .IR script
[ [
.B script arguments .B script\-arguments ...
] ] ] ]
.SH DESCRIPTION .SH DESCRIPTION
Compiler and interpreter for the Pike programming language. Compiler and interpreter for the Pike programming language.
...@@ -138,7 +138,12 @@ Increase or set the debug level (debug). ...@@ -138,7 +138,12 @@ Increase or set the debug level (debug).
Show the paths pike will use and exit (debug). Show the paths pike will use and exit (debug).
.TP .TP
.B \-\-trace .B \-\-trace
Increase or set the trace level (debug). Increase the trace level (debug).
.TP
.BI \-\-trace =num
Set the trace level to
.I num
(debug).
.SH OPERANDS .SH OPERANDS
The following operand is supported: The following operand is supported:
.TP .TP
...@@ -156,7 +161,7 @@ On NT, Pike is affected by the following keys in the registry: ...@@ -156,7 +161,7 @@ On NT, Pike is affected by the following keys in the registry:
.B HKEY_LOCAL_MACHINE\eSoftware\eIdonex\ePike\e0.6\ePIKE_MASTER .B HKEY_LOCAL_MACHINE\eSoftware\eIdonex\ePike\e0.6\ePIKE_MASTER
.RS .RS
Specifies the name of the master program (overridden by Specifies the name of the master program (overridden by
.BI -m master_program .BI \-m master_program
). ).
.RE .RE
.SH ENVIRONMENT .SH ENVIRONMENT
...@@ -164,7 +169,7 @@ Pike is affected by the following environment variables: ...@@ -164,7 +169,7 @@ Pike is affected by the following environment variables:
.TP .TP
.B PIKE_MASTER .B PIKE_MASTER
Specifies the name of the master program (overridden by Specifies the name of the master program (overridden by
.BI -mmaster_program .BI \-m master_program
). ).
.LP .LP
Depending on operating system Pike may be affected by the following Depending on operating system Pike may be affected by the following
...@@ -224,7 +229,7 @@ dynamically loaded modules ...@@ -224,7 +229,7 @@ dynamically loaded modules
modules implemented in pike modules implemented in pike
.TP .TP
.B /usr/local/lib/pike/include/* .B /usr/local/lib/pike/include/*
architecture dependant include files architecture dependant include-files
.TP .TP
.B /usr/local/share/pike/include/* .B /usr/local/share/pike/include/*
pike include files pike include files
......
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