summaryrefslogtreecommitdiff
path: root/documentation/src/faq.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-22 18:26:29 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-22 18:26:29 +0000
commit66a162535f002daedefd27ff56a01f97087bd9a1 (patch)
tree35a46b9c391d296e5ad0d2fcd8c49b8e9fd0cd41 /documentation/src/faq.dox
parentde3fd7574f7a9d71f0cf176d63ddc901a4deed8f (diff)
Fix documentation (more typos and formatting).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10332 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/faq.dox')
-rw-r--r--documentation/src/faq.dox8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/src/faq.dox b/documentation/src/faq.dox
index 347d22fdf..530f97eef 100644
--- a/documentation/src/faq.dox
+++ b/documentation/src/faq.dox
@@ -36,7 +36,7 @@ If you prefer watching TV to reading books and code, google search for
"FLTK video tutorials" which has some introductory examples of how to
write FLTK programs in C++ and build them.
-\section faq_box_with_text How do a make a box with text?
+\section faq_box_with_text How do I make a box with text?
The 'hello world' program shows how to make a box with text.
All widgets have labels, so picking a simple widget like Fl_Box
@@ -53,10 +53,8 @@ which handles simple HTML formatted text.
\section faq_license Can I use FLTK to make closed-source commercial applications?
-Yes. The
-\ref license FLTK license
-is standard LGPL, but also includes a special clause ("exception")
-to allow for static linking. Specifically:
+Yes. The FLTK \ref license is standard LGPL, but also includes a special
+clause ("exception") to allow for static linking. Specifically:
\verbatim