Your message dated Mon, 24 Jun 2024 15:27:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#764063 Inconsistent docs for history-size
has caused the Debian Bug report #764063,
regarding Inconsistent docs for history-size
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
764063: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764063
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 4.3-10
Severity: minor
File: /usr/share/man/man1/bash.1.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the manpage says
history-size (0)
Set the maximum number of history entries saved in the history
list.
If set to zero, any existing history entries are deleted and
no new
entries are saved. If set to a value less than zero, the
number of
history entries is not limited. By default, the number of
history
entries is not limited.
so the default seems to be 0 (no history) according to the header, but
unlimited according to the text. One is likely wrong.
Greetings,
Joachim
- -- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf
Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages bash depends on:
ii base-files 7.5
ii dash 0.5.7-4
ii debianutils 4.4
ii libc6 2.19-11
ii libtinfo5 5.9+20140913-1
Versions of packages bash recommends:
ii bash-completion 1:2.1-4
Versions of packages bash suggests:
pn bash-doc <none>
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQw8gwACgkQ9ijrk0dDIGztVQCdHRq315MRMfQBU8Suha3R5jgL
sRIAn1w15cgOkNupFIVjHdRCA+NsTXjA
=sezk
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Version: 5.0-6
On Sun, 05 Oct 2014 09:23:57 +0200 Joachim Breitner <[email protected]>
wrote:
the manpage says
history-size (0)
Set the maximum number of history entries saved in the history
list.
If set to zero, any existing history entries are deleted and
no new
entries are saved. If set to a value less than zero, the
number of
history entries is not limited. By default, the number of
history
entries is not limited.
so the default seems to be 0 (no history) according to the header, but
unlimited according to the text. One is likely wrong.
The manpage for bash 5.0 states:
history-size (unset)
Set the maximum number of history entries saved in the history
list. If set to zero, any existing history entries are deleted and no
new entries are saved. If set to a value less than zero, the number
of history entries is not limited. By default, the number of history
entries is set to the value of the HISTSIZE shell variable. If an
attempt is made to set history-size to a non-numeric value, the
maximum number of history entries will be set to 500.
Regards,
--
Gioele Barabucci
--- End Message ---