From 1a212e730cbe85516e2f1b2686accf9c620d47d4 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Wed, 3 May 2023 16:34:18 +0200 Subject: doc/strace.1: sort options in the synopsys, mention -Y * doc/strace.1.in (.SH SYNOPSYS): Sort options in the lexicographical order, add -Y to the list of one-letter options. similarly to -z/-Z. --- doc/strace.1.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/strace.1.in b/doc/strace.1.in index 8a8137bad..09455e7b4 100644 --- a/doc/strace.1.in +++ b/doc/strace.1.in @@ -38,21 +38,21 @@ strace \- trace system calls and signals .SH SYNOPSIS .SY strace -.if '@ENABLE_STACKTRACE_FALSE@'#' .OP \-ACdffhikqqrtttTvVwxxyyzZ -.if '@ENABLE_STACKTRACE_TRUE@'#' .OP \-ACdffhiqqrtttTvVwxxyyzZ -.OP \-I n +.if '@ENABLE_STACKTRACE_FALSE@'#' .OP \-ACdffhikqqrtttTvVwxxyyYzZ +.if '@ENABLE_STACKTRACE_TRUE@'#' .OP \-ACdffhiqqrtttTvVwxxyyYzZ +.OP \-a column .OP \-b execve .OM \-e expr +.OP \-I n +.OP \-l limit +.OP \-o file .OP \-O overhead +.OM \-p pid +.OM \-P path +.OP \-s strsize .OP \-S sortby .OP \-U columns -.OP \-a column -.OP \-o file -.OP \-s strsize .OP \-X format -.OM \-P path -.OM \-p pid -.OP \-l limit .OP \-\-seccomp\-bpf .if '@ENABLE_SECONTEXT_FALSE@'#' .OP \-\-secontext\fR[=\fIformat\fR] .BR "" { @@ -67,15 +67,15 @@ strace \- trace system calls and signals .SY strace .B \-c .OP \-dfwzZ -.OP \-I n .OP \-b execve .OM \-e expr +.OP \-I n +.OP \-l limit .OP \-O overhead +.OM \-p pid +.OM \-P path .OP \-S sortby .OP \-U columns -.OM \-P path -.OM \-p pid -.OP \-l limit .OP \-\-seccomp\-bpf .BR "" { .OR \-p pid -- cgit v1.2.1