1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

spelling/consistency fix; from nam nguyen

This commit is contained in:
jmc 2019-02-14 07:26:31 +00:00
parent d0de2a2221
commit 87311ea857

View File

@ -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