diff options
author | Jim Jagielski <jim@apache.org> | 2011-09-23 15:36:39 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-09-23 15:36:39 +0200 |
commit | 69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (patch) | |
tree | 304a1e7196cfcd252ab9ce7c54b2de985e319a17 /docs/manual/dso.xml | |
parent | docco xforms (diff) | |
download | apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.tar.xz apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.zip |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.xml')
-rw-r--r-- | docs/manual/dso.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml index ef73294ef8..98bb1d5345 100644 --- a/docs/manual/dso.xml +++ b/docs/manual/dso.xml @@ -117,7 +117,7 @@ $ make install Build and install a <em>third-party</em> Apache httpd module, say <code>mod_foo.c</code>, into its own DSO <code>mod_foo.so</code> <em>outside of</em> the Apache httpd - source tree using <program>apxs</program>: + source tree using <program>apxs</program>: <example> $ cd /path/to/3rdparty<br /> |