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:
parent
a2f19059e3
commit
bc3d0291c1
1 changed files with 16 additions and 0 deletions
16
pages/common/info.md
Normal file
16
pages/common/info.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue