diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/getfattr.c | 6 | ||||
-rw-r--r-- | toys/pending/klogd.c | 2 | ||||
-rw-r--r-- | toys/pending/last.c | 4 | ||||
-rw-r--r-- | toys/pending/mdev.c | 2 | ||||
-rw-r--r-- | toys/pending/setfattr.c | 8 | ||||
-rw-r--r-- | toys/pending/sh.c | 4 | ||||
-rw-r--r-- | toys/pending/syslogd.c | 2 |
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)" |