diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
commit | 6294018a208cf7742b1c021a9b75c26962505571 (patch) | |
tree | 502f17eb951b74c914af346cd4dbff252350c082 /usr.sbin/crunch/crunchide | |
parent | 3f44360851448f8816c22f6b72e8dd5c9924c27f (diff) | |
download | FreeBSD-src-6294018a208cf7742b1c021a9b75c26962505571.zip FreeBSD-src-6294018a208cf7742b1c021a9b75c26962505571.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'usr.sbin/crunch/crunchide')
-rw-r--r-- | usr.sbin/crunch/crunchide/crunchide.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1 index 24bd60a..ef9947d 100644 --- a/usr.sbin/crunch/crunchide/crunchide.1 +++ b/usr.sbin/crunch/crunchide/crunchide.1 @@ -46,14 +46,16 @@ Some symbols may be left visible via the .Fl k Ar keep-symbol and .Fl f Ar keep-list-file -options. The +options. +The .Ar keep-list-file must contain a list of symbols to keep visible, one symbol per line. The names given by .Ar keep-symbol or in .Ar keep-list-file -should be C names. For example, +should be C names. +For example, to keep the C function .Dq foo visible, the option @@ -70,12 +72,14 @@ multiple component programs. .Xr crunchgen 1 , .Xr ld 1 .Sh AUTHORS +.An -nosplit The .Nm crunch utility was written by .An James da Silva Aq jds@cs.umd.edu . .Pp -Copyright (c) 1994 University of Maryland. All Rights Reserved. +Copyright (c) 1994 University of Maryland. +All Rights Reserved. .Pp .An Chris Demetriou Aq cgd@netbsd.org reorganized @@ -83,4 +87,6 @@ reorganized so that it supported multiple object formats, and added ELF object support and ECOFF object recognition. .Pp -Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved. +Copyright (c) 1997 +.An Christopher G. Demetriou . +All Rights Reserved. |