From b3fa9276812e80c18f53a7487a4d9bf66ffc3d80 Mon Sep 17 00:00:00 2001 From: Vitaliy Kanev Date: Sun, 3 Dec 2017 16:02:00 +0300 Subject: [PATCH 1/4] 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 0000000000..02413b237d --- /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}}` From 8ed2e7ca67f86017f0cfcbaf43995d35bbaec98e Mon Sep 17 00:00:00 2001 From: Vitaliy Kanev Date: Sun, 3 Dec 2017 16:09:26 +0300 Subject: [PATCH 2/4] xman: travis fix (forgot the period) --- pages/linux/xman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/xman.md b/pages/linux/xman.md index 02413b237d..f79ccd66dd 100644 --- a/pages/linux/xman.md +++ b/pages/linux/xman.md @@ -1,6 +1,6 @@ # xman -> Manual page viewer for X Window System +> Manual page viewer for X Window System. - Start xman in three-button window: From 51ad183e5e519dbb0d542539ccd04847e2795918 Mon Sep 17 00:00:00 2001 From: Vitaliy Kanev Date: Mon, 4 Dec 2017 16:26:56 +0300 Subject: [PATCH 3/4] xman: fix for requested changes --- pages/linux/xman.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/linux/xman.md b/pages/linux/xman.md index f79ccd66dd..00c5f12528 100644 --- a/pages/linux/xman.md +++ b/pages/linux/xman.md @@ -13,7 +13,3 @@ - Show both manual page and directory: `xman -bothshown` - -- Specify the geometry (size and location) of the top menu: - -`xman -geometry {{width}}+{{height}}+{{x}}+{{y}}` From d18f347a93f479dae35839de71cc922727b38a56 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 27 Dec 2017 17:28:52 +0530 Subject: [PATCH 4/4] xman: simplify description --- pages/linux/xman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/xman.md b/pages/linux/xman.md index 00c5f12528..8de01da1b6 100644 --- a/pages/linux/xman.md +++ b/pages/linux/xman.md @@ -6,7 +6,7 @@ `xman` -- Open helpfile other than default: +- Open the manual page output stored in a given file: `xman -helpfile {{filename}}`