~ubuntu-branches/ubuntu/oneiric/libgtkada2/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01-doc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2009-06-28 10:02:54 UTC
  • mfrom: (6.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090628100254-htlqpbtnuirrl7wr
Tags: 2.12.0-4ubuntu1
* Merge from Debian unstable, remaining Ubuntu change:
  - add lpia to supported architectures

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
+any purpose and without fee is hereby granted, provided that the above
242
242
+copyright notice appear in all copies and that both that copyright
243
243
+notice and this permission notice appear in supporting documentation.
244
 
Index: libgtkada2-2.12.0/docs/gdialog.1
 
244
Index: libgtkada2-2.12.0/docs/gtkada-dialog.1
245
245
===================================================================
246
246
--- /dev/null
247
 
+++ libgtkada2-2.12.0/docs/gdialog.1
 
247
+++ libgtkada2-2.12.0/docs/gtkada-dialog.1
248
248
@@ -0,0 +1,49 @@
249
 
+.TH GDIALOG2 1 "25 Nov 2003" "Debian GNU/Linux" "GtkAda 2 programming manual"
 
249
+.TH GTKADA2-DIALOG 1 "25 Nov 2003" "Debian GNU/Linux" "GtkAda 2 programming manual"
250
250
+.SH NAME
251
 
+gdialog2 \- Display a GTK+ dialog box from the command line.
 
251
+gtkada2-dialog \- Display a GTK+ dialog box from the command line.
252
252
+.SH SYNOPSIS
253
 
+gdialog2 [\fIdialog_type\fR [\fIjustification\fR]]
 
253
+gtkada2-dialog [\fIdialog_type\fR [\fIjustification\fR]]
254
254
+.SH DESCRIPTION
255
 
+\fBgdialog2\fR displays the contents of its standard input in a GTK+
 
255
+\fBgtkada2-dialog\fR displays the contents of its standard input in a GTK+
256
256
+dialog box.  This is the version supplied with GtkAda version 2, and
257
257
+it uses GTK+ 2 widgets.
258
258
+.SH OPTIONS