Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-07 00:17:34 +00:00
parent efdf464901
commit c8986586ce
16 changed files with 308 additions and 11 deletions

21
tldr/linux/eglinfo Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# eglinfo
> Display platform EGL information.
> More information: <https://github.com/dv1/eglinfo>.
- Display full platform information:
`eglinfo`
- Display a brief version of platform information:
`eglinfo -B`
- Display help:
`eglinfo -h`