diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-12-23 02:22:23 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-12-23 02:22:23 -0500 |
commit | 5be6d4c68d3369b80b54442dda9b8cb3b1095518 (patch) | |
tree | ea12162ec817268beb0acf820d4d9bbfc447f6f6 | |
parent | d0dd94532802ad5b8ab00d4c378fe64359f4e3a1 (diff) | |
download | docs-5be6d4c68d3369b80b54442dda9b8cb3b1095518.tar.gz docs-5be6d4c68d3369b80b54442dda9b8cb3b1095518.tar.bz2 docs-5be6d4c68d3369b80b54442dda9b8cb3b1095518.zip |
fix bug: specify section 5 for sync.conf(5)
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ man_pages = [ ("manpages/sync-httpd.1", "sync-httpd", "provide the Sync HTTP interface", "GNU Taler contributors", 1), ("manpages/sync.conf.5", "sync.conf", - "Sync configuration file", "GNU Taler contributors", 1), + "Sync configuration file", "GNU Taler contributors", 5), ("manpages/taler-auditor-exchange.1", "taler-auditor-exchange", "add or remove exchange from auditor’s list", "GNU Taler contributors", 1), |