summaryrefslogtreecommitdiffhomepage
path: root/src/prj/mmv/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prj/mmv/index.gsp')
-rw-r--r--src/prj/mmv/index.gsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prj/mmv/index.gsp b/src/prj/mmv/index.gsp
index f049426..3f3ba81 100644
--- a/src/prj/mmv/index.gsp
+++ b/src/prj/mmv/index.gsp
@@ -194,7 +194,7 @@ html lang="en" {
input will be referred to as the @em{-input files}. Once all the input
files have been read, the utility specified by the arguments is spawned;
in this case that would be @code{-sed} with the argument
- @code{-'s/[A-Z]/\\L_&/g'}. The input files are then piped into
+ @code{-'s/[A-Z]/‌\\L_&/g'}. The input files are then piped into
@code{-sed} the exact same way that they would have been if we ran the
above commands without @code{-mmv}, and the output of @code{-sed} then
forms what will be referred to as the @em{-output files}. Once a