~ubuntu-branches/debian/squeeze/aptitude/squeeze

« back to all changes in this revision

Viewing changes to doc/en/manpage.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Burrows
  • Date: 2007-03-13 20:49:58 UTC
  • Revision ID: james.westby@ubuntu.com-20070313204958-l7040344gthwxlvj
Tags: 0.4.4-4
In addition to the bugfix for ssprintf, the last release included
a new test case to ensure that the bug did not recur.  As it turned
out, this test case revealed that both the old and the new code
were buggy on amd64!  vssnprintf now handles its variable argument
list properly, using va_copy in case it has to access the list a
second time. (Closes: #414617)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry>
2
2
  <refentryinfo>
 
3
    <!--
 
4
        The <author> element isn't needed here, because docbook-xsl
 
5
        automatically generates author information from the main
 
6
        document's author element.  Languages that provide only a
 
7
        manpage should include this information, though.
 
8
 
3
9
    <author>
4
10
      <personname>
5
11
        <firstname>Daniel</firstname>
7
13
      </personname>
8
14
      <email>dburrows@debian.org</email>
9
15
    </author>
 
16
    -->
10
17
 
11
18
    <legalnotice>
12
19
      <para>
27
34
 
28
35
      <para>
29
36
        You should have received a copy of the GNU General Public
30
 
        License along with this manual page; if not, write to the
31
 
        Free Software Foundation, Inc., 59 Temple Place, Suite
32
 
        330, Boston, MA 02111-1307 USA
 
37
        License along with this program; if not, write to the Free
 
38
        Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
39
        Boston, MA 02110-1301 USA.
33
40
      </para>
34
41
    </legalnotice>
35
42
  </refentryinfo>