From 205f4fd917f67bd4887481f4ae24befae291750d Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 16 Apr 2003 18:36:31 +0200 Subject: [PATCH] Document -dg, -dp and --dumpversion Rev: man/pike.1:1.19 --- man/pike.1 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 792da16552..41d29f2f82 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.18 2003/04/03 15:45:28 mast Exp $ +.\" $Id: pike.1,v 1.19 2003/04/16 16:36:31 nilsson Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2003/04/03 15:45:28 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2003/04/03 15:45:28 $" +.TH pike 1 "$Date: 2003/04/16 16:36:31 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2003/04/16 16:36:31 $" .\" while HPUX uses ]L to contain "Pike". .\" 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 .nr mj 7 .nr mn 5 @@ -55,6 +55,12 @@ Set the debug level to .B \-dc Increase the debug level of the Pike compiler (debug). .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 Debug signals (debug). .TP @@ -166,6 +172,9 @@ Hide .I feature from the resolver (debug). .TP +.B \-\-dumpversion +Print the Pike version number to stderr, e.g. "7.8.10\\n" +.TP .B \-\-features List some of the features that are enabled in this Pike binary and exit (debug). -- GitLab