repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
groff
/
src
/
preproc
/
eqn
/
neqn.sh
blob
f22a2baa172c4282e9999208883ae54abcaf2e8a
1
#! /bin/sh
2
# Provision of this shell script should not be taken to imply that use of
3
# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
4
5
@GROFF_BIN_PATH_SETUP@
6
PATH
=
"
$GROFF_RUNTIME
$PATH
"
7
export
PATH
8
exec
@g@eqn
-Tascii
${1+"$@"}
9
10
# eof