diff options
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r-- | coreutils/uname.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c index 8a33cf3b5..aad58cab0 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -46,22 +46,22 @@ | |||
46 | //config: bool "uname (3.7 kb)" | 46 | //config: bool "uname (3.7 kb)" |
47 | //config: default y | 47 | //config: default y |
48 | //config: help | 48 | //config: help |
49 | //config: uname is used to print system information. | 49 | //config: uname is used to print system information. |
50 | //config: | 50 | //config: |
51 | //config:config UNAME_OSNAME | 51 | //config:config UNAME_OSNAME |
52 | //config: string "Operating system name" | 52 | //config: string "Operating system name" |
53 | //config: default "GNU/Linux" | 53 | //config: default "GNU/Linux" |
54 | //config: depends on UNAME | 54 | //config: depends on UNAME |
55 | //config: help | 55 | //config: help |
56 | //config: Sets the operating system name reported by uname -o. The | 56 | //config: Sets the operating system name reported by uname -o. The |
57 | //config: default is "GNU/Linux". | 57 | //config: default is "GNU/Linux". |
58 | //config: | 58 | //config: |
59 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) | 59 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) |
60 | //config:config BB_ARCH | 60 | //config:config BB_ARCH |
61 | //config: bool "arch (1.6 kb)" | 61 | //config: bool "arch (1.6 kb)" |
62 | //config: default y | 62 | //config: default y |
63 | //config: help | 63 | //config: help |
64 | //config: Same as uname -m. | 64 | //config: Same as uname -m. |
65 | 65 | ||
66 | //applet:IF_UNAME(APPLET(uname, BB_DIR_BIN, BB_SUID_DROP)) | 66 | //applet:IF_UNAME(APPLET(uname, BB_DIR_BIN, BB_SUID_DROP)) |
67 | // APPLET_ODDNAME:name main location suid_type help | 67 | // APPLET_ODDNAME:name main location suid_type help |