]> granicus.if.org Git - strace/commitdiff
strace.1.in: move --seccomp-bpf description down
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 25 Sep 2019 18:21:16 +0000 (20:21 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 18:24:48 +0000 (18:24 +0000)
Option descriptions generally maintain lexicographical order.

* strace.1.in (.SS Miscellaneous): Move --seccomp-bpf option description
down in order to maintain lexicographical option description order.

strace.1.in

index 70d4ee57f45517a12281cb93306631a43c68a97b..86058a841e1bab0f279a307651f0a36e3c1a0ccc 100644 (file)
@@ -977,6 +977,22 @@ Show some debugging output of
 .B strace
 itself on the standard error.
 .TP
+.B \-F
+This option is deprecated.  It is retained for backward compatibility only
+and may be removed in future releases.
+Usage of multiple instances of
+.B \-F
+option is still equivalent to a single
+.BR \-f ,
+and it is ignored at all if used along with one or more instances of
+.B \-f
+option.
+.TP
+.BR \-h ,
+.TQ
+.B \-\-help
+Print the help summary.
+.TP
 .B \-\-seccomp\-bpf
 Enable (experimental) usage of seccomp-bpf (see
 .BR seccomp (2))
@@ -998,22 +1014,6 @@ In cases when seccomp-bpf filter setup failed,
 .B strace
 proceeds as usual and stops traced processes on every system call.
 .TP
-.B \-F
-This option is deprecated.  It is retained for backward compatibility only
-and may be removed in future releases.
-Usage of multiple instances of
-.B \-F
-option is still equivalent to a single
-.BR \-f ,
-and it is ignored at all if used along with one or more instances of
-.B \-f
-option.
-.TP
-.BR \-h ,
-.TQ
-.B \-\-help
-Print the help summary.
-.TP
 .BR \-V ,
 .TQ
 .B \-\-version