aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-03-22 14:28:30 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-03-22 14:28:30 -0600
commitcde1e7cb546fcd31faf9b485abd96b986c9e8343 (patch)
treed65a7bb6e616e07e781b79cfd071a90e1d101747
parent21372a228ebc5c7d7519ad99a69504185eab6926 (diff)
downloadbc-cde1e7cb546fcd31faf9b485abd96b986c9e8343.tar.gz
Add a known bug to the manuals
-rw-r--r--manuals/bc.1.md.in12
-rw-r--r--manuals/bc/A.111
-rw-r--r--manuals/bc/A.1.md9
-rw-r--r--manuals/bc/E.111
-rw-r--r--manuals/bc/E.1.md9
-rw-r--r--manuals/bc/EN.111
-rw-r--r--manuals/bc/EN.1.md9
-rw-r--r--manuals/bc/ENP.111
-rw-r--r--manuals/bc/ENP.1.md9
-rw-r--r--manuals/bc/EP.111
-rw-r--r--manuals/bc/EP.1.md9
-rw-r--r--manuals/bc/N.111
-rw-r--r--manuals/bc/N.1.md9
-rw-r--r--manuals/bc/NP.111
-rw-r--r--manuals/bc/NP.1.md9
-rw-r--r--manuals/bc/P.111
-rw-r--r--manuals/bc/P.1.md9
-rw-r--r--manuals/dc.1.md.in12
-rw-r--r--manuals/dc/A.111
-rw-r--r--manuals/dc/A.1.md9
-rw-r--r--manuals/dc/E.111
-rw-r--r--manuals/dc/E.1.md9
-rw-r--r--manuals/dc/EN.111
-rw-r--r--manuals/dc/EN.1.md9
-rw-r--r--manuals/dc/ENP.111
-rw-r--r--manuals/dc/ENP.1.md9
-rw-r--r--manuals/dc/EP.111
-rw-r--r--manuals/dc/EP.1.md9
-rw-r--r--manuals/dc/N.111
-rw-r--r--manuals/dc/N.1.md9
-rw-r--r--manuals/dc/NP.111
-rw-r--r--manuals/dc/NP.1.md9
-rw-r--r--manuals/dc/P.111
-rw-r--r--manuals/dc/P.1.md9
34 files changed, 296 insertions, 48 deletions
diff --git a/manuals/bc.1.md.in b/manuals/bc.1.md.in
index 661fcdd4..d69b94f2 100644
--- a/manuals/bc.1.md.in
+++ b/manuals/bc.1.md.in
@@ -1807,7 +1807,19 @@ This bc(1) supports error messages for different locales, and thus, it supports
# BUGS
+{{ A E N P EN EP NP ENP }}
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
+{{ end }}
+{{ H EH HN HP EHN EHP HNP EHNP }}
None are known. Report bugs at https://git.yzena.com/gavin/bc.
+{{ end }}
# AUTHORS
diff --git a/manuals/bc/A.1 b/manuals/bc/A.1
index b38d8d35..31f489a6 100644
--- a/manuals/bc/A.1
+++ b/manuals/bc/A.1
@@ -2049,8 +2049,15 @@ This bc(1) supports error messages for different locales, and thus, it
supports \f[B]LC_MESSAGES\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/A.1.md b/manuals/bc/A.1.md
index 04f37c6b..6165ba49 100644
--- a/manuals/bc/A.1.md
+++ b/manuals/bc/A.1.md
@@ -1690,7 +1690,14 @@ This bc(1) supports error messages for different locales, and thus, it supports
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/E.1 b/manuals/bc/E.1
index 9023b07c..dd078698 100644
--- a/manuals/bc/E.1
+++ b/manuals/bc/E.1
@@ -1305,8 +1305,15 @@ This bc(1) supports error messages for different locales, and thus, it
supports \f[B]LC_MESSAGES\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/E.1.md b/manuals/bc/E.1.md
index 589050cb..8ecafdd3 100644
--- a/manuals/bc/E.1.md
+++ b/manuals/bc/E.1.md
@@ -1079,7 +1079,14 @@ This bc(1) supports error messages for different locales, and thus, it supports
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/EN.1 b/manuals/bc/EN.1
index e6e7b3c5..c627818a 100644
--- a/manuals/bc/EN.1
+++ b/manuals/bc/EN.1
@@ -1298,8 +1298,15 @@ numbers that use a period (\f[B].\f[R]) as a radix point, regardless of
the value of \f[B]LC_NUMERIC\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/EN.1.md b/manuals/bc/EN.1.md
index 6dc19727..3827efec 100644
--- a/manuals/bc/EN.1.md
+++ b/manuals/bc/EN.1.md
@@ -1071,7 +1071,14 @@ use a period (**.**) as a radix point, regardless of the value of
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/ENP.1 b/manuals/bc/ENP.1
index f96fe194..fe0a05fe 100644
--- a/manuals/bc/ENP.1
+++ b/manuals/bc/ENP.1
@@ -1291,8 +1291,15 @@ numbers that use a period (\f[B].\f[R]) as a radix point, regardless of
the value of \f[B]LC_NUMERIC\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/ENP.1.md b/manuals/bc/ENP.1.md
index 20b60a7a..e2eefb19 100644
--- a/manuals/bc/ENP.1.md
+++ b/manuals/bc/ENP.1.md
@@ -1065,7 +1065,14 @@ use a period (**.**) as a radix point, regardless of the value of
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/EP.1 b/manuals/bc/EP.1
index 62ee57bf..555558bb 100644
--- a/manuals/bc/EP.1
+++ b/manuals/bc/EP.1
@@ -1298,8 +1298,15 @@ This bc(1) supports error messages for different locales, and thus, it
supports \f[B]LC_MESSAGES\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/EP.1.md b/manuals/bc/EP.1.md
index 9a36b99b..d517d56b 100644
--- a/manuals/bc/EP.1.md
+++ b/manuals/bc/EP.1.md
@@ -1073,7 +1073,14 @@ This bc(1) supports error messages for different locales, and thus, it supports
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/N.1 b/manuals/bc/N.1
index faf35eb8..91bd6568 100644
--- a/manuals/bc/N.1
+++ b/manuals/bc/N.1
@@ -2042,8 +2042,15 @@ numbers that use a period (\f[B].\f[R]) as a radix point, regardless of
the value of \f[B]LC_NUMERIC\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/N.1.md b/manuals/bc/N.1.md
index 5c877ef7..19145d2b 100644
--- a/manuals/bc/N.1.md
+++ b/manuals/bc/N.1.md
@@ -1682,7 +1682,14 @@ use a period (**.**) as a radix point, regardless of the value of
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/NP.1 b/manuals/bc/NP.1
index 149037fd..81febf67 100644
--- a/manuals/bc/NP.1
+++ b/manuals/bc/NP.1
@@ -2035,8 +2035,15 @@ numbers that use a period (\f[B].\f[R]) as a radix point, regardless of
the value of \f[B]LC_NUMERIC\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/NP.1.md b/manuals/bc/NP.1.md
index 518d2370..0f95cc25 100644
--- a/manuals/bc/NP.1.md
+++ b/manuals/bc/NP.1.md
@@ -1676,7 +1676,14 @@ use a period (**.**) as a radix point, regardless of the value of
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/bc/P.1 b/manuals/bc/P.1
index cfe4afe1..90d5f755 100644
--- a/manuals/bc/P.1
+++ b/manuals/bc/P.1
@@ -2042,8 +2042,15 @@ This bc(1) supports error messages for different locales, and thus, it
supports \f[B]LC_MESSAGES\f[R].
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHORS
.PP
Gavin D.
diff --git a/manuals/bc/P.1.md b/manuals/bc/P.1.md
index 489af865..a79342e0 100644
--- a/manuals/bc/P.1.md
+++ b/manuals/bc/P.1.md
@@ -1684,7 +1684,14 @@ This bc(1) supports error messages for different locales, and thus, it supports
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHORS
diff --git a/manuals/dc.1.md.in b/manuals/dc.1.md.in
index c5c361fe..09fa0674 100644
--- a/manuals/dc.1.md.in
+++ b/manuals/dc.1.md.in
@@ -1261,7 +1261,19 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
+{{ A E N P EN EP NP ENP }}
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
+{{ end }}
+{{ H EH HN HP EHN EHP HNP EHNP }}
None are known. Report bugs at https://git.yzena.com/gavin/bc.
+{{ end }}
# AUTHOR
diff --git a/manuals/dc/A.1 b/manuals/dc/A.1
index 7b91c020..1fd92b8f 100644
--- a/manuals/dc/A.1
+++ b/manuals/dc/A.1
@@ -1342,8 +1342,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/A.1.md b/manuals/dc/A.1.md
index e53646c2..8fcad6b9 100644
--- a/manuals/dc/A.1.md
+++ b/manuals/dc/A.1.md
@@ -1198,7 +1198,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/E.1 b/manuals/dc/E.1
index ebe8db87..9a645d8b 100644
--- a/manuals/dc/E.1
+++ b/manuals/dc/E.1
@@ -1134,8 +1134,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/E.1.md b/manuals/dc/E.1.md
index 5e0a85af..6e90f961 100644
--- a/manuals/dc/E.1.md
+++ b/manuals/dc/E.1.md
@@ -1031,7 +1031,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/EN.1 b/manuals/dc/EN.1
index 6d522efd..b7d365b5 100644
--- a/manuals/dc/EN.1
+++ b/manuals/dc/EN.1
@@ -1130,8 +1130,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/EN.1.md b/manuals/dc/EN.1.md
index 4c0297fd..62d782bf 100644
--- a/manuals/dc/EN.1.md
+++ b/manuals/dc/EN.1.md
@@ -1026,7 +1026,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/ENP.1 b/manuals/dc/ENP.1
index c9659423..e7e8c60b 100644
--- a/manuals/dc/ENP.1
+++ b/manuals/dc/ENP.1
@@ -1123,8 +1123,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/ENP.1.md b/manuals/dc/ENP.1.md
index 4025c643..410b9e7c 100644
--- a/manuals/dc/ENP.1.md
+++ b/manuals/dc/ENP.1.md
@@ -1021,7 +1021,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/EP.1 b/manuals/dc/EP.1
index 1dd0da32..82a02147 100644
--- a/manuals/dc/EP.1
+++ b/manuals/dc/EP.1
@@ -1127,8 +1127,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/EP.1.md b/manuals/dc/EP.1.md
index fcb15291..fe956ed5 100644
--- a/manuals/dc/EP.1.md
+++ b/manuals/dc/EP.1.md
@@ -1026,7 +1026,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/N.1 b/manuals/dc/N.1
index 6f4f01c4..ae7469de 100644
--- a/manuals/dc/N.1
+++ b/manuals/dc/N.1
@@ -1338,8 +1338,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/N.1.md b/manuals/dc/N.1.md
index 43876cfb..12ef1bff 100644
--- a/manuals/dc/N.1.md
+++ b/manuals/dc/N.1.md
@@ -1193,7 +1193,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/NP.1 b/manuals/dc/NP.1
index ad4a6995..6a279882 100644
--- a/manuals/dc/NP.1
+++ b/manuals/dc/NP.1
@@ -1331,8 +1331,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/NP.1.md b/manuals/dc/NP.1.md
index b1f29d76..9f292602 100644
--- a/manuals/dc/NP.1.md
+++ b/manuals/dc/NP.1.md
@@ -1188,7 +1188,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR
diff --git a/manuals/dc/P.1 b/manuals/dc/P.1
index 2bbe54c3..d9016782 100644
--- a/manuals/dc/P.1
+++ b/manuals/dc/P.1
@@ -1335,8 +1335,15 @@ bc(1) IEEE Std 1003.1-2017
specification.
.SH BUGS
.PP
-None are known.
-Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a
+string that does not end with a newline is printed.
+If using such a string as a \f[B]read()\f[R] prompt, then calling
+\f[B]read()\f[R], if backspace or any other history input is used, the
+prompt disappears.
+.PP
+There are plans to fix this bug, but there is no fix yet.
+.PP
+Report any other bugs at https://git.yzena.com/gavin/bc.
.SH AUTHOR
.PP
Gavin D.
diff --git a/manuals/dc/P.1.md b/manuals/dc/P.1.md
index 0101b68f..e39b6a7d 100644
--- a/manuals/dc/P.1.md
+++ b/manuals/dc/P.1.md
@@ -1193,7 +1193,14 @@ The dc(1) utility operators are compliant with the operators in the bc(1)
# BUGS
-None are known. Report bugs at https://git.yzena.com/gavin/bc.
+There is currently a bug with the interaction between history and when a string
+that does not end with a newline is printed. If using such a string as a
+**read()** prompt, then calling **read()**, if backspace or any other history
+input is used, the prompt disappears.
+
+There are plans to fix this bug, but there is no fix yet.
+
+Report any other bugs at https://git.yzena.com/gavin/bc.
# AUTHOR