20 lines
1.1 KiB
Groff
20 lines
1.1 KiB
Groff
$NetBSD: patch-docs_man_apxs.8,v 1.1 2012/09/16 03:33:10 taca Exp $
|
|
|
|
Fix document for pkgsrc.
|
|
|
|
--- docs/man/apxs.8.orig 2012-03-21 09:33:55.000000000 +0000
|
|
+++ docs/man/apxs.8
|
|
@@ -96,7 +96,11 @@ This explicitly sets the module name for
|
|
|
|
.TP
|
|
-q
|
|
-Performs a query for apxs's knowledge about certain settings\&. The \fIquery\fR parameters can be one or more of the following strings: CC, CFLAGS, CFLAGS_SHLIB, INCLUDEDIR, LD_SHLIB, LDFLAGS_SHLIB, LIBEXECDIR, LIBS_SHLIB, SBINDIR, SYSCONFDIR, TARGET\&. .PP Use this for manually determining settings\&. For instance use INC=-I`apxs -q INCLUDEDIR` .PP inside your own Makefiles if you need manual access to Apache's C header files\&.
|
|
+Performs a query for apxs's knowledge about certain settings\&. The \fIquery\fR parameters can be one or more of the following strings: CC, CFLAGS, CFLAGS_SHLIB, INCLUDEDIR, LD_SHLIB, LDFLAGS_SHLIB, LIBEXECDIR, LIBS_SHLIB, SBINDIR, SYSCONFDIR, TARGET\&.
|
|
+.PP
|
|
+Use this for manually determining settings\&. For instance use INC=-I`apxs -q INCLUDEDIR`
|
|
+.PP
|
|
+inside your own Makefiles if you need manual access to Apache's C header files\&.
|
|
|
|
.SS "Configuration Options"
|
|
|