Skip to content

Commit

Permalink
Improved wld man page to reflect new -noinit flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
endrazine committed May 27, 2024
1 parent 0bbdd7b commit d3fa5c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/manpages/wld.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
wld \- transform executables into shared libaries
.SH SYNOPSIS
.B wld
[\fIoptions\fR] \fIfile\fR
\fI-libify\fR [\fI-noinit\fR] \fIfile\fR
.SH DESCRIPTION
The Witchcraft Linker is part of the Witchcraft Compiler Collection.
.PP
Options:
.TP
\fB\-libify\fR
Libifies input ELF executable into a shared library.
.TP
\fB\-noinit\fR
Ignore constructors and desctructors in output library.
.SH EXAMPLES
.TP
cp /bin/cat /tmp && wld -libify /tmp/cat
Expand Down

0 comments on commit d3fa5c0

Please sign in to comment.