diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-13 17:20:32 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 18:07:33 +0100 |
commit | 1298a5da2ee0a99403a7ccd8df09e2520bc0156a (patch) | |
tree | 025e1436ddc03a36aca8f11b76f5513aba922dce | |
parent | 71340a99dc4bf43ea110a76c0ed3bbccd8989f22 (diff) | |
download | sciteco-1298a5da2ee0a99403a7ccd8df09e2520bc0156a.tar.gz |
generate-docs: marker looks like a Troff request now
it is customary for Troff preprocessors to interpret special preprocessor requests
instead of special comments
-rwxr-xr-x | doc/generate-docs.tes | 2 | ||||
-rw-r--r-- | doc/sciteco.7.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/generate-docs.tes b/doc/generate-docs.tes index 3f9c857..b0ac29e 100755 --- a/doc/generate-docs.tes +++ b/doc/generate-docs.tes @@ -114,7 +114,7 @@ I\# ! find insertion point ! FS -\#$COMMANDS +.COMMANDS diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index c5055b1..99388bf 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -390,7 +390,7 @@ tilde-expansions are performed by the shell). . .SH COMMAND REFERENCE . -\#$COMMANDS +.COMMANDS . . .SH COMPATIBILITY |