summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xunix/installManPage2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/installManPage b/unix/installManPage
index 4d615bf..71d1356 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -71,7 +71,7 @@ Names=`sed -n '
s/ \\\-.*//
# Convert all non-space non-alphanum sequences
# to single underscores.
- s/[^ A-Za-z0-9][^ A-Za-z0-9]*/_/g
+ s/[^ A-Za-z0-9:][^ A-Za-z0-9:]*/_/g
# print the result and exit
p;q
}' $ManPage`