From b3fa9276812e80c18f53a7487a4d9bf66ffc3d80 Mon Sep 17 00:00:00 2001 From: Vitaliy Kanev Date: Sun, 3 Dec 2017 16:02:00 +0300 Subject: [PATCH] xman: add page --- pages/linux/xman.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/xman.md diff --git a/pages/linux/xman.md b/pages/linux/xman.md new file mode 100644 index 000000000..02413b237 --- /dev/null +++ b/pages/linux/xman.md @@ -0,0 +1,19 @@ +# xman + +> Manual page viewer for X Window System + +- Start xman in three-button window: + +`xman` + +- Open helpfile other than default: + +`xman -helpfile {{filename}}` + +- Show both manual page and directory: + +`xman -bothshown` + +- Specify the geometry (size and location) of the top menu: + +`xman -geometry {{width}}+{{height}}+{{x}}+{{y}}`