1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: spelling corrections in man pages
Various spelling corrections after spellintian pass
on man pages.
Author: Philippe Thierry
Forwarded: https://github.com/endrazine/wcc/issues/51
Last-Update: 2025-10-07
Index: wcc/doc/manpages/wld.1
===================================================================
--- wcc.orig/doc/manpages/wld.1
+++ wcc/doc/manpages/wld.1
@@ -1,6 +1,6 @@
.TH WLD "1" "April 2017" "Witchcraft Compiler Collection" "User Commands"
.SH NAME
-wld \- transform executables into shared libaries
+wld \- transform executables into shared libraries
.SH SYNOPSIS
.B wld
\fI-libify\fR [\fI-noinit\fR] \fIfile\fR
|