aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/crunch/crunchide/crunchide.1
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/crunch/crunchide/crunchide.1
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79755
Diffstat (limited to 'usr.sbin/crunch/crunchide/crunchide.1')
-rw-r--r--usr.sbin/crunch/crunchide/crunchide.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1
index 1f9f9a37fde0..cf7455886fd0 100644
--- a/usr.sbin/crunch/crunchide/crunchide.1
+++ b/usr.sbin/crunch/crunchide/crunchide.1
@@ -39,11 +39,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
@@ -53,14 +53,14 @@ 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
.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.