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}}`