From 6470d651bbee4e428e902ba4dc883f357ddb04f5 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 23 Sep 2015 10:20:39 +0200 Subject: [PATCH] Revert "Add version information to manpage filename" This reverts commit 3949222974ec02798d92de7ac7f3007aad43378f. Sorry for the noise. :/ --- conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index dd5b8e64d..3621b0259 100644 --- a/conf.py +++ b/conf.py @@ -279,11 +279,11 @@ man_pages = [ ('users/faq', 'syncthing-faq', 'Frequently Asked Questions', ['The Syncthing Authors'], 7), - ('specs/bep-v1', 'syncthing-bep-v1', - 'Block Exchange Protocol', + ('specs/bep-v1', 'syncthing-bep', + 'Block Exchange Protocol v1', ['The Syncthing Authors'], 7), - ('specs/localdisco-v3', 'syncthing-localdisco-v3', - 'Local Discovery Protocol', + ('specs/localdisco-v3', 'syncthing-localdisco', + 'Local Discovery Protocol v3', ['The Syncthing Authors'], 7), ]