From 79a2e542656addcf29da3623655bb3edd6fc210c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Feb 2019 12:18:38 +0100 Subject: [PATCH] ld.so.8: Place OPTIONS in alphabetical order Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index acdfcae4b..6271f23ed 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -154,12 +154,13 @@ value in the auxiliary vector (see .\" Don't do this!! .SH OPTIONS .TP -.B \-\-list -List all dependencies and how they are resolved. -.TP -.B \-\-verify -Verify that program is dynamically linked and this dynamic linker can handle -it. +.BI \-\-audit " list" +Use objects named in +.I list +as auditors. +The objects in +.I list +are delimited by colons. .TP .B \-\-inhibit\-cache Do not use @@ -188,13 +189,12 @@ The objects in .I list are delimited by colons or spaces. .TP -.BI \-\-audit " list" -Use objects named in -.I list -as auditors. -The objects in -.I list -are delimited by colons. +.B \-\-list +List all dependencies and how they are resolved. +.TP +.B \-\-verify +Verify that program is dynamically linked and this dynamic linker can handle +it. .SH ENVIRONMENT Various environment variables influence the operation of the dynamic linker. .\"