summaryrefslogtreecommitdiff
path: root/cross/bfd-crunchide
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-03 19:03:19 +0000
committerwiz <wiz>2001-12-03 19:03:19 +0000
commit99685bbac670f3e20cda1116d2d0a05f48d831bc (patch)
treeb1dba1934d8e474a3e6946d57aef51d6abcb1540 /cross/bfd-crunchide
parent7b1ab1085283a4465275bf432a55f020306b2357 (diff)
downloadpkgsrc-99685bbac670f3e20cda1116d2d0a05f48d831bc.tar.gz
Miscellaneous man page fixes.
Diffstat (limited to 'cross/bfd-crunchide')
-rw-r--r--cross/bfd-crunchide/files/crunchide.114
1 files changed, 7 insertions, 7 deletions
diff --git a/cross/bfd-crunchide/files/crunchide.1 b/cross/bfd-crunchide/files/crunchide.1
index 3e3186034ed..a402c29e2d3 100644
--- a/cross/bfd-crunchide/files/crunchide.1
+++ b/cross/bfd-crunchide/files/crunchide.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: crunchide.1,v 1.1.1.1 1999/12/20 05:57:40 sakamoto Exp $
+.\" $NetBSD: crunchide.1,v 1.2 2001/12/03 19:03:20 wiz Exp $
.\"
.\" Copyright (c) 1994 University of Maryland
.\" All Rights Reserved.
@@ -48,11 +48,11 @@
.Nm Crunchide
hides the global symbols of
.Ar object-file
-such that they are ignored by subsequent runs of the linker,
+such that they are ignored by subsequent runs of the linker,
.Xr ld 1 .
Some symbols may be left visible via the
.Fl k Ar keep-symbol
-and
+and
.Fl f Ar keep-list-file
options. The
.Ar keep-list-file
@@ -62,10 +62,10 @@ The names given by
or in
.Ar keep-list-file
should be C names. For example,
-to keep the C function
+to keep the C function
.Dq foo
-visible, the option
-.Dq -k foo
+visible, the option
+.Dq -k foo
should be used.
.Pp
To recognize kernel executable format, the
@@ -73,7 +73,7 @@ To recognize kernel executable format, the
flag specifies BFD name of kernel.
.Pp
.Nm Crunchide
-is designed as a companion program for
+is designed as a companion program for
.Xr crunchgen 1 ,
which automates the process of creating crunched binaries from
multiple component programs.