mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 02:53:33 +02:00
cec-ctl: add page (#17852)
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
This commit is contained in:
parent
bc4fb87f0a
commit
7c58b51e9b
1 changed files with 17 additions and 0 deletions
17
pages/linux/cec-ctl.md
Normal file
17
pages/linux/cec-ctl.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# cec-ctl
|
||||
|
||||
> Control kernel CEC devices.
|
||||
> See also: `cec-client`.
|
||||
> More information: <https://manned.org/cec-ctl>.
|
||||
|
||||
- List CEC devices:
|
||||
|
||||
`cec-ctl --list-devices`
|
||||
|
||||
- Monitor CEC traffic:
|
||||
|
||||
`sudo cec-ctl {{[-m|--monitor]}}`
|
||||
|
||||
- Show CEC topology:
|
||||
|
||||
`cec-ctl {{[-S|--show-topology]}}`
|
Loading…
Add table
Reference in a new issue