]> git.pld-linux.org Git - packages/aalib.git/commitdiff
- patch which fixes @xrefs in aalib.texinfo.
authorpius <pius@pld-linux.org>
Mon, 5 Apr 1999 10:49:00 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aalib-xref.patch -> 1.1

aalib-xref.patch [new file with mode: 0644]

diff --git a/aalib-xref.patch b/aalib-xref.patch
new file mode 100644 (file)
index 0000000..6c09e8b
--- /dev/null
@@ -0,0 +1,30 @@
+diff -urN aalib-1.2.orig/aalib.texinfo aalib-1.2/aalib.texinfo
+--- aalib-1.2.orig/aalib.texinfo       Sun Mar  8 21:46:45 1998
++++ aalib-1.2/aalib.texinfo    Mon Apr  5 03:03:36 1999
+@@ -1160,7 +1160,7 @@
+ It is @code{NULL} by default. Last is pointer to hardware_params structure,
+ where driver will put parameters of initialized device.
+ This structure holds information about atributes and parameters supported
+-by your driver. @xref{Initialization for image saving}
++by your driver. @xref{Initialization for image saving}.
+ Just first two fields are used (@code{font} and @code{supported}).
+ @var{Font} is pointer to font structure used by hardware. This field should be filed
+ at runtime (see @code{aalinux.c} for example), set statically to one of
+@@ -1183,7 +1183,7 @@
+ will automatically free this pointer at @code{aa_close} if it is non-NULL.
+ This function should also recomend best available keyboard and mouse drivers.
+-@xref{How does the autodetection work}
++@xref{How does the autodetection work}.
+ @end deffn
+ @deffn Function uninit
+@@ -1262,7 +1262,7 @@
+ key releases too. Note that driver should send releases even @var{mode} is 0.
+ This function should also recomend best available mouse driver.
+-@xref{How does the autodetection work}
++@xref{How does the autodetection work}.
+ @end deffn
+ @deffn Function uninit
This page took 0.065005 seconds and 4 git commands to generate.