diff options
-rw-r--r-- | libexec/ld.so/ld.so.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 6095068269b..9b44dd2c3ba 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.22 2016/07/04 21:15:06 guenther Exp $ +.\" $OpenBSD: ld.so.1,v 1.23 2019/02/14 07:26:31 jmc Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 4 2016 $ +.Dd $Mdocdate: February 14 2019 $ .Dt LD.SO 1 .Os .Sh NAME @@ -89,7 +89,7 @@ for shared libraries. This variable is ignored for set-user-ID and set-group-ID executables. .Pp .It Ev LD_PRELOAD -A colon separate list of library names to load before any of the regular +A colon separated list of library names to load before any of the regular libraries are loaded. This variable is ignored for set-user-ID and set-group-ID executables. .Pp |