@@ -75,22 +75,24 @@ def addExtensionIfExists(extension: str):
75
75
# One entry per manual page. List of tuples
76
76
# (source start file, name, description, authors, manual section).
77
77
man_pages = [
78
- ('manpages/nfd' , 'nfd' , 'the Named Data Networking Forwarding Daemon' , [], 1 ),
79
- ('manpages/nfdc' , 'nfdc' , 'interact with NFD management from the command line' , [], 1 ),
80
- ('manpages/nfdc-status' , 'nfdc-status' , 'show NFD status' , [], 1 ),
78
+ ('manpages/nfd' , 'nfd' , 'Named Data Networking Forwarding Daemon' , [], 1 ),
79
+ ('manpages/nfdc' , 'nfdc' , 'manage a running NFD from the command line' , [], 1 ),
80
+ ('manpages/nfdc-status' , 'nfdc-status' , 'show NFD\' s status' , [], 1 ),
81
81
('manpages/nfdc-face' , 'nfdc-face' , 'show and manipulate NFD\' s faces' , [], 1 ),
82
82
('manpages/nfdc-route' , 'nfdc-route' , 'show and manipulate NFD\' s routes' , [], 1 ),
83
83
('manpages/nfdc-cs' , 'nfdc-cs' , 'show and manipulate NFD\' s Content Store' , [], 1 ),
84
84
('manpages/nfdc-strategy' , 'nfdc-strategy' , 'show and manipulate NFD\' s strategy choices' , [], 1 ),
85
85
('manpages/nfd-status' , 'nfd-status' , 'show a comprehensive report of NFD\' s status' , [], 1 ),
86
- ('manpages/nfd-status-http-server' , 'nfd-status-http-server' , 'NFD status HTTP server' , [], 1 ),
87
- ('manpages/ndn-autoconfig-server ' , 'ndn-autoconfig-server ' , 'auto-configuration server for NDN' , [], 1 ),
88
- ('manpages/ndn-autoconfig' , 'ndn-autoconfig' , 'auto-configuration client for NDN' , [], 1 ),
89
- ('manpages/ndn-autoconfig.conf ' , 'ndn-autoconfig.conf ' , ' configuration file for ndn-autoconfig ' , [], 5 ),
90
- ('manpages/nfd-autoreg ' , 'nfd-autoreg ' , 'NFD automatic prefix registration daemon ' , [], 1 ),
91
- ('manpages/nfd-asf-strategy' , 'nfd-asf-strategy' , 'NFD ASF strategy' , [], 7 ),
86
+ ('manpages/nfd-status-http-server' , 'nfd-status-http-server' , 'NFD status HTTP server' , [], 1 ),
87
+ ('manpages/nfd-autoreg ' , 'nfd-autoreg ' , 'NFD automatic prefix registration daemon' , [], 1 ),
88
+ ('manpages/ndn-autoconfig' , 'ndn-autoconfig' , 'auto-configuration client for NDN' , [], 1 ),
89
+ ('manpages/ndn-autoconfig-server ' , 'ndn-autoconfig-server ' , 'auto- configuration server for NDN ' , [], 1 ),
90
+ ('manpages/ndn-autoconfig.conf ' , 'ndn-autoconfig.conf ' , 'configuration file for ndn-autoconfig ' , [], 5 ),
91
+ ('manpages/nfd-asf-strategy' , 'nfd-asf-strategy' , 'NFD ASF strategy' , [], 7 ),
92
92
]
93
93
94
+ man_show_urls = True
95
+
94
96
95
97
# -- Misc options ------------------------------------------------------------
96
98
0 commit comments