diff options
| author | mikel <mikel@NetBSD.org> | 1997-06-03 04:24:25 +0000 |
|---|---|---|
| committer | mikel <mikel@NetBSD.org> | 1997-06-03 04:24:25 +0000 |
| commit | 0bf17c4d39c7e384db39aeea2cb522fa1e3a26cb (patch) | |
| tree | 5ae6f7a120781618a715b7699da2cde46fc7d7b2 | |
| parent | 185e701358ff581e1c86a86f95c21bc4d826fd74 (diff) | |
fix typo; from Saitoh Masanobu in PR misc/3696.
also comma-separate and reorder xrefs.
| -rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 10 | ||||
| -rw-r--r-- | libexec/ld.aout_so/rtld.1 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 41d9f90a730..4be5c64406b 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/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. 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. |
