taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5be6d4c68d3369b80b54442dda9b8cb3b1095518
parent d0dd94532802ad5b8ab00d4c378fe64359f4e3a1
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 23 Dec 2021 02:22:23 -0500

fix bug: specify section 5 for sync.conf(5)

Diffstat:
Mconf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py @@ -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),