mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
sh.1: Backport login shell addition from ksh93v- (#266)
This small addition to the man page adds a description for the -l (login shell) option. It was mentioned on the old mailing list: https://www.mail-archive.com/ast-users@lists.research.att.com/msg00299.html
This commit is contained in:
parent
5461f11968
commit
23964f89c6
1 changed files with 5 additions and 0 deletions
|
@ -8311,6 +8311,11 @@ shell, commands are read from
|
||||||
and then from
|
and then from
|
||||||
.BR \s-1$HOME\s+1/.profile
|
.BR \s-1$HOME\s+1/.profile
|
||||||
if it exists.
|
if it exists.
|
||||||
|
Alternatively, the option
|
||||||
|
.B \-l
|
||||||
|
causes the shell to be treated as a
|
||||||
|
.I login
|
||||||
|
shell.
|
||||||
Next, for interactive shells, commands are read from
|
Next, for interactive shells, commands are read from
|
||||||
the file named by
|
the file named by
|
||||||
.SM
|
.SM
|
||||||
|
|
Loading…
Reference in a new issue