git: 19624b4c6b67 - stable/13 - rtld.1: Fix misplaced text

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 14:05:52 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=19624b4c6b67881812e2bec0808a9d831cc61bb5

commit 19624b4c6b67881812e2bec0808a9d831cc61bb5
Author:     John F. Carr <jfc@mit.edu>
AuthorDate: 2022-02-25 16:09:03 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-02-28 14:05:30 +0000

    rtld.1: Fix misplaced text
    
    PR:             262194
    Fixes:          f90218886fc8 ("rtld: introduce PRELOAD_FDS")
    
    (cherry picked from commit 6c799530d8dc91d4e5c390274b8a27231f369a56)
---
 libexec/rtld-elf/rtld.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 66aa2bdabd17..c29d1fb1f90c 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -208,6 +208,10 @@ to be linked in before any
 other shared libraries.
 If the directory is not specified then
 the directories specified by
+.Ev LD_LIBRARY_PATH
+will be searched first
+followed by the set of built-in standard directories.
+This variable is unset for set-user-ID and set-group-ID programs.
 .It Ev LD_PRELOAD_FDS
 A colon separated list of file descriptor numbers for libraries.
 This is intended for preloading libraries in which we already have a file
@@ -216,10 +220,6 @@ This may optimize the process of loading libraries because we do not have to
 look for them in directories.
 It may also be useful in a capability base system where we do not have access to
 global namespaces such as the filesystem.
-.Ev LD_LIBRARY_PATH
-will be searched first
-followed by the set of built-in standard directories.
-This variable is unset for set-user-ID and set-group-ID programs.
 .It Ev LD_LIBRARY_PATH_FDS
 A colon separated list of file descriptor numbers for library directories.
 This is intended for use within