diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-deb | 4 | ||||
-rw-r--r-- | debian/Config.h-static | 4 | ||||
-rw-r--r-- | debian/Config.h-udeb | 4 | ||||
-rw-r--r-- | debian/control | 12 |
4 files changed, 12 insertions, 12 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index 400895545..5db15f2da 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -3,7 +3,7 @@ | |||
3 | // When you turn things off here, they won't be compiled in at all. | 3 | // When you turn things off here, they won't be compiled in at all. |
4 | // | 4 | // |
5 | //// This file is parsed by sed. You MUST use single line comments. | 5 | //// This file is parsed by sed. You MUST use single line comments. |
6 | // i.e. //#define BB_BLAH | 6 | // i.e., //#define BB_BLAH |
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
@@ -222,7 +222,7 @@ | |||
222 | #define BB_FEATURE_NFSMOUNT | 222 | #define BB_FEATURE_NFSMOUNT |
223 | // | 223 | // |
224 | // Enable support forced filesystem unmounting | 224 | // Enable support forced filesystem unmounting |
225 | // (i.e. in case of an unreachable NFS system). | 225 | // (i.e., in case of an unreachable NFS system). |
226 | #define BB_FEATURE_MOUNT_FORCE | 226 | #define BB_FEATURE_MOUNT_FORCE |
227 | // | 227 | // |
228 | // use -i (interactive) flag for rm | 228 | // use -i (interactive) flag for rm |
diff --git a/debian/Config.h-static b/debian/Config.h-static index 9a40b6619..4fcd0407c 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static | |||
@@ -3,7 +3,7 @@ | |||
3 | // When you turn things off here, they won't be compiled in at all. | 3 | // When you turn things off here, they won't be compiled in at all. |
4 | // | 4 | // |
5 | //// This file is parsed by sed. You MUST use single line comments. | 5 | //// This file is parsed by sed. You MUST use single line comments. |
6 | // i.e. //#define BB_BLAH | 6 | // i.e., //#define BB_BLAH |
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
@@ -222,7 +222,7 @@ | |||
222 | #define BB_FEATURE_NFSMOUNT | 222 | #define BB_FEATURE_NFSMOUNT |
223 | // | 223 | // |
224 | // Enable support forced filesystem unmounting | 224 | // Enable support forced filesystem unmounting |
225 | // (i.e. in case of an unreachable NFS system). | 225 | // (i.e., in case of an unreachable NFS system). |
226 | #define BB_FEATURE_MOUNT_FORCE | 226 | #define BB_FEATURE_MOUNT_FORCE |
227 | // | 227 | // |
228 | // use -i (interactive) flag for rm | 228 | // use -i (interactive) flag for rm |
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 5184c9f45..00b59aef5 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb | |||
@@ -3,7 +3,7 @@ | |||
3 | // When you turn things off here, they won't be compiled in at all. | 3 | // When you turn things off here, they won't be compiled in at all. |
4 | // | 4 | // |
5 | //// This file is parsed by sed. You MUST use single line comments. | 5 | //// This file is parsed by sed. You MUST use single line comments. |
6 | // i.e. //#define BB_BLAH | 6 | // i.e., //#define BB_BLAH |
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
@@ -222,7 +222,7 @@ | |||
222 | #define BB_FEATURE_NFSMOUNT | 222 | #define BB_FEATURE_NFSMOUNT |
223 | // | 223 | // |
224 | // Enable support forced filesystem unmounting | 224 | // Enable support forced filesystem unmounting |
225 | // (i.e. in case of an unreachable NFS system). | 225 | // (i.e., in case of an unreachable NFS system). |
226 | #define BB_FEATURE_MOUNT_FORCE | 226 | #define BB_FEATURE_MOUNT_FORCE |
227 | // | 227 | // |
228 | // use -i (interactive) flag for rm | 228 | // use -i (interactive) flag for rm |
diff --git a/debian/control b/debian/control index 48aac821e..09990bf2a 100644 --- a/debian/control +++ b/debian/control | |||
@@ -13,8 +13,8 @@ Section: utils | |||
13 | Description: Tiny utilities for small and embedded systems. | 13 | Description: Tiny utilities for small and embedded systems. |
14 | BusyBox combines tiny versions of many common UNIX utilities into a single | 14 | BusyBox combines tiny versions of many common UNIX utilities into a single |
15 | small executable. It provides minimalist replacements for the most common | 15 | small executable. It provides minimalist replacements for the most common |
16 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, | 16 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
17 | mount, tar, etc). The utilities in BusyBox generally have fewer options than | 17 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
18 | their full-featured GNU cousins; however, the options that are included | 18 | their full-featured GNU cousins; however, the options that are included |
19 | provide the expected functionality and behave very much like their GNU | 19 | provide the expected functionality and behave very much like their GNU |
20 | counterparts. | 20 | counterparts. |
@@ -33,8 +33,8 @@ Section: shells | |||
33 | Description: Provides a stand alone rescue shell with tons of builtin utilities. | 33 | Description: Provides a stand alone rescue shell with tons of builtin utilities. |
34 | BusyBox combines tiny versions of many common UNIX utilities into a single | 34 | BusyBox combines tiny versions of many common UNIX utilities into a single |
35 | small executable. It provides minimalist replacements for the most common | 35 | small executable. It provides minimalist replacements for the most common |
36 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, | 36 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
37 | mount, tar, etc). The utilities in BusyBox generally have fewer options than | 37 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
38 | their full-featured GNU cousins; however, the options that are included | 38 | their full-featured GNU cousins; however, the options that are included |
39 | provide the expected functionality and behave very much like their GNU | 39 | provide the expected functionality and behave very much like their GNU |
40 | counterparts. | 40 | counterparts. |
@@ -53,8 +53,8 @@ Section: debian-installer | |||
53 | Description: Tiny utilities for the debian-installer | 53 | Description: Tiny utilities for the debian-installer |
54 | BusyBox combines tiny versions of many common UNIX utilities into a single | 54 | BusyBox combines tiny versions of many common UNIX utilities into a single |
55 | small executable. It provides minimalist replacements for the most common | 55 | small executable. It provides minimalist replacements for the most common |
56 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, | 56 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
57 | mount, tar, etc). The utilities in BusyBox generally have fewer options than | 57 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
58 | their full-featured GNU cousins; however, the options that are included | 58 | their full-featured GNU cousins; however, the options that are included |
59 | provide the expected functionality and behave very much like their GNU | 59 | provide the expected functionality and behave very much like their GNU |
60 | counterparts. | 60 | counterparts. |