~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/extras/ogl-sample/main/doc/man/mangl/template

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
_C_ The first character in this file must be an '_'!
 
2
_C_ Anything on a line after _C_ is ignored
 
3
_C_
 
4
_C_ License Applicability. Except to the extent portions of this file are
 
5
_C_ made subject to an alternative license as permitted in the SGI Free
 
6
_C_ Software License B, Version 1.1 (the "License"), the contents of this
 
7
_C_ file are subject only to the provisions of the License. You may not use
 
8
_C_ this file except in compliance with the License. You may obtain a copy
 
9
_C_ of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
 
10
_C_ Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
 
11
_C_
 
12
_C_ http://oss.sgi.com/projects/FreeB
 
13
_C_
 
14
_C_ Note that, as provided in the License, the Software is distributed on an
 
15
_C_ "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
 
16
_C_ DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
 
17
_C_ CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
 
18
_C_ PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
 
19
_C_
 
20
_C_ Original Code. The Original Code is: OpenGL Sample Implementation,
 
21
_C_ Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
 
22
_C_ Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
 
23
_C_ Copyright in any portions created by third parties is as indicated
 
24
_C_ elsewhere herein. All Rights Reserved.
 
25
_C_
 
26
_C_ Additional Notice Provisions: The application programming interfaces
 
27
_C_ established by SGI in conjunction with the Original Code are The
 
28
_C_ OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
 
29
_C_ April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
 
30
_C_ 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
 
31
_C_ Window System(R) (Version 1.3), released October 19, 1998. This software
 
32
_C_ was created using the OpenGL(R) version 1.2.1 Sample Implementation
 
33
_C_ published by SGI, but has not been independently verified as being
 
34
_C_ compliant with the OpenGL(R) version 1.2.1 Specification.
 
35
_C_
 
36
_C_
 
37
_C_ _define(_filters,tbl|eqn)_C_
 
38
_C_      eqn is automatically replaced with neqn for nroff
 
39
_C_
 
40
_C_ Uncomment the next line if you need a different basename
 
41
_C_ _define(@<_basename>@,specialName)_C_
 
42
_C_
 
43
_C_ Uncomment the next line if you want to change the 'same command' message
 
44
_C_ _define(@<_samething>@,All these commands do the same thing.)_C_
 
45
_C_
 
46
_header(Color,one line description of command)
 
47
_names(color,[0-9]u*[bsifd])
 
48
.SH PARAMETERS
 
49
_phead(_param1)
 
50
Description of first parameter to _cmnd
 
51
_phead(_param2)
 
52
Description of second parameter
 
53
...
 
54
_phead(_paramN)
 
55
Description of last parameter
 
56
_names(color,[0-9]u*[bsifd]v)
 
57
.SH PARAMETERS
 
58
_phead(_param1)
 
59
Description of 1st parameter of the second command form
 
60
_samething
 
61
.SH DESCRIPTION
 
62
This command does something related to the GL.
 
63
Its name is _cmnd.
 
64
_param1 is the 1st argument for the last specified command form.
 
65
So is (in this case) _param1(2).
 
66
_param1(1) is the 1st parameter
 
67
of the first command form of _cmnd.
 
68
.SH EXAMPLES
 
69
.Ex 5
 
70
    _cmnd\&(_param1, _param2, _paramN);  /* Do something */
 
71
.SH NOTES
 
72
Use of the arguments _const(SILLY_VALUE) or _hex(ffe) may cause drowsiness.
 
73
.SH ERRORS
 
74
This command may cause errors.  They cannot be detected.
 
75
.SH ASSOCIATED GETS
 
76
call foo with argument bar
 
77
.br
 
78
call foo2 with argument bar2
 
79
.SH SEE ALSO
 
80
_cmnd(c),
 
81
_cmnd(clear),
 
82
_cmnd(drawbitmap),
 
83
_cmnd(n),
 
84
_cmnd(v)
 
85
.SH BUGS
 
86
_cmnd is not actually implemented.