From: Eric Covener Date: Thu, 20 Jun 2013 12:30:20 +0000 (+0000) Subject: Document apxs -p paramter. X-Git-Tag: 2.5.0-alpha~5317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d157706fa42a99b278e530bbdda297898cde1551;p=apache Document apxs -p paramter. Submitted by: Jan Kaluža Reviewed by: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/apxs.1 b/docs/man/apxs.1 index 40e155b505..46d396d06e 100644 --- a/docs/man/apxs.1 +++ b/docs/man/apxs.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "APXS" 1 "2012-01-09" "Apache HTTP Server" "apxs" +.TH "APXS" 1 "2013-06-20" "Apache HTTP Server" "apxs" .SH NAME apxs \- APache eXtenSion tool @@ -139,6 +139,9 @@ This option passes \fIcompiler-flags\fR as additional flags to the libtool --mod .TP -Wl,\fIlinker-flags\fR This option passes \fIlinker-flags\fR as additional flags to the libtool --mode=link command\&. Use this to add local linker-specific options\&. +.TP +-p +This option causes apxs to link against the apr/apr-util libraries\&. This is useful when compiling helper programs that use the apr/apr-util libraries\&. .SS "DSO Installation and Configuration Options" diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index 59ee893c44..048b744def 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -213,6 +213,11 @@
This option passes linker-flags as additional flags to the libtool --mode=link command. Use this to add local linker-specific options.
+ +
-p
+
This option causes apxs to link against the apr/apr-util libraries. + This is useful when compiling helper programs that use the apr/apr-util + libraries.
diff --git a/docs/manual/programs/apxs.xml b/docs/manual/programs/apxs.xml index 309fccfe11..be5e0c35ee 100644 --- a/docs/manual/programs/apxs.xml +++ b/docs/manual/programs/apxs.xml @@ -210,6 +210,11 @@
This option passes linker-flags as additional flags to the libtool --mode=link command. Use this to add local linker-specific options.
+ +
-p
+
This option causes apxs to link against the apr/apr-util libraries. + This is useful when compiling helper programs that use the apr/apr-util + libraries.