1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:26:00 +02:00

info: add page (#3373)

This commit is contained in:
Ivan Aracki 2019-10-11 16:49:35 +02:00 committed by Lucas Gabriel Schneider
parent a2f19059e3
commit bc3d0291c1

16
pages/common/info.md Normal file
View file

@ -0,0 +1,16 @@
# info
> Reads documentation stored in the info format.
> More information: <https://en.wikipedia.org/wiki/Info_(Unix)>.
- Start reading top-level directory menu:
`info`
- Start reading at given menu item node from top-level directory:
`info {{menu_item}}`
- Start reading at second menu item within first menu item manual:
`info {{first_menu_item}} {{second_menu_item}}`