summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
diff options
context:
space:
mode:
Diffstat (limited to 'unix/installManPage')
-rwxr-xr-xunix/installManPage2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/installManPage b/unix/installManPage
index 3bc3bd7..fddbca7 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -29,7 +29,7 @@ NAMES=`sed -n '
# Look for a line, that starts with .SH NAME
# optionally allow NAME to be surrounded
# by quotes.
- /^\.SH "\?NAME"\?/{
+ /^\.SH NAME/{
# Read next line
n
# Remove all commas ...