From 0bf17c4d39c7e384db39aeea2cb522fa1e3a26cb Mon Sep 17 00:00:00 2001 From: mikel Date: Tue, 3 Jun 1997 04:24:25 +0000 Subject: fix typo; from Saitoh Masanobu in PR misc/3696. also comma-separate and reorder xrefs. --- libexec/ld.aout_so/rtld.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libexec') diff --git a/libexec/ld.aout_so/rtld.1 b/libexec/ld.aout_so/rtld.1 index 41d9f90a730..4be5c64406b 100644 --- a/libexec/ld.aout_so/rtld.1 +++ b/libexec/ld.aout_so/rtld.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rtld.1,v 1.3 1997/05/26 00:40:39 cjs Exp $ +.\" $NetBSD: rtld.1,v 1.4 1997/06/03 04:24:25 mikel Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -70,7 +70,7 @@ uses the special symbol to determine whether a program is in fact dynamically linked or not. Whenever the linker .Xr ld 1 -has relocated this symbol to a location other then 0, +has relocated this symbol to a location other than 0, .Em crt0 assumes the services of .Nm @@ -176,8 +176,8 @@ non-standard filesystem layout. /var/run/ld.so.hints .Pp .Sh SEE ALSO -.Xr ld 1 +.Xr ld 1 , +.Xr link 5 , .Xr ldconfig 8 -.Xr link 5 .Sh HISTORY -The shared library model employed first appeared in SunOS 4.0 +The shared library model employed first appeared in SunOS 4.0. -- cgit