mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
382 B
Plaintext
22 lines
382 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# xman
|
|
|
|
> Manual page viewer for X Window System.
|
|
> More information: <https://manned.org/xman>.
|
|
|
|
- Start `xman` in three-button window:
|
|
|
|
`xman`
|
|
|
|
- Open the manual page output stored in a given file:
|
|
|
|
`xman -helpfile {{filename}}`
|
|
|
|
- Show both manual page and directory:
|
|
|
|
`xman -bothshown`
|