rse 98/12/18 02:53:22
Modified: src CHANGES
src/support apxs.8
Log:
Update APXS manual page:
some -q option arguments were missing and another was incorrect.
Submitted by: Mark Anderson <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 3553
Revision Changes Path
1.1174 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -r1.1173 -r1.1174
--- CHANGES 1998/12/17 15:09:27 1.1173
+++ CHANGES 1998/12/18 10:53:20 1.1174
@@ -1,5 +1,8 @@
Changes with Apache 1.3.4
+ *) Update APXS manual page: some -q option arguments were missing
+ and another was incorrect. [Mark Anderson <[EMAIL PROTECTED]>] PR#3553
+
*) Cleanup the command line options: `-?' was documented to show
the usage list but does it with an error because `?' is not a valid
command. OTOH a lot of users expect `-h' to print such a usage list and
1.4 +6 -5 apache-1.3/src/support/apxs.8
Index: apxs.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/apxs.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apxs.8 1998/12/02 09:52:18 1.3
+++ apxs.8 1998/12/18 10:53:21 1.4
@@ -205,11 +205,12 @@
.I query
parameters can be one or more of the following strings:
.nf
- CC PREFIX
- LD SBINDIR
- CFLAGS INCLUDEDIR
- CFLAGS_SHLIB LIBEXECDIR
- LDFLAGS_SHLIB SYSCONFDIR
+ CC TARGET
+ CFLAGS SBINDIR
+ CFLAGS_SHLIB INCLUDEDIR
+ LD_SHLIB LIBEXECDIR
+ LDFLAGS_SHLIB SYSCONFDIR
+ LIBS_SHLIB
.fi
Use this for manually determining settings. For instance use
.nf