diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
commit | b80bdec29037155df3cda15949b812b9299fdab6 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /docs | |
parent | 85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff) | |
download | busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2 busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip |
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.sgml | 6 | ||||
-rw-r--r-- | docs/contributing.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f794f896c..2d372506b 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -805,7 +805,7 @@ | |||
805 | 805 | ||
806 | <para> | 806 | <para> |
807 | Summarize the disk space used for each FILE or current | 807 | Summarize the disk space used for each FILE or current |
808 | directory. Disk space printed in units of 1k (i.e. | 808 | directory. Disk space printed in units of 1k (i.e., |
809 | 1024 bytes). | 809 | 1024 bytes). |
810 | </para> | 810 | </para> |
811 | 811 | ||
@@ -2285,7 +2285,7 @@ | |||
2285 | 2285 | ||
2286 | <para> | 2286 | <para> |
2287 | Creates a temporary file with its name based on | 2287 | Creates a temporary file with its name based on |
2288 | TEMPLATE. TEMPLATE is any name with six `Xs' (i.e. | 2288 | TEMPLATE. TEMPLATE is any name with six `Xs' (i.e., |
2289 | /tmp/temp.XXXXXX). | 2289 | /tmp/temp.XXXXXX). |
2290 | </para> | 2290 | </para> |
2291 | 2291 | ||
@@ -3407,7 +3407,7 @@ | |||
3407 | <screen> | 3407 | <screen> |
3408 | -a Unmount all file systems | 3408 | -a Unmount all file systems |
3409 | -r Try to remount devices as read-only if mount is busy | 3409 | -r Try to remount devices as read-only if mount is busy |
3410 | -f Force filesystem umount (i.e. unreachable NFS server) | 3410 | -f Force filesystem umount (i.e., unreachable NFS server) |
3411 | -l Do not free loop device (if a loop device has been used) | 3411 | -l Do not free loop device (if a loop device has been used) |
3412 | </screen> | 3412 | </screen> |
3413 | </para> | 3413 | </para> |
diff --git a/docs/contributing.txt b/docs/contributing.txt index abfd51684..2e0049289 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt | |||
@@ -45,7 +45,7 @@ Archives can be found here: | |||
45 | 45 | ||
46 | http://opensource.lineo.com/lists/busybox/ | 46 | http://opensource.lineo.com/lists/busybox/ |
47 | 47 | ||
48 | If you have a serious interest in Busybox, i.e. you are using it day-to-day or | 48 | If you have a serious interest in Busybox, i.e., you are using it day-to-day or |
49 | as part of an embedded project, it would be a good idea to join the mailing | 49 | as part of an embedded project, it would be a good idea to join the mailing |
50 | list. | 50 | list. |
51 | 51 | ||
@@ -294,7 +294,7 @@ are some guidelines on how to test your changes. | |||
294 | behavior / output is identical between the two. | 294 | behavior / output is identical between the two. |
295 | 295 | ||
296 | - Try several different permutations and combinations of the features you're | 296 | - Try several different permutations and combinations of the features you're |
297 | adding (i.e. different combinations of command-line switches) and make sure | 297 | adding (i.e., different combinations of command-line switches) and make sure |
298 | they all work; make sure one feature does not interfere with another. | 298 | they all work; make sure one feature does not interfere with another. |
299 | 299 | ||
300 | - Make sure you test compiling against the source both with the feature | 300 | - Make sure you test compiling against the source both with the feature |
@@ -456,7 +456,7 @@ mailing list if: | |||
456 | 456 | ||
457 | - Your changes are broad and touch many different files | 457 | - Your changes are broad and touch many different files |
458 | - You are adding a feature | 458 | - You are adding a feature |
459 | - Your changes are speculative or experimental (i.e. trying a new algorithm) | 459 | - Your changes are speculative or experimental (i.e., trying a new algorithm) |
460 | - You are not the maintainer and your changes make the maintainer cringe | 460 | - You are not the maintainer and your changes make the maintainer cringe |
461 | 461 | ||
462 | The more of the above are true, the better it is to post a patch to the | 462 | The more of the above are true, the better it is to post a patch to the |