summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-16 19:46:32 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-16 20:13:36 -0500
commit954d6c99def1df5e2bbd503f8baa3faf1cffb6ae (patch)
treee9d043875b8107053f47e223dba4b477b9b160a6 /PROBLEMS
parent3fa6ce5889117c05b6b462f883622d806739c39e (diff)
downloadgroff-git-954d6c99def1df5e2bbd503f8baa3faf1cffb6ae.tar.gz
PROBLEMS: Update Hurd item and some shebangs.
Per Bruno Haible, GNU/Hurd is passing all tests as of 1.23.0.rc4. Regarding shebangs, groff has unfortunately done its part in spreading a myth. See <https://savannah.gnu.org/bugs/?64058>.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 88cf07db7..50db2f098 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -666,13 +666,13 @@ as empty):
Create a script called `eqn':
- > #! /bin/sh
+ > #!/bin/sh
> if [ ${1:-""} = /usr/pub/eqnchar ] ; then shift ; fi
> geqn $*
and a script called `neqn':
- > #! /bin/sh
+ > #!/bin/sh
> if [ ${1:-""} = /usr/pub/eqnchar ] ; then shift ; fi
> geqn -Tascii $*
@@ -799,7 +799,7 @@ Compilation Problems
[groff 1.23.0]
-* The "initialization_is_quiet" test fails on my GNU/Hurd or NetBSD box.
+* The "initialization_is_quiet" test fails on my NetBSD box.
This is a known problem. We haven't tracked down the cause yet, but
have improved the reporting of the test output in hopes that we can