diff options
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 428e46c4523..f83bf8a2de5 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtld.1,v 1.11 1999/05/13 10:02:36 aaron Exp $ +.\" $OpenBSD: rtld.1,v 1.12 1999/09/06 23:37:22 aaron Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -50,7 +50,7 @@ using the .Xr mmap 2 system call. .Pp -After all shared libraries have been succesfully loaded, +After all shared libraries have been successfully loaded, .Nm proceeds to resolve external references from both the main program and all objects loaded. A mechanism is provided for initialization routines |