aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-25 17:56:11 -0700
committerRob Landley <rob@landley.net>2017-05-26 02:01:57 -0500
commiteb7e847adcecf11cd8fd99077ba3a582abe60146 (patch)
treedbd4676b2b1b2d072cead3beefa52de3a081e820 /toys/pending
parent8ab2d8a3fc7be48f327037c477bd58d038ea13b5 (diff)
downloadtoybox-eb7e847adcecf11cd8fd99077ba3a582abe60146.tar.gz
Be more consistent about periods in help text.
Diffstat (limited to 'toys/pending')
-rw-r--r--toys/pending/getfattr.c6
-rw-r--r--toys/pending/klogd.c2
-rw-r--r--toys/pending/last.c4
-rw-r--r--toys/pending/mdev.c2
-rw-r--r--toys/pending/setfattr.c8
-rw-r--r--toys/pending/sh.c4
-rw-r--r--toys/pending/syslogd.c2
7 files changed, 14 insertions, 14 deletions
diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c
index b17cdc1d..c58994d6 100644
--- a/toys/pending/getfattr.c
+++ b/toys/pending/getfattr.c
@@ -14,9 +14,9 @@ config GETFATTR
Read POSIX extended attributes.
- -d Show values as well as names.
- -h Do not dereference symbolic links.
- -n Show only attributes with the given name.
+ -d Show values as well as names
+ -h Do not dereference symbolic links
+ -n Show only attributes with the given name
*/
#define FOR_getfattr
diff --git a/toys/pending/klogd.c b/toys/pending/klogd.c
index d950981d..517edafd 100644
--- a/toys/pending/klogd.c
+++ b/toys/pending/klogd.c
@@ -14,7 +14,7 @@ config KLOGD
usage: klogd [-n] [-c N]
-c N Print to console messages more urgent than prio N (1-8)"
- -n Run in foreground.
+ -n Run in foreground
config KLOGD_SOURCE_RING_BUFFER
bool "enable kernel ring buffer as log source."
diff --git a/toys/pending/last.c b/toys/pending/last.c
index 4b7b472e..fd33ad53 100644
--- a/toys/pending/last.c
+++ b/toys/pending/last.c
@@ -15,8 +15,8 @@ config LAST
Show listing of last logged in users.
- -W Display the information without host-column truncation.
- -f FILE Read from file FILE instead of /var/log/wtmp.
+ -W Display the information without host-column truncation
+ -f FILE Read from file FILE instead of /var/log/wtmp
*/
#define FOR_last
diff --git a/toys/pending/mdev.c b/toys/pending/mdev.c
index 1cf4e7cd..a270e520 100644
--- a/toys/pending/mdev.c
+++ b/toys/pending/mdev.c
@@ -13,7 +13,7 @@ config MDEV
Create devices in /dev using information from /sys.
- -s Scan all entries in /sys to populate /dev.
+ -s Scan all entries in /sys to populate /dev
config MDEV_CONF
bool "Configuration file for mdev"
diff --git a/toys/pending/setfattr.c b/toys/pending/setfattr.c
index 9a41a4da..7e8bae24 100644
--- a/toys/pending/setfattr.c
+++ b/toys/pending/setfattr.c
@@ -14,10 +14,10 @@ config SETFATTR
Write POSIX extended attributes.
- -h Do not dereference symlink.
- -n Set given attribute.
- -x Remove given attribute.
- -v Set value for attribute -n (default is empty).
+ -h Do not dereference symlink
+ -n Set given attribute
+ -x Remove given attribute
+ -v Set value for attribute -n (default is empty)
*/
#define FOR_setfattr
diff --git a/toys/pending/sh.c b/toys/pending/sh.c
index 76b4e13b..0bfd32c5 100644
--- a/toys/pending/sh.c
+++ b/toys/pending/sh.c
@@ -67,8 +67,8 @@ config CD
Change current directory. With no arguments, go $HOME.
- -P Physical path: resolve symlinks in path.
- -L Local path: .. trims directories off $PWD (default).
+ -P Physical path: resolve symlinks in path
+ -L Local path: .. trims directories off $PWD (default)
config EXIT
bool
diff --git a/toys/pending/syslogd.c b/toys/pending/syslogd.c
index 73542cac..50d93189 100644
--- a/toys/pending/syslogd.c
+++ b/toys/pending/syslogd.c
@@ -20,7 +20,7 @@ config SYSLOGD
-O FILE Default log file <DEFAULT: /var/log/messages>
-f FILE Config file <DEFAULT: /etc/syslog.conf>
-p Alternative unix domain socket <DEFAULT : /dev/log>
- -n Avoid auto-backgrounding.
+ -n Avoid auto-backgrounding
-S Smaller output
-m MARK interval <DEFAULT: 20 minutes> (RANGE: 0 to 71582787)
-R HOST Log to IP or hostname on PORT (default PORT=514/UDP)"