X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-quickconfig.8;fp=grml-quickconfig.8;h=7641930e06c7c456e51e45894780ae7236d02881;hb=64cc61f8747c958bd13b8fcf7f78274dc2241182;hp=ca0cac889f6b6ce9c671c97ebbf413e4ecb4148b;hpb=054b478c139af80e3265f3ea29204cc3ac044870;p=grml-quickconfig.git diff --git a/grml-quickconfig.8 b/grml-quickconfig.8 index ca0cac8..7641930 100644 --- a/grml-quickconfig.8 +++ b/grml-quickconfig.8 @@ -80,7 +80,7 @@ Switch back to normal color Highlight the used key inside the menu. .TP .B Example - print_line "Configure ${HILIGHT}n${NORMAL}etwork" + print_line "Configure ${HIGHLIGHT}n${NORMAL}etwork" .SS MUST Provide .TP .B display_entry @@ -108,7 +108,7 @@ used in combination with print_line. Only used if display_entry returns 0. .RS .B \ Example # print Configure network (grml-network) - LINE='print_line "Configure ${HILIGHT}n${NORMAL}etwork (${HILIGHT_NAME}grml-network${NORMAL})"' + LINE='print_line "Configure ${HIGHLIGHT}n${NORMAL}etwork (${HIGHLIGHT_NAME}grml-network${NORMAL})"' .RE 1 .SS Optional entries The following variables are optional and can be defined in a script but do not have to. @@ -135,8 +135,8 @@ KEY=(c d e) .SS Complete Example # language module for grml-quickconfig - LINE='print_line "Set keyboard layout (${HILIGHT_NAME}grml-lang${NORMAL}): \\ - ${HILIGHT}d${NORMAL}e ${HILIGHT}a${NORMAL}t ${HILIGHT}c${NORMAL}h e${HILIGHT}s${NORMAL} ${HILIGHT}u${NORMAL}s"' + LINE='print_line "Set keyboard layout (${HIGHLIGHT_NAME}grml-lang${NORMAL}): \\ + ${HIGHLIGHT}d${NORMAL}e ${HIGHLIGHT}a${NORMAL}t ${HIGHLIGHT}c${NORMAL}h e${HIGHLIGHT}s${NORMAL} ${HIGHLIGHT}u${NORMAL}s"' typeset -A lang_mapping