From: Joe Orton Date: Fri, 1 Oct 2004 13:32:24 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.1.1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ca153035a2532ce565de3bbbb4f8febcaf42c3;p=thirdparty%2Fapache%2Fhttpd.git Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/apxs.8 b/docs/man/apxs.8 index 13df6070847..c2343925916 100644 --- a/docs/man/apxs.8 +++ b/docs/man/apxs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "APXS" 8 "2004-09-28" "Apache HTTP Server" "apxs" +.TH "APXS" 8 "2004-10-01" "Apache HTTP Server" "apxs" .SH NAME apxs \- APache eXtenSion tool @@ -165,7 +165,7 @@ Assume you have an Apache module named mod_foo\&.c available which should extend $ apxs -c mod_foo\&.c /path/to/libtool --mode=compile gcc \&.\&.\&. -c mod_foo\&.c - /path/to/libtool --mode=link -o mod_foo\&.la mod_foo\&.slo + /path/to/libtool --mode=link gcc \&.\&.\&. -o mod_foo\&.la mod_foo\&.slo $ _ .fi diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index 64e30fdba41..a098a1970a8 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -250,7 +250,7 @@

$ apxs -c mod_foo.c
/path/to/libtool --mode=compile gcc ... -c mod_foo.c
- /path/to/libtool --mode=link -o mod_foo.la mod_foo.slo
+ /path/to/libtool --mode=link gcc ... -o mod_foo.la mod_foo.slo
$ _