From 5513c701589133b446cd415bf45d1c6ea47e04d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 13 Dec 1999 02:27:29 +0100 Subject: [PATCH] Documented -rt and -rT. Rev: man/pike.1:1.8 --- man/pike.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 9d24be363e..b5804230aa 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $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 .ds ]L Pike -.TH pike 1 "$Date: 1998/05/20 23:07:26 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 1998/05/20 23:07:26 $" +.TH pike 1 "$Date: 1999/12/13 01:27:29 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 1999/12/13 01:27:29 $" .\" while HPUX uses ]L to contain "Pike". .\" 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 pike \- pike compiler and interpreter .SH SYNOPSIS @@ -96,6 +96,14 @@ Increase the level of profiling with 1 (debug). Set the level of profiling to .I num (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 The following options are supported by the default master program: .TP -- GitLab