summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/crunchide.1
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1998-09-16 09:26:14 +0000
committerjhay <jhay@FreeBSD.org>1998-09-16 09:26:14 +0000
commit1bfc1a72e64434b1d9ac96129c9327afd0c88238 (patch)
tree9c842f25d4982d80830e72ce6d7ce7a2aacc6547 /usr.sbin/crunch/crunchide/crunchide.1
parent7a5e90da27ceb7588bcb9a4b836b6b9a5b796505 (diff)
downloadFreeBSD-src-1bfc1a72e64434b1d9ac96129c9327afd0c88238.zip
FreeBSD-src-1bfc1a72e64434b1d9ac96129c9327afd0c88238.tar.gz
Update the man page to match the rest of crunchide.
Diffstat (limited to 'usr.sbin/crunch/crunchide/crunchide.1')
-rw-r--r--usr.sbin/crunch/crunchide/crunchide.122
1 files changed, 18 insertions, 4 deletions
diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1
index a12f692..464517d 100644
--- a/usr.sbin/crunch/crunchide/crunchide.1
+++ b/usr.sbin/crunch/crunchide/crunchide.1
@@ -48,10 +48,16 @@ and
options. The
.Ar keep-list-file
must contain a list of symbols to keep visible, one symbol per line.
-Note that the C compiler prepends an underscore in front of
-symbols, so to keep the C function ``foo'' visible, the option
-\&``-k _foo'' must be used.
-
+The names given by
+.Ar keep-symbol
+or in
+.Ar keep-list-file
+should be C names. For example,
+to keep the C function
+.Dq foo
+visible, the option
+.Dq -k foo
+should be used.
.Pp
.Nm Crunchide
is designed as a companion program for
@@ -65,4 +71,12 @@ multiple component programs.
.Nm Crunch
was written by
.An James da Silva Aq jds@cs.umd.edu .
+.sp 0
Copyright (c) 1994 University of Maryland. All Rights Reserved.
+.Pp
+Chris Demetriou <cgd@netbsd.org> reorganized
+.Nm
+so that it supported multiple object formats, and added
+ELF object support and ECOFF object recognition.
+.sp 0
+Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved.
OpenPOWER on IntegriCloud