diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 03:01:06 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 03:01:06 +0100 | 
| commit | b08105bfe7a5aa1e8467dae84601a585f490318a (patch) | |
| tree | 2edc38722a7bbd2c070c8b0207c3bfdc1856b36d /src/prj | |
| parent | ebb2e8d6e7a981bf35c5df6d5b4ce5d9ec0429cb (diff) | |
Use single quotes
Diffstat (limited to 'src/prj')
| -rw-r--r-- | src/prj/mmv/index.gsp | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/prj/mmv/index.gsp b/src/prj/mmv/index.gsp index 3207611..185d93e 100644 --- a/src/prj/mmv/index.gsp +++ b/src/prj/mmv/index.gsp @@ -238,8 +238,8 @@ html lang="en" {  			p {-  				People are retarded, and as a result we have filenames with newlines in  				them.  All it would have taken to solve this issue for everyone was for -				literally @strong{-anybody} during the early UNIX days to go “@em{-hey, -				this is a bad idea!}”, but alas, we must deal with this.  Newlines are +				literally @strong{-anybody} during the early UNIX days to go ‘@em{-hey, +				this is a bad idea!}’, but alas, we must deal with this.  Newlines are  				of course not the only special characters filenames can contain, but  				they are the single most infuriating to deal with; the UNIX utilities  				all being line-oriented really doesn’t work well with these files. @@ -284,7 +284,7 @@ html lang="en" {  				though another example.  We have 2 files — one with and one without an  				embedded newline — and our goal is to simply reverse these filenames.  				In this example I am going to be displaying newlines in filenames with -				the “@code{-$'\\n'}” syntax as this is how my shell displays embedded +				the ‘@code{-$'\\n'}’ syntax as this is how my shell displays embedded  				newlines.  			} @@ -312,9 +312,9 @@ html lang="en" {  			aside {  				p data-ref="1" {- -					The reason you get a cryptic “file not found” error message is because +					The reason you get a cryptic ‘file not found’ error message is because  					@code{-mmv} tries to assert that all the input files actually exist -					before doing anything.  Since “foo” isn’t a real file, we error out. +					before doing anything.  Since ‘foo’ isn’t a real file, we error out.  				}  			} @@ -359,7 +359,7 @@ html lang="en" {  				}  				li {-  					The @code{-l} command in @code{-sed} prints the current input in a -					“visually unambiguous form”. +					‘visually unambiguous form’.  				}  			} |