Browse Source

info: add page (#3373)

Ivan Aracki 5 years ago
parent
commit
bc3d0291c1
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/common/info.md

+ 16 - 0
pages/common/info.md

@@ -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}}`