diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-01-16 16:55:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-01-16 16:55:24 +0000 |
commit | 41d09277103eaf813d0d8e18193dd8881d0dceed (patch) | |
tree | 0056cb510bd1f9c5348ea38b560f66a3ee4edcf4 | |
parent | 30e194d825d158157ebc9882b1d9a62401f77691 (diff) |
fix index of glgetstring, okay matthieu@
-rw-r--r-- | doc/gl-docs/GL/gl/getstring.3gl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gl-docs/GL/gl/getstring.3gl b/doc/gl-docs/GL/gl/getstring.3gl index 00c2d17c2..589570740 100644 --- a/doc/gl-docs/GL/gl/getstring.3gl +++ b/doc/gl-docs/GL/gl/getstring.3gl @@ -9,7 +9,8 @@ .ds Xs 56397 5 getstring.gl .TH GLGETSTRING 3G .SH NAME -.B "\- return a string describing the current GL connection +.B "glGetString +\- return a string describing the current GL connection .SH C SPECIFICATION const GLubyte* \f3glGetString\fP( |