manpage has misleading bash example

bug#64378
This commit is contained in:
Alexander Naumov
2023-08-12 00:23:29 +02:00
parent acb21f5269
commit e2ffa4f0a8
2 changed files with 2 additions and 2 deletions

View File

@@ -3306,7 +3306,7 @@ This is useful if you'd like to run a tty-enhancer which is expecting to
execute the program specified in $SHELL.
If the command begins with a '\-' character, the shell will be started as a
login-shell. Typical shells do only minimal initialization when not started as a login-shell.
E.g. Bash will not read your \*Q~/.bashrc\*U unless it is a login-shell.
E.g. Bash will not read your \*Q~/.bash_profile\*U unless it is a login-shell.
.RE
.TP
.B "shelltitle \fItitle\fP"

View File

@@ -1365,7 +1365,7 @@ you'd like to run a tty-enhancer which is expecting to execute the
program specified in @code{$SHELL}.
If the command begins with a @samp{-} character, the shell will be started as a
login-shell. Typical shells do only minimal initialization when not started as a login-shell.
E.g. Bash will not read your @file{~/.bashrc} unless it is a login-shell.
E.g. Bash will not read your @file{~/.bash_profile} unless it is a login-shell.
@code{defshell} is currently a synonym to the @code{shell} .screenrc command.
@end deffn