| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function help_searchIndex { |
| |
| |
| ${FUNCNAM}_updateOutputFiles |
| |
| |
| cli_printMessage '-' --as-separator-line |
| |
| |
| cli_printMessage "${MANUAL_BASEFILE}.info.bz2" --as-reading-line |
| |
| |
| /usr/bin/info --index-search="$FLAG_SEARCH" --file=${MANUAL_BASEFILE}.info.bz2 |
| |
| } |