diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-07-13 22:34:50 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-07-13 22:34:50 +0800 |
commit | 3b7c8442bfe7c2fd0a6b0415df6ddf66a399fd55 (patch) | |
tree | d9206d6ab90177745dd075d22b77f8fca7c5da75 /src/dash.1 | |
parent | [SHELL] Expand ENV before using it (diff) | |
download | dash-3b7c8442bfe7c2fd0a6b0415df6ddf66a399fd55.tar.gz dash-3b7c8442bfe7c2fd0a6b0415df6ddf66a399fd55.zip |
[OPTIONS] Added support for -l
This patch adds support for the -l option (login shell) as required by the LSB. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/dash.1')
-rw-r--r-- | src/dash.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dash.1 b/src/dash.1 index b4140eb..c8cb3ce 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -170,7 +170,7 @@ positional parameters of the shell ($1, $2, etc). Otherwise, the shell reads commands from its standard input. .Ss Argument List Processing -All of the single letter options have a corresponding name that can be +All of the single letter options that have a corresponding name can be used as an argument to the .Fl o option. @@ -235,6 +235,8 @@ Useful for debugging. Ignore EOF's from input when interactive. .It Fl i Em interactive Force the shell to behave interactively. +.It Fl l +Make dash act as if it had been invoked as a login shell. .It Fl m Em monitor Turn on job control (set automatically when interactive). .It Fl s Em stdin |