diff options
author | Tim Riker | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /debianutils/run_parts.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r-- | debianutils/run_parts.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 9031435..862db7a 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -36,10 +36,10 @@ * broken compatibility because the BusyBox policy doesn't allow them. * The supported options are: * -t test. Print the name of the files to be executed, without - * execute them. + * execute them. * -a ARG argument. Pass ARG as an argument the program executed. It can - * be repeated to pass multiple arguments. - * -u MASK umask. Set the umask of the program executed to MASK. */ + * be repeated to pass multiple arguments. + * -u MASK umask. Set the umask of the program executed to MASK. */ /* TODO * done - convert calls to error in perror... and remove error() |