diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-01 20:59:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-01 20:59:47 +0000 |
commit | 02f78f3a86aa87ae3941c479364ba56b5dd903c7 (patch) | |
tree | 01ee481fdbdef0250d9bd5944207224eb5b6e1b4 /gnu | |
parent | 32b6d28b79ee49fbf183c7b7842f368e212692fe (diff) |
typo fixes; jdp@freebsd
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index ab745b4c125..6b3d7ce3bb6 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -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.6 1997/04/09 02:08:26 deraadt Exp $ +.\" $Id: ld.1,v 1.7 1997/06/01 20:59:46 deraadt Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -188,7 +188,7 @@ output file. Produce relocatable object file, suitable for another pass through .Nm ld . .It Fl R -Record the given path within the executable for run-time libary search. +Record the given path within the executable for run-time library search. This only applies to dynamically linked executables. .It Fl S Strip all debugger symbols from the output. @@ -207,8 +207,8 @@ in the absence of any other references to that member. .It Fl V Ar version Put the given version number into the output shared library .Pq if one is created . -Useful to make shared libaries compatible with other operating -systems. Eg. SunOS 4.x libraries use version number 3. Defaults to 8. +Useful to make shared libraries compatible with other operating +systems. E.g., SunOS 4.x libraries use version number 3. Defaults to 8. .It Fl X Discard local symbols in the input files that start with the letter .Dq L |