From de25326d41b1abf519e9a30c5760d56a1c816b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20K=C4=85dzio=C5=82ka?= Date: Thu, 16 Feb 2023 14:13:39 +0100 Subject: [PATCH] Fix man page format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes QubesOS/qubes-issues#7041 Co-Authored-By: Marek Marczykowski-Górecki --- agent/Makefile | 2 +- agent/qrexec-client-vm.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/Makefile b/agent/Makefile index de703355..8a9487a9 100644 --- a/agent/Makefile +++ b/agent/Makefile @@ -52,7 +52,7 @@ else endif %.1: %.rst - $(PANDOC) $< > $@ + $(PANDOC) -s -t man $< > $@ %.1.gz: %.1 gzip -f $< diff --git a/agent/qrexec-client-vm.rst b/agent/qrexec-client-vm.rst index 342f517b..e725a644 100644 --- a/agent/qrexec-client-vm.rst +++ b/agent/qrexec-client-vm.rst @@ -1,6 +1,6 @@ -================ -qrexec-client-vm -================ +=================== +qrexec-client-vm(1) +=================== NAME ====