~ubuntu-branches/ubuntu/precise/libapreq2/precise

« back to all changes in this revision

Viewing changes to docs/man/man3/apreq_module_t.3

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2011-02-28 02:24:36 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110228022436-yhfu7pyz3irwvx2m
Tags: 2.13-1
* New upstream release.
  * Properly links in libapr-1 when building binaries.
    (Closes: #615739)
* Don't install .la files (remove from libapreq2-dev.install and
  libapache2-mod-apreq2.install); the one we installed was broken,
  and they're generally discouraged anyway.
  (Not reported in Debian, but LP: #651396, and fixes a Lintian error.)
* Update to Standards-Version 3.9.1 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "apreq_module_t" 3 "6 Mar 2009" "Version 2.12" "libapreq2" \" -*- nroff -*-
 
1
.TH "apreq_module_t" 3 "25 Nov 2010" "Version 2.13" "libapreq2" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
apreq_module_t \- Vtable describing the necessary environment functions.  
 
5
apreq_module_t \- Vtable describing the necessary module functions.  
6
6
 
7
7
.PP
8
8
.SH SYNOPSIS
67
67
.in -1c
68
68
.SH "Detailed Description"
69
69
.PP 
70
 
Vtable describing the necessary environment functions. 
71
 
.PP
 
70
Vtable describing the necessary module functions. 
72
71
.SH "Field Documentation"
73
72
.PP 
74
73
.SS "const char* \fBapreq_module_t::name\fP"