Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/0202_all_4.2.1-gl-matrix-man-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 1239 byte(s)
-import

1 niro 167 --- XFree86-4.2.1/xc/doc/man/GL/gl/loadidentity.3gl.gl-matrix-man-fixes 2002-01-15 04:43:27.000000000 +0100
2     +++ XFree86-4.2.1/xc/doc/man/GL/gl/loadidentity.3gl 2002-11-04 14:15:20.000000000 +0100
3     @@ -25,12 +25,12 @@ with the identity matrix
4     .ce
5    
6     .EQ
7     -left ( down 20 { ~ matrix {
8     +down 20 { ~ matrix {
9     ccol { 1 above 0 above 0 above 0~ }
10     ccol { 0 above 1 above 0 above 0~ }
11     ccol { 0 above 0 above 1 above 0~ }
12     ccol { 0 above 0 above 0 above 1 }
13     -} } ~~ right )
14     +} } ~~
15     .EN
16    
17    
18     --- XFree86-4.2.1/xc/doc/man/GL/gl/translate.3gl.gl-matrix-man-fixes 2002-01-15 04:43:27.000000000 +0100
19     +++ XFree86-4.2.1/xc/doc/man/GL/gl/translate.3gl 2002-11-04 14:15:26.000000000 +0100
20     @@ -40,7 +40,6 @@ Specify the \f2x\fP, \f2y\fP, and \f2z\f
21     $("x","y","z")$.
22     The current matrix
23     (see
24     -.br
25     \%\f3glMatrixMode\fP)
26     is multiplied by this translation matrix,
27     with the product replacing the current matrix, as if
28     @@ -49,12 +48,12 @@ for its argument:
29     .sp
30     .ce
31     .EQ
32     -left ( ~ down 20 matrix {
33     +~ down 20 matrix {
34     ccol { 1~~ above 0~~ above 0~~ above 0~~ }
35     ccol { 0~~ above 1~~ above 0~~ above 0~~ }
36     ccol { 0~~ above 0~~ above 1~~ above 0~~ }
37     ccol { "x"~ above "y"~ above "z"~ above 1}
38     -} ~~right )
39     +} ~~
40     .EN
41     .sp
42     .RE