From 3a75edca20127f33f04b00eac3f6fbd4583e2b08 Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Fri, 23 Aug 2019 11:59:28 -0600 Subject: [PATCH] Fix minor typo/copy-paste: 'will be use when'->'will be used when' --- examples/README.txt | 4 ++-- examples/abntcodi/Kconfig | 2 +- examples/adxl372_test/Kconfig | 2 +- examples/alarm/Kconfig | 2 +- examples/apa102/Kconfig | 2 +- examples/apds9960/Kconfig | 2 +- examples/battery/Kconfig | 2 +- examples/bmp180/Kconfig | 2 +- examples/buttons/Kconfig | 2 +- examples/chrono/Kconfig | 2 +- examples/dhtxx/Kconfig | 2 +- examples/dsptest/Kconfig | 2 +- examples/embedlog/Kconfig | 2 +- examples/fb/Kconfig | 2 +- examples/fboverlay/Kconfig | 2 +- examples/flowc/Kconfig | 4 ++-- examples/ft80x/Kconfig | 2 +- examples/gpio/Kconfig | 2 +- examples/gps/Kconfig | 2 +- examples/hello/Kconfig | 2 +- examples/hidkbd/Kconfig | 2 +- examples/ina219/Kconfig | 2 +- examples/ina226/Kconfig | 2 +- examples/ini_dumper/Kconfig | 2 +- examples/ipforward/Kconfig | 2 +- examples/leds/Kconfig | 2 +- examples/lis3dsh_reader/Kconfig | 2 +- examples/lsm330spi_test/Kconfig | 2 +- examples/max31855/Kconfig | 2 +- examples/media/Kconfig | 2 +- examples/mld/Kconfig | 4 ++-- examples/mlx90614/Kconfig | 2 +- examples/modbusmaster/Kconfig | 2 +- examples/mtdrwb/Kconfig | 2 +- examples/nettest/Kconfig | 4 ++-- examples/nxhello/Kconfig | 2 +- examples/nximage/Kconfig | 2 +- examples/nxlines/Kconfig | 2 +- examples/nxterm/Kconfig | 2 +- examples/oneshot/Kconfig | 2 +- examples/pca9635/Kconfig | 2 +- examples/pf_ieee802154/Kconfig | 4 ++-- examples/popen/Kconfig | 2 +- examples/pty_test/Kconfig | 2 +- examples/pwfb/Kconfig | 2 +- examples/pwlines/Kconfig | 2 +- examples/rfid_readuid/Kconfig | 2 +- examples/rgbled/Kconfig | 2 +- examples/stat/Kconfig | 2 +- examples/system/Kconfig | 2 +- examples/tcpblaster/Kconfig | 4 ++-- examples/timer/Kconfig | 2 +- examples/udgram/Kconfig | 4 ++-- examples/udp/Kconfig | 4 ++-- examples/udpblaster/Kconfig | 2 +- examples/uid/Kconfig | 2 +- examples/userfs/Kconfig | 2 +- examples/usrsocktest/Kconfig | 2 +- examples/veml6070/Kconfig | 2 +- examples/xbc_test/Kconfig | 2 +- graphics/twm4nx/Kconfig | 2 +- system/dhcpc/Kconfig | 2 +- system/lzf/Kconfig | 2 +- system/nsh/Kconfig | 2 +- system/ping/Kconfig | 2 +- system/ping6/Kconfig | 2 +- system/ramtest/Kconfig | 2 +- system/sched_note/Kconfig | 2 +- system/setlogmask/Kconfig | 2 +- system/spi/Kconfig | 2 +- system/taskset/Kconfig | 2 +- testing/fstest/Kconfig | 2 +- testing/scanftest/Kconfig | 2 +- testing/smp/Kconfig | 2 +- wireless/bluetooth/btsak/Kconfig | 2 +- wireless/ieee802154/i8sak/Kconfig | 2 +- wireless/iwpan/Kconfig | 2 +- wireless/wapi/Kconfig | 2 +- 78 files changed, 86 insertions(+), 86 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index 7e643d4df..81b5ce8fb 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -80,7 +80,7 @@ examples/alarm CONFIG_EXAMPLES_ALARM - Enable the RTC driver alarm test CONFIG_EXAMPLES_ALARM_PROGNAME - If CONFIG_BUILD_LOADABLE=y, then this is - the name of the program that will be use when the NSH ELF program is + the name of the program that will be used when the NSH ELF program is installed. CONFIG_EXAMPLES_ALARM_PRIORITY - Alarm daemon priority CONFIG_EXAMPLES_ALARM_STACKSIZE - Alarm daemon stack size @@ -1800,7 +1800,7 @@ examples/timer CONFIG_EXAMPLES_TIMER_PRIORITY - This is the priority of the timer task: Default: 100 CONFIG_EXAMPLES_TIMER_PROGNAME - This is the name of the program that - will be use when the NSH ELF program is installed. Default: "timer" + will be used when the NSH ELF program is installed. Default: "timer" examples/touchscreen ^^^^^^^^^^^^^^^^^^^^ diff --git a/examples/abntcodi/Kconfig b/examples/abntcodi/Kconfig index 8259f5035..4f8d05aee 100644 --- a/examples/abntcodi/Kconfig +++ b/examples/abntcodi/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_ABNTCODI_PROGNAME default "abntcodi" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_ABNTCODI_PRIORITY diff --git a/examples/adxl372_test/Kconfig b/examples/adxl372_test/Kconfig index 55d1467e7..b00bd6dd6 100644 --- a/examples/adxl372_test/Kconfig +++ b/examples/adxl372_test/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_ADXL372_TEST_PROGNAME default "ADXL372_test" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_ADXL372_TEST_PRIORITY diff --git a/examples/alarm/Kconfig b/examples/alarm/Kconfig index 02e0c3d78..d81d97af6 100644 --- a/examples/alarm/Kconfig +++ b/examples/alarm/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_ALARM_PROGNAME default "alarm" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_ALARM_PRIORITY diff --git a/examples/apa102/Kconfig b/examples/apa102/Kconfig index 6f94b9501..eec9070bf 100644 --- a/examples/apa102/Kconfig +++ b/examples/apa102/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_APA102_PROGNAME default "apa102" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/apds9960/Kconfig b/examples/apds9960/Kconfig index a162bb170..4af9e9028 100644 --- a/examples/apds9960/Kconfig +++ b/examples/apds9960/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_APDS9960_PROGNAME default "apds9960" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_APDS9960_DEVNAME diff --git a/examples/battery/Kconfig b/examples/battery/Kconfig index d0fe4962c..b342f06ad 100644 --- a/examples/battery/Kconfig +++ b/examples/battery/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_BATTERY_PROGNAME default "batt" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_BATTERY_DEVNAME diff --git a/examples/bmp180/Kconfig b/examples/bmp180/Kconfig index 4bf1e61da..70a601c9c 100644 --- a/examples/bmp180/Kconfig +++ b/examples/bmp180/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_BMP180_PROGNAME default "bmp180" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_BMP180_PRIORITY diff --git a/examples/buttons/Kconfig b/examples/buttons/Kconfig index 0783d8c8b..07edbaa02 100644 --- a/examples/buttons/Kconfig +++ b/examples/buttons/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_BUTTONS_PROGNAME default "buttons" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_BUTTONS_PRIORITY diff --git a/examples/chrono/Kconfig b/examples/chrono/Kconfig index 42d1faaec..bc10bbf90 100644 --- a/examples/chrono/Kconfig +++ b/examples/chrono/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_CHRONO_PROGNAME default "chrono" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_CHRONO_PRIORITY diff --git a/examples/dhtxx/Kconfig b/examples/dhtxx/Kconfig index faa7bfa69..92d03b28b 100644 --- a/examples/dhtxx/Kconfig +++ b/examples/dhtxx/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_DHTXX_PROGNAME default "dhtxx" depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_DHTXX_PRIORITY diff --git a/examples/dsptest/Kconfig b/examples/dsptest/Kconfig index 754085bae..bbd069838 100644 --- a/examples/dsptest/Kconfig +++ b/examples/dsptest/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_DSPTEST_PROGNAME default "dsptest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_DSPTEST_PRIORITY diff --git a/examples/embedlog/Kconfig b/examples/embedlog/Kconfig index 28073fabd..5a8a6a204 100644 --- a/examples/embedlog/Kconfig +++ b/examples/embedlog/Kconfig @@ -28,7 +28,7 @@ config EXAMPLES_EMBEDLOG_PROGNAME default "embedlog" depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_EMBEDLOG_PRIORITY diff --git a/examples/fb/Kconfig b/examples/fb/Kconfig index e73d2ae7e..509149f2d 100644 --- a/examples/fb/Kconfig +++ b/examples/fb/Kconfig @@ -30,7 +30,7 @@ config EXAMPLES_FB_PROGNAME default "fb" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_FB_PRIORITY diff --git a/examples/fboverlay/Kconfig b/examples/fboverlay/Kconfig index 10e6a1293..a0b80b4fa 100644 --- a/examples/fboverlay/Kconfig +++ b/examples/fboverlay/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_FBOVERLAY_PROGNAME default "fboverlay" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_FBOVERLAY_PRIORITY diff --git a/examples/flowc/Kconfig b/examples/flowc/Kconfig index 76200c539..0ee422f54 100644 --- a/examples/flowc/Kconfig +++ b/examples/flowc/Kconfig @@ -56,7 +56,7 @@ config EXAMPLES_FLOWC_PROGNAME1 default "sender" if EXAMPLES_FLOWC_SENDER1 depends on BUILD_LOADABLE ---help--- - This is the name of the Target1 program that will be use when the + This is the name of the Target1 program that will be used when the NSH ELF program is installed. config EXAMPLES_FLOWC_PRIORITY1 @@ -85,7 +85,7 @@ config EXAMPLES_FLOWC_PROGNAME2 default "sender" if EXAMPLES_FLOWC_RECEIVER2 depends on BUILD_LOADABLE ---help--- - This is the name of the Target2 program that will be use when the + This is the name of the Target2 program that will be used when the NSH ELF program is installed. config EXAMPLES_FLOWC_PRIORITY2 diff --git a/examples/ft80x/Kconfig b/examples/ft80x/Kconfig index 641cc098e..495a20030 100644 --- a/examples/ft80x/Kconfig +++ b/examples/ft80x/Kconfig @@ -38,7 +38,7 @@ config EXAMPLES_FT80X_PROGNAME default "ft80x" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_FT80X_PRIORITY diff --git a/examples/gpio/Kconfig b/examples/gpio/Kconfig index c54eca853..f325e08b6 100644 --- a/examples/gpio/Kconfig +++ b/examples/gpio/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_GPIO_PROGNAME default "gpio" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_GPIO_PRIORITY diff --git a/examples/gps/Kconfig b/examples/gps/Kconfig index 04f95b153..4b0660a3e 100644 --- a/examples/gps/Kconfig +++ b/examples/gps/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_GPS_PROGNAME default "gps" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_GPS_PRIORITY diff --git a/examples/hello/Kconfig b/examples/hello/Kconfig index 02330f74c..417ee36cd 100644 --- a/examples/hello/Kconfig +++ b/examples/hello/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_HELLO_PROGNAME default "hello" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_HELLO_PRIORITY diff --git a/examples/hidkbd/Kconfig b/examples/hidkbd/Kconfig index f2d7b16d9..7cfabda37 100644 --- a/examples/hidkbd/Kconfig +++ b/examples/hidkbd/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_HIDKBD_PROGNAME default "hidkbd" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the Nettest + This is the name of the program that will be used when the Nettest program is installed. config EXAMPLES_HIDKBD_STACKSIZE diff --git a/examples/ina219/Kconfig b/examples/ina219/Kconfig index 69c9103f6..e316a9977 100644 --- a/examples/ina219/Kconfig +++ b/examples/ina219/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_INA219_PROGNAME default "ina219" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_INA219_PRIORITY diff --git a/examples/ina226/Kconfig b/examples/ina226/Kconfig index 2210ba7d3..d954ae545 100644 --- a/examples/ina226/Kconfig +++ b/examples/ina226/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_INA226_PROGNAME default "ina226" depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config INA226_SHUNTVAL diff --git a/examples/ini_dumper/Kconfig b/examples/ini_dumper/Kconfig index eb7a7f665..3abe1061c 100644 --- a/examples/ini_dumper/Kconfig +++ b/examples/ini_dumper/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_INI_DUMPER_PROGNAME default "ini_dumper" depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_INI_DUMPER_PRIORITY diff --git a/examples/ipforward/Kconfig b/examples/ipforward/Kconfig index cfb31bcc5..f9354258b 100644 --- a/examples/ipforward/Kconfig +++ b/examples/ipforward/Kconfig @@ -32,7 +32,7 @@ config EXAMPLES_IPFORWARD_PROGNAME default "ipfwd" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_IPFORWARD_PRIORITY diff --git a/examples/leds/Kconfig b/examples/leds/Kconfig index eaab8981b..63849b46f 100644 --- a/examples/leds/Kconfig +++ b/examples/leds/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_LEDS_PROGNAME default "leds" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_LEDS_PRIORITY diff --git a/examples/lis3dsh_reader/Kconfig b/examples/lis3dsh_reader/Kconfig index af1596366..b6132675d 100644 --- a/examples/lis3dsh_reader/Kconfig +++ b/examples/lis3dsh_reader/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_LIS3DSH_READER_PROGNAME default "lis3dsh_reader" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif # EXAMPLES_LIS3DSH_READER diff --git a/examples/lsm330spi_test/Kconfig b/examples/lsm330spi_test/Kconfig index 8882104f4..36206fc6b 100644 --- a/examples/lsm330spi_test/Kconfig +++ b/examples/lsm330spi_test/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_LSM330SPI_TEST_PROGNAME default "lsm330spi_test" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_LSM330SPI_TEST_PRIORITY diff --git a/examples/max31855/Kconfig b/examples/max31855/Kconfig index cd062efd2..0b869f3fc 100644 --- a/examples/max31855/Kconfig +++ b/examples/max31855/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_MAX31855_PROGNAME default "max31855" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_MAX31855_PRIORITY diff --git a/examples/media/Kconfig b/examples/media/Kconfig index c453f5267..37a163b05 100644 --- a/examples/media/Kconfig +++ b/examples/media/Kconfig @@ -67,7 +67,7 @@ config EXAMPLES_MEDIA_PROGNAME default "media" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/mld/Kconfig b/examples/mld/Kconfig index c539555ea..2a4e2cfd2 100644 --- a/examples/mld/Kconfig +++ b/examples/mld/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_MLD_PROGNAME default "mld" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_MLD_APPNAME @@ -25,7 +25,7 @@ config EXAMPLES_MLD_APPNAME default "mld" depends on CONFIG_NSH_BUILTIN_APPS ---help--- - This is the name of the application that will be use when running + This is the name of the application that will be used when running from the NSH command line config EXAMPLES_MLD_PRIORITY diff --git a/examples/mlx90614/Kconfig b/examples/mlx90614/Kconfig index bdd67ccd2..ce2226f21 100644 --- a/examples/mlx90614/Kconfig +++ b/examples/mlx90614/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_MLX90614_PROGNAME default "MLX90614 Test Example" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/modbusmaster/Kconfig b/examples/modbusmaster/Kconfig index ab071dd29..157253e04 100644 --- a/examples/modbusmaster/Kconfig +++ b/examples/modbusmaster/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_MODBUSMASTER_PROGNAME default "modbusmaster" depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_MODBUSMASTER_PRIORITY diff --git a/examples/mtdrwb/Kconfig b/examples/mtdrwb/Kconfig index df36d22fe..5b7f812bc 100644 --- a/examples/mtdrwb/Kconfig +++ b/examples/mtdrwb/Kconfig @@ -20,7 +20,7 @@ config EXAMPLES_MTDRWB_PROGNAME default "mtdrwb" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_MTDRWB_ARCHINIT diff --git a/examples/nettest/Kconfig b/examples/nettest/Kconfig index 94fc0cf55..9aa585141 100644 --- a/examples/nettest/Kconfig +++ b/examples/nettest/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_NETTEST_PROGNAME1 default "nettest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the Nettest + This is the name of the program that will be used when the Nettest program is installed. config EXAMPLES_NETTEST_STACKSIZE1 @@ -75,7 +75,7 @@ config EXAMPLES_NETTEST_PROGNAME2 default "tcpclient" if EXAMPLES_NETTEST_SERVER2 depends on BUILD_LOADABLE ---help--- - This is the name of the Target2 program that will be use when the + This is the name of the Target2 program that will be used when the NSH ELF program is installed. config EXAMPLES_NETTEST_PRIORITY2 diff --git a/examples/nxhello/Kconfig b/examples/nxhello/Kconfig index 4cde8b8f2..26b608226 100644 --- a/examples/nxhello/Kconfig +++ b/examples/nxhello/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_NXHELLO_PROGNAME default "nxhello" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_NXHELLO_PRIORITY diff --git a/examples/nximage/Kconfig b/examples/nximage/Kconfig index 9a54fb287..538a79d39 100644 --- a/examples/nximage/Kconfig +++ b/examples/nximage/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_NXIMAGE_PROGNAME default "nxhello" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_NXIMAGE_PRIORITY diff --git a/examples/nxlines/Kconfig b/examples/nxlines/Kconfig index 1f2424018..3a7326088 100644 --- a/examples/nxlines/Kconfig +++ b/examples/nxlines/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_NXLINES_PROGNAME default "nxhello" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_NXLINES_PRIORITY diff --git a/examples/nxterm/Kconfig b/examples/nxterm/Kconfig index de2157df5..2ac1e23ec 100644 --- a/examples/nxterm/Kconfig +++ b/examples/nxterm/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_NXTERM_PROGNAME default "nxterm" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_NXTERM_PRIORITY diff --git a/examples/oneshot/Kconfig b/examples/oneshot/Kconfig index f97bc08c2..3dc966d48 100644 --- a/examples/oneshot/Kconfig +++ b/examples/oneshot/Kconfig @@ -59,7 +59,7 @@ config EXAMPLES_ONESHOT_PROGNAME default "oneshot" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/pca9635/Kconfig b/examples/pca9635/Kconfig index 304ac27a4..8050411db 100644 --- a/examples/pca9635/Kconfig +++ b/examples/pca9635/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_PCA9635_PROGNAME default "pca9635" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/pf_ieee802154/Kconfig b/examples/pf_ieee802154/Kconfig index cb6da2ac1..22af89bbc 100644 --- a/examples/pf_ieee802154/Kconfig +++ b/examples/pf_ieee802154/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_PFIEEE802154_PROGNAME1 default "pfserver" depends on BUILD_LOADABLE ---help--- - This is the name of the Target1 program that will be use when the + This is the name of the Target1 program that will be used when the NSH ELF program is installed. config EXAMPLES_PFIEEE802154_PRIORITY1 @@ -33,7 +33,7 @@ config EXAMPLES_PFIEEE802154_PROGNAME2 default "pfclient" depends on BUILD_LOADABLE ---help--- - This is the name of the Target2 program that will be use when the + This is the name of the Target2 program that will be used when the NSH ELF program is installed. config EXAMPLES_PFIEEE802154_PRIORITY2 diff --git a/examples/popen/Kconfig b/examples/popen/Kconfig index f5a0de296..183202bc8 100644 --- a/examples/popen/Kconfig +++ b/examples/popen/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_POPEN_PROGNAME default "popen" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_POPEN_PRIORITY diff --git a/examples/pty_test/Kconfig b/examples/pty_test/Kconfig index 311f8c7cb..2612c66d2 100644 --- a/examples/pty_test/Kconfig +++ b/examples/pty_test/Kconfig @@ -18,7 +18,7 @@ config EXAMPLES_PTYTEST_PROGNAME default "pts" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_PTYTEST_POLL diff --git a/examples/pwfb/Kconfig b/examples/pwfb/Kconfig index e12a996c7..8de700104 100644 --- a/examples/pwfb/Kconfig +++ b/examples/pwfb/Kconfig @@ -104,7 +104,7 @@ config EXAMPLES_PWFB_PROGNAME default "pwfb" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_PWFB_CLIENT_STACKSIZE diff --git a/examples/pwlines/Kconfig b/examples/pwlines/Kconfig index c978eb7fd..868f55a78 100644 --- a/examples/pwlines/Kconfig +++ b/examples/pwlines/Kconfig @@ -103,7 +103,7 @@ config EXAMPLES_PWLINES_PROGNAME default "pwlines" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_PWLINES_CLIENT_STACKSIZE diff --git a/examples/rfid_readuid/Kconfig b/examples/rfid_readuid/Kconfig index fe48604f7..8e2c81b44 100644 --- a/examples/rfid_readuid/Kconfig +++ b/examples/rfid_readuid/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_RFID_READUID_PROGNAME default "rfid_readuid" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_RFID_READUID_PRIORITY diff --git a/examples/rgbled/Kconfig b/examples/rgbled/Kconfig index 9e552c769..e9200968f 100644 --- a/examples/rgbled/Kconfig +++ b/examples/rgbled/Kconfig @@ -20,7 +20,7 @@ config EXAMPLES_RGBLED_PROGNAME default "rgbled" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_RGBLED_PRIORITY diff --git a/examples/stat/Kconfig b/examples/stat/Kconfig index fea6f4819..a179d690e 100644 --- a/examples/stat/Kconfig +++ b/examples/stat/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_STAT_PROGNAME default "stat" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_STAT_PRIORITY diff --git a/examples/system/Kconfig b/examples/system/Kconfig index 4f5be20fd..f89758c79 100644 --- a/examples/system/Kconfig +++ b/examples/system/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_SYSTEM_PROGNAME default "system" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_SYSTEM_PRIORITY diff --git a/examples/tcpblaster/Kconfig b/examples/tcpblaster/Kconfig index 369afc0a1..b4600afb5 100644 --- a/examples/tcpblaster/Kconfig +++ b/examples/tcpblaster/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_TCPBLASTER_PROGNAME1 default "tcpclient" if EXAMPLES_TCPBLASTER_SERVER depends on BUILD_KERNEL ---help--- - This is the name of the program that will be use when the TcpBlaster + This is the name of the program that will be used when the TcpBlaster program is installed for target1. config EXAMPLES_TCPBLASTER_STACKSIZE1 @@ -92,7 +92,7 @@ config EXAMPLES_TCPBLASTER_PROGNAME2 default "tcpclient" if EXAMPLES_TCPBLASTER_SERVER depends on BUILD_KERNEL ---help--- - This is the name of the Target2 program that will be use when the + This is the name of the Target2 program that will be used when the NSH ELF program is installed. config EXAMPLES_TCPBLASTER_PRIORITY2 diff --git a/examples/timer/Kconfig b/examples/timer/Kconfig index f8bad5df9..7416f6249 100644 --- a/examples/timer/Kconfig +++ b/examples/timer/Kconfig @@ -69,7 +69,7 @@ config EXAMPLES_TIMER_PROGNAME default "timer" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. endif diff --git a/examples/udgram/Kconfig b/examples/udgram/Kconfig index 1b6433bd7..ae89724bc 100644 --- a/examples/udgram/Kconfig +++ b/examples/udgram/Kconfig @@ -42,7 +42,7 @@ config EXAMPLES_UDGRAM_SERVER_PROGNAME default "server" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF server program is installed. config EXAMPLES_UDGRAM_CLIENT_APPNAME @@ -71,7 +71,7 @@ config EXAMPLES_UDGRAM_CLIENT_PROGNAME default "client" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF client program is installed. diff --git a/examples/udp/Kconfig b/examples/udp/Kconfig index ce45413d6..8bef4bed8 100644 --- a/examples/udp/Kconfig +++ b/examples/udp/Kconfig @@ -24,7 +24,7 @@ config EXAMPLES_UDP_PROGNAME1 default "udpclient" if !EXAMPLES_UDP_SERVER1 depends on BUILD_LOADABLE ---help--- - This is the name of the Target1 program that will be use when the + This is the name of the Target1 program that will be used when the NSH ELF program is installed. config EXAMPLES_UDP_PRIORITY1 @@ -53,7 +53,7 @@ config EXAMPLES_UDP_PROGNAME2 default "udpclient" if EXAMPLES_UDP_SERVER2 depends on BUILD_LOADABLE ---help--- - This is the name of the Target2 program that will be use when the + This is the name of the Target2 program that will be used when the NSH ELF program is installed. config EXAMPLES_UDP_PRIORITY2 diff --git a/examples/udpblaster/Kconfig b/examples/udpblaster/Kconfig index caf3c9dc6..b406167c3 100644 --- a/examples/udpblaster/Kconfig +++ b/examples/udpblaster/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_UDPBLASTER_PROGNAME default "nettest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the Nettest + This is the name of the program that will be used when the Nettest program is installed. config EXAMPLES_UDPBLASTER_STACKSIZE diff --git a/examples/uid/Kconfig b/examples/uid/Kconfig index 44ecacc5c..3ac13c526 100644 --- a/examples/uid/Kconfig +++ b/examples/uid/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_UID_PROGNAME default "uid" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_UID_PRIORITY diff --git a/examples/userfs/Kconfig b/examples/userfs/Kconfig index ac026b6bc..701095d48 100644 --- a/examples/userfs/Kconfig +++ b/examples/userfs/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_USERFS_PROGNAME default "userfs" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_USERFS_PRIORITY diff --git a/examples/usrsocktest/Kconfig b/examples/usrsocktest/Kconfig index 73c6597ad..0101a3a16 100644 --- a/examples/usrsocktest/Kconfig +++ b/examples/usrsocktest/Kconfig @@ -22,7 +22,7 @@ config EXAMPLES_USRSOCKTEST_PROGNAME default "usrsocktest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_USRSOCKTEST_PRIORITY diff --git a/examples/veml6070/Kconfig b/examples/veml6070/Kconfig index c2556a019..b1ffc3b61 100644 --- a/examples/veml6070/Kconfig +++ b/examples/veml6070/Kconfig @@ -17,7 +17,7 @@ config EXAMPLES_VEML6070_PROGNAME default "veml6070" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_VEML6070_PRIORITY diff --git a/examples/xbc_test/Kconfig b/examples/xbc_test/Kconfig index 415c4a8ad..c318cfb85 100644 --- a/examples/xbc_test/Kconfig +++ b/examples/xbc_test/Kconfig @@ -16,7 +16,7 @@ config EXAMPLES_XBC_TEST_PROGNAME default "xbc_test" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config EXAMPLES_XBC_DEVNAME diff --git a/graphics/twm4nx/Kconfig b/graphics/twm4nx/Kconfig index 6953e3dd5..25b6de80f 100644 --- a/graphics/twm4nx/Kconfig +++ b/graphics/twm4nx/Kconfig @@ -24,7 +24,7 @@ config TWM4NX_PROGNAME default "twm4nx" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config TWM4NX_PRIORITY diff --git a/system/dhcpc/Kconfig b/system/dhcpc/Kconfig index 81462a2bf..8a505ac70 100644 --- a/system/dhcpc/Kconfig +++ b/system/dhcpc/Kconfig @@ -18,7 +18,7 @@ config DHCPC_RENEW_PROGNAME default "renew" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config DHCPC_RENEW_PRIORITY diff --git a/system/lzf/Kconfig b/system/lzf/Kconfig index 449ebf293..9b519041e 100644 --- a/system/lzf/Kconfig +++ b/system/lzf/Kconfig @@ -34,7 +34,7 @@ config SYSTEM_LZF_PROGNAME default "lzf" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_LZF_PRIORITY diff --git a/system/nsh/Kconfig b/system/nsh/Kconfig index 98a949383..127cdcadb 100644 --- a/system/nsh/Kconfig +++ b/system/nsh/Kconfig @@ -74,7 +74,7 @@ config SYSTEM_NSH_PROGNAME default "nsh" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_NSH_CXXINITIALIZE diff --git a/system/ping/Kconfig b/system/ping/Kconfig index 41dc0427b..3c2fe48f4 100644 --- a/system/ping/Kconfig +++ b/system/ping/Kconfig @@ -18,7 +18,7 @@ config SYSTEM_PING_PROGNAME default "ping" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_PING_PRIORITY diff --git a/system/ping6/Kconfig b/system/ping6/Kconfig index 88cce1fb2..e681d9857 100644 --- a/system/ping6/Kconfig +++ b/system/ping6/Kconfig @@ -17,7 +17,7 @@ config SYSTEM_PING6_PROGNAME default "ping6" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_PING6_PRIORITY diff --git a/system/ramtest/Kconfig b/system/ramtest/Kconfig index ee6114a48..4a5a26034 100644 --- a/system/ramtest/Kconfig +++ b/system/ramtest/Kconfig @@ -16,7 +16,7 @@ config SYSTEM_RAMTEST_PROGNAME default "ramtest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_RAMTEST_PRIORITY diff --git a/system/sched_note/Kconfig b/system/sched_note/Kconfig index 3efd40554..2750cb92f 100644 --- a/system/sched_note/Kconfig +++ b/system/sched_note/Kconfig @@ -17,7 +17,7 @@ config SYSTEM_NOTE_PROGNAME default "note" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_NOTE_PRIORITY diff --git a/system/setlogmask/Kconfig b/system/setlogmask/Kconfig index aa6041724..528a21290 100644 --- a/system/setlogmask/Kconfig +++ b/system/setlogmask/Kconfig @@ -15,7 +15,7 @@ config SYSTEM_SETLOGMASK_PROGNAME default "setlogmask" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_SETLOGMASK_PRIORITY diff --git a/system/spi/Kconfig b/system/spi/Kconfig index 0f3a62ff0..41432cae4 100644 --- a/system/spi/Kconfig +++ b/system/spi/Kconfig @@ -18,7 +18,7 @@ config SPITOOL_PROGNAME default "hello" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the ELF + This is the name of the program that will be used when the ELF program is installed. config SPITOOL_PRIORITY diff --git a/system/taskset/Kconfig b/system/taskset/Kconfig index 87f585d8d..e1ea830c2 100644 --- a/system/taskset/Kconfig +++ b/system/taskset/Kconfig @@ -16,7 +16,7 @@ config SYSTEM_TASKSET_PROGNAME default "taskset" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config SYSTEM_TASKSET_PRIORITY diff --git a/testing/fstest/Kconfig b/testing/fstest/Kconfig index 10e206344..c21c561fb 100644 --- a/testing/fstest/Kconfig +++ b/testing/fstest/Kconfig @@ -17,7 +17,7 @@ config TESTING_FSTEST_PROGNAME default "fstest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config TESTING_FSTEST_PRIORITY diff --git a/testing/scanftest/Kconfig b/testing/scanftest/Kconfig index 3fd0adc34..5967d5a05 100644 --- a/testing/scanftest/Kconfig +++ b/testing/scanftest/Kconfig @@ -20,7 +20,7 @@ config TESTING_SCANFTEST_PROGNAME default "scanftest" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config TESTING_SCANFTEST_PRIORITY diff --git a/testing/smp/Kconfig b/testing/smp/Kconfig index c2b1fedd2..0b898a8e8 100644 --- a/testing/smp/Kconfig +++ b/testing/smp/Kconfig @@ -27,7 +27,7 @@ config TESTING_SMP_PROGNAME default "smp" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config TESTING_SMP_PRIORITY diff --git a/wireless/bluetooth/btsak/Kconfig b/wireless/bluetooth/btsak/Kconfig index 295db5e0a..a207066f5 100644 --- a/wireless/bluetooth/btsak/Kconfig +++ b/wireless/bluetooth/btsak/Kconfig @@ -16,7 +16,7 @@ config BTSAK_PROGNAME default "bt" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config BTSAK_PRIORITY diff --git a/wireless/ieee802154/i8sak/Kconfig b/wireless/ieee802154/i8sak/Kconfig index 6ba2c20fe..d67b2c631 100644 --- a/wireless/ieee802154/i8sak/Kconfig +++ b/wireless/ieee802154/i8sak/Kconfig @@ -18,7 +18,7 @@ config IEEE802154_I8SAK_PROGNAME default "i8" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config IEEE802154_I8SAK_PRIORITY diff --git a/wireless/iwpan/Kconfig b/wireless/iwpan/Kconfig index 6442577d4..c288260e9 100644 --- a/wireless/iwpan/Kconfig +++ b/wireless/iwpan/Kconfig @@ -20,7 +20,7 @@ config WIRELESS_IWPAN_PROGNAME default "iwpan" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config WIRELESS_IWPAN_STACKSIZE diff --git a/wireless/wapi/Kconfig b/wireless/wapi/Kconfig index b78e88564..2f947502d 100644 --- a/wireless/wapi/Kconfig +++ b/wireless/wapi/Kconfig @@ -26,7 +26,7 @@ config WIRELESS_WAPI_PROGNAME default "wapi" depends on BUILD_LOADABLE ---help--- - This is the name of the program that will be use when the NSH ELF + This is the name of the program that will be used when the NSH ELF program is installed. config WIRELESS_WAPI_STACKSIZE