clean up formatting glitches (bogus newlines in source)

This commit is contained in:
cgd 1997-01-23 05:14:37 +00:00
parent d2fff4533c
commit 4a4977d054
2 changed files with 0 additions and 4 deletions

View File

@ -35,7 +35,6 @@
.Op Fl k Ar keep-symbol
.Op Ar object-file ...
.Sh DESCRIPTION
.Nm Crunchide
hides the global symbols of
.Ar object-file
@ -51,7 +50,6 @@ 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.
.Pp
.Nm Crunchide
is designed as a companion program for

View File

@ -35,7 +35,6 @@
.Op Fl k Ar keep-symbol
.Op Ar object-file ...
.Sh DESCRIPTION
.Nm Crunchide
hides the global symbols of
.Ar object-file
@ -51,7 +50,6 @@ 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.
.Pp
.Nm Crunchide
is designed as a companion program for