Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
205f4fd9
Commit
205f4fd9
authored
21 years ago
by
Martin Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Document -dg, -dp and --dumpversion
Rev: man/pike.1:1.19
parent
84d89c0d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/pike.1
+13
-4
13 additions, 4 deletions
man/pike.1
with
13 additions
and
4 deletions
man/pike.1
+
13
−
4
View file @
205f4fd9
.\" $Id: pike.1,v 1.1
8
2003/04/
03 15:45:28 mast
Exp $
.\" $Id: pike.1,v 1.1
9
2003/04/
16 16:36:31 nilsson
Exp $
.\" name section last-modified title section-name product/status architecture
.\" name section last-modified title section-name product/status architecture
.ds ]L Pike
.ds ]L Pike
.TH pike 1 "$Date: 2003/04/
03 15:45:28
$" Pike "Pike Manual" Pike
.TH pike 1 "$Date: 2003/04/
16 16:36:31
$" Pike "Pike Manual" Pike
.\" On Solaris ]L will contain "Last modified $Date: 2003/04/
03 15:45:28
$"
.\" On Solaris ]L will contain "Last modified $Date: 2003/04/
16 16:36:31
$"
.\" while HPUX uses ]L to contain "Pike".
.\" while HPUX uses ]L to contain "Pike".
.\" On OSF/1 ]L will already contain the wanted string.
.\" On OSF/1 ]L will already contain the wanted string.
.if !\*(]LPike .ds ]L $Date: 2003/04/
03 15:45:28
$ \" Solaris nroff
.if !\*(]LPike .ds ]L $Date: 2003/04/
16 16:36:31
$ \" Solaris nroff
.\" Major (mj) and minor (mn) version of Pike
.\" Major (mj) and minor (mn) version of Pike
.nr mj 7
.nr mj 7
.nr mn 5
.nr mn 5
...
@@ -55,6 +55,12 @@ Set the debug level to
...
@@ -55,6 +55,12 @@ Set the debug level to
.B \-dc
.B \-dc
Increase the debug level of the Pike compiler (debug).
Increase the debug level of the Pike compiler (debug).
.TP
.TP
.B \-dg
Resets the debug malloc at every garbage collection (debug).
.TP
.B \-dp
Turns off the peep hole optimization (debug).
.TP
.B \-ds
.B \-ds
Debug signals (debug).
Debug signals (debug).
.TP
.TP
...
@@ -166,6 +172,9 @@ Hide
...
@@ -166,6 +172,9 @@ Hide
.I feature
.I feature
from the resolver (debug).
from the resolver (debug).
.TP
.TP
.B \-\-dumpversion
Print the Pike version number to stderr, e.g. "7.8.10\\n"
.TP
.B \-\-features
.B \-\-features
List some of the features that are enabled in this Pike binary
List some of the features that are enabled in this Pike binary
and exit (debug).
and exit (debug).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment