summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-05-31 04:28:53 +0000
committerjdp <jdp@FreeBSD.org>1997-05-31 04:28:53 +0000
commitc908673478b68f5f71ef34230f2838e16aa57c04 (patch)
tree2ecdba14f568ee235c97c7b32f803cf4a8e030a6 /gnu
parent5e2a5c59711550579ae853b6b5c19940f95b476c (diff)
downloadFreeBSD-src-c908673478b68f5f71ef34230f2838e16aa57c04.zip
FreeBSD-src-c908673478b68f5f71ef34230f2838e16aa57c04.tar.gz
Fix some old typos and misspellings.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/ld.110
-rw-r--r--gnu/usr.bin/ld/ld.1aout10
2 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1
index 4624745..723a398 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.16 1997/03/22 02:59:38 jdp Exp $
+.\" $Id: ld.1,v 1.17 1997/05/29 15:34:34 dfr Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -171,7 +171,7 @@ library with the highest version found in the search path is selected.
If no shared library is found or the
.Fl B Ns Ar static
options is in effect, an archive of the form lib<spec>.a is looked for in
-the library seach path.
+the library search path.
.It Fl M
Produce output about the mapping of segments of the input files and the
values assigned to
@@ -211,7 +211,7 @@ Produce a
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.
@@ -230,8 +230,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
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout
index 4624745..723a398 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.16 1997/03/22 02:59:38 jdp Exp $
+.\" $Id: ld.1,v 1.17 1997/05/29 15:34:34 dfr Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -171,7 +171,7 @@ library with the highest version found in the search path is selected.
If no shared library is found or the
.Fl B Ns Ar static
options is in effect, an archive of the form lib<spec>.a is looked for in
-the library seach path.
+the library search path.
.It Fl M
Produce output about the mapping of segments of the input files and the
values assigned to
@@ -211,7 +211,7 @@ Produce a
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.
@@ -230,8 +230,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
OpenPOWER on IntegriCloud