diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 16:20:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 16:20:41 +0100 |
commit | 039a657df2b63b982d33b29715850485405769d3 (patch) | |
tree | cc873409ead76a77bf2c825d237703e53ae7e6bb /doc | |
parent | 1eed29487d14936979f9740f1cd7817869d63bef (diff) | |
download | sciteco-039a657df2b63b982d33b29715850485405769d3.tar.gz |
fixed minor Troff error: ".." is not allowed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.1.in | 2 | ||||
-rw-r--r-- | doc/sciteco.7.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index be028a7..9cb82dd 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -4,7 +4,7 @@ .TH "@PACKAGE@" 1 \ "@DATE@" \ "@PACKAGE_NAME@ Version @PACKAGE_VERSION@" -.. +. . .SH NAME @PACKAGE@ \-\- diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index d59aec0..c17e8b1 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -5,7 +5,7 @@ .TH "@PACKAGE@" 7 \ "@DATE@" \ "@PACKAGE_NAME@ Version @PACKAGE_VERSION@" -.. +. . .SH NAME @PACKAGE@ \-\- |