From 58896919a3e1f26011645d101ff2df80364ab98d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Sep 2014 14:12:55 -0500 Subject: Capitalize "toybox" more consistently on the about page. --- www/about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/about.html b/www/about.html index 0ce42824..1426221b 100755 --- a/www/about.html +++ b/www/about.html @@ -1,7 +1,7 @@ What is toybox? -

What is ToyBox?

+

What is toybox?

Toybox combines the most common Linux command line utilities together into a single BSD-licensed executable. It's simple, small, fast, and reasonably @@ -13,7 +13,7 @@ A tiny system built from just toybox, linux, -

What commands are implemented in Toybox?

+

What commands are implemented in toybox?

The current list of commands implemented by toybox is on the status page, which is updated each release. @@ -29,7 +29,7 @@ the toybox "df" isn't confused by initramfs the way other df implementations are. (If initramfs is visible, df shows it like any other mount point.)

Command Shell

-

The Toybox Shell (toysh) aims to be a reasonable bash replacement. It +

The toybox shell (toysh) aims to be a reasonable bash replacement. It implements the "sh" and "toysh" commands, plus the built-in commands "cd" and "exit". This is the largest single sub-project in toybox.

@@ -56,7 +56,7 @@ tinycc) can rebuild itself from source code.

Most commands are implemented according to The Single Unix Specification version 4 where applicable. This does not mean -that Toybox is implementing every SUSv4 utility: some such as SCCS and ed are +that toybox is implementing every SUSv4 utility: some such as SCCS and ed are obsolete, while others such as c99 are outside the scope of the project. Toybox also isn't implementing full internationalization support: it should be 8-bit clean and handle UTF-8, but otherwise we leave this to X11 and higher -- cgit v1.2.3