~ubuntu-branches/ubuntu/oneiric/libapreq2/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2010-02-28 15:51:47 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100228155147-dflwg59lhyittzi7
Tags: 2.12-1
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format.
  * Split the Debian diff into two separate patches, and remove spurious
    junk that shouldn't have been there.
  * In clean, remove some stray files distclean forgets.
* Update debhelper compatibility level to 7.
  * Update debhelper build-dependency version.
  * Use dh_prep instead of dh_clean -k.
* Update Standards-Version to 3.8.4.
  * Change from ${Source-Version} to ${binary:Version} in inter-package
    dependencies.
  * In debian/copyright, refer to the Apache 2.0 license file from
    common-licenses instead of having the entire license text in the file.
    Also include the actual copyright in the file.
* Put all binary packages in their correct respective sections.
* Add ${misc:Depends} to all binary packages, and remove ${shlibs:Depends}
  from the -dev and -doc packages (which don't have any shared libraries).
* Run dh_shlibdeps on all packages, using the -a flag.
* Don't ignore errors on distclean; check for Makefile instead.
* Don't use full path to a2dismod in libapache2-mod-apreq2.postrm.
* Run libapache2-mod-apreq2.postrm script under sh -e, so errors are not
  ignored.
* Install the man pages that used to conflict with libapache-request-perl,
  which is now not in the stable release anymore.
* Don't set PREFIX= at make install time; only set prefix=.
  Seemingly, PREFIX= has no real effect at that point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "apreq_value_t" 3 "8 Aug 2006" "Version 2.08" "libapreq2" \" -*- nroff -*-
 
1
.TH "apreq_value_t" 3 "6 Mar 2009" "Version 2.12" "libapreq2" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
33
33
\fBExamples: \fP
34
34
.in +1c
35
35
.PP
36
 
\fB/usr/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/apreq/429956/r428290/5.8.8-2.2.3-prefork/include/apreq.h\fP.
 
36
\fB/home/joe/src/apache/httpd/apreq/branches/v2_12/include/apreq.h\fP.
37
37
.PP
38
38
.SH "Field Documentation"
39
39
.PP 
40
 
.SS "char \fBapreq_value_t::data\fP[1]"
41
 
.PP
42
 
value data 
43
 
.PP
44
 
\fBExamples: \fP
45
 
.in +1c
46
 
\fB/usr/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/apreq/429956/r428290/5.8.8-2.2.3-prefork/include/apreq.h\fP.
47
 
.SS "\fBapr_size_t\fP \fBapreq_value_t::dlen\fP"
48
 
.PP
49
 
length of data 
50
 
.PP
51
 
\fBExamples: \fP
52
 
.in +1c
53
 
\fB/usr/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/apreq/429956/r428290/5.8.8-2.2.3-prefork/include/apreq.h\fP.
54
40
.SS "char* \fBapreq_value_t::name\fP"
55
41
.PP
56
42
value name 
57
43
.PP
58
44
\fBExamples: \fP
59
45
.in +1c
60
 
\fB/usr/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/apreq/429956/r428290/5.8.8-2.2.3-prefork/include/apreq.h\fP.
 
46
\fB/home/joe/src/apache/httpd/apreq/branches/v2_12/include/apreq.h\fP.
61
47
.SS "\fBapr_size_t\fP \fBapreq_value_t::nlen\fP"
62
48
.PP
63
49
length of name 
 
50
.SS "\fBapr_size_t\fP \fBapreq_value_t::dlen\fP"
 
51
.PP
 
52
length of data 
 
53
.SS "char \fBapreq_value_t::data\fP[1]"
 
54
.PP
 
55
value data 
64
56
.PP
65
57
\fBExamples: \fP
66
58
.in +1c
67
 
\fB/usr/home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/apreq/429956/r428290/5.8.8-2.2.3-prefork/include/apreq.h\fP.
 
59
\fB/home/joe/src/apache/httpd/apreq/branches/v2_12/include/apreq.h\fP.
68
60
 
69
61
.SH "Author"
70
62
.PP