1
0
Fork 0
bash/debian/patches/man-bashlogout.diff
Daniel Baumann fc8a52c443
Adding debian version 5.2.37-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 06:49:22 +02:00

14 lines
422 B
Diff

# DP: document /etc/bash.bashrc in bash man page
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -11576,6 +11576,9 @@ The systemwide initialization file, exec
.FN /etc/bash.bashrc
The systemwide per-interactive-shell startup file
.TP
+.FN /etc/bash.bash.logout
+The systemwide login shell cleanup file, executed when a login shell exits
+.TP
.FN ~/.bash_profile
The personal initialization file, executed for login shells
.TP