diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-02-26 08:26:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-02-26 08:26:37 +0100 |
commit | 5e84b631613708db7226bd90f6b61d687f0a8ca1 (patch) | |
tree | 86f56764afb472da4c14a4c9b89b647bd69d394d /doc | |
parent | b78ddcadf3c4c9e4722d83074a78fed2f6c344fb (diff) | |
download | sciteco-5e84b631613708db7226bd90f6b61d687f0a8ca1.tar.gz |
fixup to 733e0126: fixed if-then-else in sciteco.tmac
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.tmac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.tmac b/doc/sciteco.tmac index 7b0af1c..867b027 100644 --- a/doc/sciteco.tmac +++ b/doc/sciteco.tmac @@ -12,7 +12,7 @@ .\" but there are still subtle differences... .if !ddevice \{\ .de device -. if \\n(.z \ +. ie \\n(.z \ . nop \!\!x X \\^$ . el \ . nop \!x X \\^$ |