From 12a99d55a06578122c60193a3ebb2a6146c99d96 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 07 2011 01:04:38 +0000 Subject: Update `help_getEntries.sh': - Update regular expression describing documentation entry. --- diff --git a/Scripts/Functions/Help/help_getEntries.sh b/Scripts/Functions/Help/help_getEntries.sh index 3bdf942..9ef14c3 100755 --- a/Scripts/Functions/Help/help_getEntries.sh +++ b/Scripts/Functions/Help/help_getEntries.sh @@ -57,7 +57,7 @@ function help_getEntries { # sign (e.g., hello-world) or cammel case (e.g., HelloWorld). for DOCENTRY in $@;do - if [[ $DOCENTRY =~ '^([A-Za-z0-9-]+)(:[A-Za-z0-9-]+){1,2}$' ]];then + if [[ $DOCENTRY =~ '^([A-Za-z0-9-]+)(:[A-Za-z0-9-]+){0,2}$' ]];then # When `MANUAL:CHAPTER:SECTION' is used as format to # documentation entry, you can specify the manual,