1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

xman: add page

This commit is contained in:
Vitaliy Kanev 2017-12-03 16:02:00 +03:00
parent 59221d54fd
commit b3fa927681
No known key found for this signature in database
GPG key ID: CEB236F0979A40B4

19
pages/linux/xman.md Normal file
View file

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