diff --git a/man/pike.1 b/man/pike.1 index 340e262630680d9ee59f5c30d0685f685f81671a..2fd2db610dab2e711591e14998eb5f15f7d1ddf7 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