summaryrefslogtreecommitdiff
path: root/www/apache22/patches/patch-af
blob: 278ba6db864c3612a18476524e8ae73d574480e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-af,v 1.6 2012/02/01 19:53:21 tron Exp $

Fix markup glitch.

--- docs/man/apxs.1.orig	2012-01-10 23:32:02.000000000 +0000
+++ docs/man/apxs.1	2012-02-01 19:18:34.000000000 +0000
@@ -96,7 +96,11 @@
  
 .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"