[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Tue Jun 9 05:53:18 UTC 2020
The branch, master has been updated
via 8146b04f Fix the html title.
from 5b19cf78 A couple man page tweaks.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8146b04ffbbd9e334380b6f54ed6a2b04b3a10ce
Author: Wayne Davison <wayne at opencoder.net>
Date: Mon Jun 8 22:52:58 2020 -0700
Fix the html title.
-----------------------------------------------------------------------
Summary of changes:
md2man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/md2man b/md2man
index 9b3c7c4b..02c154b8 100755
--- a/md2man
+++ b/md2man
@@ -122,7 +122,7 @@ class MarkdownToManPage(HTMLParser):
else:
self.html_fn = fi.name + '.html'
self.html_fh = open(self.html_fn, 'w', encoding='utf-8')
- self.html_fh.write(HTML_START % fi.prog + '(' + fi.sect + ') man page')
+ self.html_fh.write(HTML_START % (fi.prog + '(' + fi.sect + ') man page'))
self.man_fn = fi.name
self.man_fh = open(self.man_fn, 'w', encoding='utf-8')
--
The rsync repository.
More information about the rsync-cvs
mailing list