diff --git a/doc/conf.py b/doc/conf.py index 7f925a22..c8c79e6c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -288,8 +288,6 @@ man_pages = [ ('manpages/qvm-template-commit', 'qvm-template-commit', u'Commit changes to a template', _man_pages_author, 1), - ('manpages/qubes-guid', 'qubes-guid', - u'Daemon for Qubes GUI isolation protocol', _man_pages_author, 1), ('manpages/qubes-prefs', 'qubes-prefs', u'Display system-wide Qubes settings', _man_pages_author, 1), ] diff --git a/doc/manpages/qubes-guid.rst b/doc/manpages/qubes-guid.rst deleted file mode 100644 index 598f354b..00000000 --- a/doc/manpages/qubes-guid.rst +++ /dev/null @@ -1,32 +0,0 @@ -.. program:: qubes-guid - -================================================================ -:program:`qubes-guid` -- Daemon for Qubes GUI isolation protocol -================================================================ - -Synopsis -======== -:command:`qubes-guid` -d *domain_id* [-c *color*] [-l *label_index*] [-i *icon name*, no suffix] [-v] [-q] - -Options -======= - -.. option:: -v - - Increase log verbosity - -.. option:: -q - - Decrease log verbosity - -Log levels: - 0. only errors - 1. some basic messages (default) - 2. debug - - -AUTHORS -======= -| Joanna Rutkowska -| Rafal Wojtczuk -| Marek Marczykowski