summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 4 insertions, 4 deletions
diff --git a/PROBLEMS b/PROBLEMS
index f096e550..ba43b3ce 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -633,13 +633,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 $*
@@ -659,7 +659,7 @@ To get PostScript output from 'man -t', you also need to create a
--- /usr/local/bin/psroff Sat Feb 13 17:45:46 1993
***************
*** 1,8 ****
- #!/bin/sh
+ #! /bin/sh
! # Emulate nroff with groff.
prog="$0"
@@ -668,7 +668,7 @@ To get PostScript output from 'man -t', you also need to create a
for i
--- 1,8 ----
- #!/bin/sh
+ #! /bin/sh
! # Emulate psroff with groff.
prog="$0"