diff --git a/docs/lcdproc-dev/language.docbook b/docs/lcdproc-dev/language.docbook
index fd7cf6b..7467b87 100644
--- a/docs/lcdproc-dev/language.docbook
+++ b/docs/lcdproc-dev/language.docbook
@@ -454,6 +454,15 @@
Is visible as a text. When selected, a screen comes up that shows the current string value, that you can edit with the cursor keys and Enter. The string is ended by selecting a 'null' input character. After that the menu returns.
+
+ ip
+
+ Allows the user to input an ip number (v4 or
+ v6). When selected, a screen comes up that shows an ip
+ number that can be edited - digit by digit - via
+ left/right (switch digit) and up/down keys (increase/decrease).
+
+
menu
@@ -469,7 +478,7 @@
menu_del_item <menu_id> <item_id>
- Adds a new menuitem to a menu. THe menu named "" is the client's main menu that will be created automatically.
+ Removes a menuitem <item_id> from menu <menu_id>. The menu named "" is the client's main menu.
@@ -646,6 +655,27 @@
+
+ ip
+
+
+
+ -value <string> ("192.168.1.245")
+
+ Set the value of the item,
+ e.g. "192.168.1.245" (v4) or
+ ":::ffff:ffff:ffff:ffff:ffff" (v6).
+
+
+
+ -v6 false|true (false)
+
+ Changes IP version from default v4.
+
+
+
+
+
menu
@@ -657,6 +687,18 @@
+
+ menuscreen_goto <menu_id>
+
+
+ Changes current menu to <menu_id>. Depending on the
+ configure option --enable-permissive-menuscreen-goto the
+ client may switch to any (if enabled) or his menus only
+ (if not enabled).
+
+
+
+
backlight on|off|toggle|blink|flash
@@ -745,7 +787,7 @@
select (action)
- The item was activated.
+ The item was activated.
@@ -764,7 +806,7 @@
- enter (unimplemented)
+ enter
This item has been entered, which means it is currently
active on the screen. The client could now for example
@@ -774,7 +816,7 @@
- leave (unimplemented)
+ leave
This item has been left, so it is currenly not the (main)
active item anymore.