Patch a minor markup glitch in the apxs(8) man page: .PP needs to be at

the beginning of a line.

(Properly this should bump the PKGREVISION, but I'm not going to bother.)
This commit is contained in:
dholland 2011-03-20 03:18:21 +00:00
parent 7e3b40e413
commit 6fc1ddaf1d
2 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.35 2010/11/01 17:28:49 adam Exp $
$NetBSD: distinfo,v 1.36 2011/03/20 03:18:21 dholland Exp $
SHA1 (httpd-2.2.17.tar.bz2) = 5c9b44620dee449a86ba1bcba1715033c2c26b08
RMD160 (httpd-2.2.17.tar.bz2) = 4a2f16f2891094d4176565fadf0e8fcadf7dbaff
@ -8,6 +8,7 @@ SHA1 (patch-ab) = 365cc3b0ac2d9d68ccb94f5699fe168a1c9b0150
SHA1 (patch-ac) = 515043b5c215d49fe8f6d3191b502c978e2a2dad
SHA1 (patch-ad) = 088d6ff0e7a8acfe70b4f85a6ce58d42c935fd13
SHA1 (patch-ae) = 86b307d6eefef232b6223afc3f69e64be40bd913
SHA1 (patch-af) = 312d3bce5e1bf6e747b5f0f313d89bf5b4636392
SHA1 (patch-ag) = 78dcb023f524ef65928b529320932c9664ec0d01
SHA1 (patch-ai) = 4ebc3bd580a298973928eb6d13d2ce745eac0312
SHA1 (patch-al) = 56b9f5c2f6fd01fe5067f9210e328cbf674c68f1

View file

@ -0,0 +1,19 @@
$NetBSD: patch-af,v 1.5 2011/03/20 03:18:21 dholland Exp $
Fix markup glitch.
--- docs/man/apxs.8~ 2011-03-20 02:48:50.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"