From e2ffa4f0a8564c52bead9765b4c0c60c6ab81c80 Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Sat, 12 Aug 2023 00:23:29 +0200 Subject: [PATCH] manpage has misleading bash example bug#64378 --- src/doc/screen.1 | 2 +- src/doc/screen.texinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/screen.1 b/src/doc/screen.1 index 6654e0f..2610bab 100644 --- a/src/doc/screen.1 +++ b/src/doc/screen.1 @@ -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" diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo index 7e77beb..8a32adf 100644 --- a/src/doc/screen.texinfo +++ b/src/doc/screen.texinfo @@ -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