1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Add an empty line before titles in keymap-*.txt; fixes elinkskeys.5.html

This commit is contained in:
Jonas Fonseca 2006-01-14 19:45:40 +01:00 committed by Jonas Fonseca
parent 66e9ae4957
commit 6e79a24679

View File

@ -14,6 +14,7 @@ test -d "$CONFIGDIR" || exit
print_title()
{
echo
echo "$1" | tr 'a-z' 'A-Z'
echo "$1" | sed 's/[^~]/~/g'
echo