diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 17:49:29 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 17:49:29 +0100 |
commit | 24fe3bfc4295443ee454e9250ba83f0ce7aea6df (patch) | |
tree | a4a3ef28da439b290e53ec9e7a889d1f559dcc49 /doc | |
parent | f9aea9044887ee8f179385e430b893f48b784cff (diff) | |
download | sciteco-24fe3bfc4295443ee454e9250ba83f0ce7aea6df.tar.gz |
use actual binary directory for shebang example in manpage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index e0806ca..8e9b88f 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -50,7 +50,7 @@ Therefore under UNIX-like operating systems, TECO macro files may be invoked as scripts by using a Hashbang line like .RS .EX -#!/bin/sciteco -m +#!@bindir@/sciteco -m .EE .RE If the munged macro does not request program termination using the |