Commit d780d078 authored by Joe Orton's avatar Joe Orton
Browse files

Update transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105357 13f79535-47bb-0310-9956-ffa450edef68
parent e419b9ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@
    <div class="example"><p><code>
      $ apxs -c mod_foo.c<br />
      /path/to/libtool --mode=compile gcc ... -c mod_foo.c<br />
      /path/to/libtool --mode=link -o mod_foo.la mod_foo.slo<br />
      /path/to/libtool --mode=link gcc ... -o mod_foo.la mod_foo.slo<br />
      $ _
    </code></p></div>