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

Documented -rt and -rT.

Rev: man/pike.1:1.8
parent 7d955e4a
No related branches found
No related tags found
No related merge requests found
.\" $Id: pike.1,v 1.7 1998/05/20 23:07:26 grubba Exp $ .\" $Id: pike.1,v 1.8 1999/12/13 01:27:29 grubba 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: 1998/05/20 23:07:26 $" Pike "Pike Manual" Pike .TH pike 1 "$Date: 1999/12/13 01:27:29 $" Pike "Pike Manual" Pike
.\" On Solaris ]L will contain "Last modified $Date: 1998/05/20 23:07:26 $" .\" On Solaris ]L will contain "Last modified $Date: 1999/12/13 01:27:29 $"
.\" 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: 1998/05/20 23:07:26 $ \" Solaris nroff .if !\*(]LPike .ds ]L $Date: 1999/12/13 01:27:29 $ \" Solaris nroff
.SH NAME .SH NAME
pike \- pike compiler and interpreter pike \- pike compiler and interpreter
.SH SYNOPSIS .SH SYNOPSIS
...@@ -96,6 +96,14 @@ Increase the level of profiling with 1 (debug). ...@@ -96,6 +96,14 @@ Increase the level of profiling with 1 (debug).
Set the level of profiling to Set the level of profiling to
.I num .I num
(debug). (debug).
.TP
.B \-rt
Turn on runtime checking of arguments to function calls, and soft casts.
.TP
.B \-rT
Turn on
.B \#pragma strict_types
for all files.
.LP .LP
The following options are supported by the default master program: The following options are supported by the default master program:
.TP .TP
......
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