Skip to content

Commit 503673e

Browse files
author
David J. Kordsmeier
committed
refs #100667 Merge remote-tracking branch 'origin/100667-man-page-for-synctest'
* origin/100667-man-page-for-synctest: Refs #100667 Preserve the case of the file in the web index for manpages. refs #100667 Fix spelling error in SyncTest.1 man page asciitext.
2 parents cd61a7f + a0c416d commit 503673e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/manpages/.genindex.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Command/Utility Documentation
33
=============================
44
55
EOF
6-
grep '<title>.*</title>' "$@" | tr A-Z a-z |\
7-
sed -e 's/^/ - link:/' -e 's/:[ ]*<title>/\[/' -e 's/<.title>/\]/'
6+
for i in "$@"; do
7+
j="`echo $i | sed -e 's/\.1\.html$/(1)/'`"
8+
echo ' - link:'$i'['$j']'
9+
done
810
cat <<EOF
911
1012
link:../index.html[Main Page]

doc/manpages/SyncTest.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ EXIT STATUS
6969

7070
AUTHOR
7171
------
72-
Russel Atkinson <[email protected]>
72+
Russell Atkinson <[email protected]>

0 commit comments

Comments
 (0)