bash-5.0-syslog-history.patch 381 B

12345678910111213
  1. diff --git a/doc/bash.1 b/doc/bash.1
  2. --- a/doc/bash.1
  3. +++ b/doc/bash.1
  4. @@ -9889,6 +9889,9 @@ If set, the
  5. to find the directory containing the file supplied as an argument.
  6. This option is enabled by default.
  7. .TP 8
  8. +.B syslog_history
  9. +If set, command history is logged to syslog.
  10. +.TP 8
  11. .B xpg_echo
  12. If set, the \fBecho\fP builtin expands backslash-escape sequences
  13. by default.