summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/shdoc/shreformat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/shdoc/shreformat.sh')
-rwxr-xr-xMaster/texmf-dist/doc/latex/shdoc/shreformat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/shdoc/shreformat.sh b/Master/texmf-dist/doc/latex/shdoc/shreformat.sh
index d27e9c088d8..c8a6a95773a 100755
--- a/Master/texmf-dist/doc/latex/shdoc/shreformat.sh
+++ b/Master/texmf-dist/doc/latex/shdoc/shreformat.sh
@@ -4,6 +4,6 @@
# the LaTeX package 'shdoc' (see ctan.org/pkg/shdoc)
# 1. read from shrun.tmp and substitute double tabs with two spaces
-# 2. substitute single tabs with a single space
+# 2. substitute single tabs with single spaces
# 3. remove all leading spaces and save the output to shrun-formatted.tmp
sed 's/\t\t/ /' <shrun.tmp | sed 's/\t/ /' | sed -e 's/^[ \t]*//' >shrun-formatted.tmp