diff options
Diffstat (limited to 'contrib/groff/src/preproc/eqn/neqn.sh')
-rw-r--r-- | contrib/groff/src/preproc/eqn/neqn.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/groff/src/preproc/eqn/neqn.sh b/contrib/groff/src/preproc/eqn/neqn.sh index f33b68e3b350..1ae98e8fa8b8 100644 --- a/contrib/groff/src/preproc/eqn/neqn.sh +++ b/contrib/groff/src/preproc/eqn/neqn.sh @@ -1,6 +1,7 @@ #!/bin/sh # Provision of this shell script should not be taken to imply that use of -# GNU eqn with groff -Tascii|-Tlatin1 is supported. +# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported. +# $FreeBSD$ # Default device. locale=${LC_CTYPE:-$LANG} |