~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to debian/patches/02-manpage.diff

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Various manpage changes. Imported semi-automatically from .diff.gz.
 
3
 
 
4
diff --git a/doc/gc.man b/doc/gc.man
 
5
index 2a550c7..5c0232a 100644
 
6
--- a/doc/gc.man
 
7
+++ b/doc/gc.man
 
8
@@ -1,8 +1,8 @@
 
9
-.TH GC_MALLOC 1L "2 October 2003"
 
10
+.TH GC_MALLOC 3 "2 October 2003"
 
11
 .SH NAME
 
12
 GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page, GC_set_warn_proc \- Garbage collecting malloc replacement
 
13
 .SH SYNOPSIS
 
14
-#include "gc.h"
 
15
+#include <gc.h>
 
16
 .br
 
17
 void * GC_malloc(size_t size);
 
18
 .br
 
19
@@ -11,7 +11,7 @@ void GC_free(void *ptr);
 
20
 void * GC_realloc(void *ptr, size_t size);
 
21
 .br
 
22
 .sp
 
23
-cc ... gc.a
 
24
 .LP
 
25
 .SH DESCRIPTION
 
26
 .I GC_malloc