From 725c0aff61a0c32f263b2361db7c611e7dede232 Mon Sep 17 00:00:00 2001 From: Xian Date: Fri, 29 Nov 2024 19:17:20 +0100 Subject: [PATCH] Update manpage writing script to not write the title since it's in the wiki page --- doc/vgmanmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vgmanmd.py b/doc/vgmanmd.py index 833aa1b6a0..b4a9993144 100644 --- a/doc/vgmanmd.py +++ b/doc/vgmanmd.py @@ -27,7 +27,7 @@ desc_inf.close() # start page -print('# vg manpage') +#print('# vg manpage') # get vg version ret = subprocess.run(['vg', 'version'], capture_output=True)