diff options
author | Rob Landley <rob@landley.net> | 2017-01-28 16:27:44 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-01-28 16:27:44 -0600 |
commit | 83f4d4b3a97ee60f7b451eba9c1513847a898b23 (patch) | |
tree | 73b306f6259f26766d92e5ae45a5f2dd831280d5 | |
parent | 102841199bee9cc76f3fff4335d6dbdd3c0cc8ab (diff) | |
download | toybox-83f4d4b3a97ee60f7b451eba9c1513847a898b23.tar.gz |
Answer another question.
-rwxr-xr-x | www/faq.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/faq.html b/www/faq.html index 52ea6f5b..2e79c9cd 100755 --- a/www/faq.html +++ b/www/faq.html @@ -1,6 +1,19 @@ <html><head><title>toybox news</title> <!--#include file="header.html" --> +<ul> +<li><h2><a href="#capitalize">Do you capitalize toybox?</a></h2></li> +<li><h2><a href="#why_toybox">Why is there toybox? What was wrong with busybox? +</ul> + +<a name="capitalize" /> +<h2>Q: Do you capitalize toybox?</h2> + +<p>A: Only at the start of a sentence. The command name is all lower case so +it seems silly to capitalize the project name, but not capitalizing the +start of sentences is awkward, so... compromise. (It is _not_ "ToyBox".)</p> + +<a name="why_toybox" /> <h2>Q: "Why is there toybox? What was wrong with busybox?"</h2> <p>A: To answer the first part: Toybox dates back to when its maintainer |