From 024225824d8d255c408ef29274d301a4bbcf7eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 13 May 2013 18:56:36 +0200 Subject: [PATCH] Manual: Reordered some options. --- man/pike.1 | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 340e262630..2fd2db610d 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -95,11 +95,30 @@ Use .I master_program instead of the ordinary master program. .TP +.B \-p +Increase the level of profiling with 1 (debug). +.TP +.BI \-p num +Set the level of profiling to +.I num +(debug). +.TP +.BI \-ps +Enable stack profiling (debug). +.TP .BI \-q num End execution after executing .I num Pike instructions. .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. +.TP .BI \-s num Set Pike stack size to .I num @@ -121,25 +140,6 @@ Set the level of runtime trace to .TP .B \-tg Log the gc runs to stderr. -.TP -.B \-p -Increase the level of profiling with 1 (debug). -.TP -.BI \-p num -Set the level of profiling to -.I num -(debug). -.TP -.BI \-ps -Enable stack profiling (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