diff options
Diffstat (limited to 'gnu/usr.bin/ld/ld.1aout')
-rw-r--r-- | gnu/usr.bin/ld/ld.1aout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 6aebcd776337..57524fce57fe 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -27,7 +27,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. .\" -.\" $Id: ld.1,v 1.11 1996/08/29 18:05:54 wosch Exp $ +.\" $Id: ld.1,v 1.12 1996/10/01 01:22:21 peter Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -247,9 +247,9 @@ options and preceding the built-in path. .El .Sh FILES .Sh SEE ALSO -.Xr ldconfig 8 , +.Xr rtld 1 , .Xr link 5 , -.Xr rtld 1 +.Xr ldconfig 8 .Sh CAVEATS An entry point must now explicitly be given if the output is intended to be a normal executable program. This was not the case for the previous version of |