diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 03:20:06 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 03:20:06 +0100 | 
| commit | 4f58504d167743810b89cee1906366ae56896c2f (patch) | |
| tree | 9fb73c2459aa919df07f2122692afedb9eae6844 /src/blog/extend | |
| parent | d0c2b2cf706cc46268f690e07ab78d341a56861a (diff) | |
Fix sentence spacing and add more abbrs
Diffstat (limited to 'src/blog/extend')
| -rw-r--r-- | src/blog/extend/index.gsp | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/src/blog/extend/index.gsp b/src/blog/extend/index.gsp index 57334c1..3d986ff 100644 --- a/src/blog/extend/index.gsp +++ b/src/blog/extend/index.gsp @@ -205,11 +205,12 @@ html lang="en" {  			figure .quote {  				blockquote {  					p {= -						The talk reviews reasons for UNIX’s popularity and shows, using UCB -						@code{-cat} as a primary example, how UNIX has grown fat. -						@code{-cat} isn’t for printing files with line numbers, it isn’t for -						compressing multiple blank lines, it’s not for looking at -						non-printing ASCII characters, it’s for concatenating files. +						The talk reviews reasons for UNIX’s popularity and shows, using +						m4_abbr(UCB) @code{-cat} as a primary example, how UNIX has grown +						fat.  @code{-cat} isn’t for printing files with line numbers, it +						isn’t for compressing multiple blank lines, it’s not for looking at +						non-printing m4_abbr(ASCII) characters, it’s for concatenating +						files.  					}  					p {=  						We are reminded that @code{-ls} isn’t the place for code to break a @@ -300,8 +301,8 @@ html lang="en" {  				another program (such as the @code{-st} terminal) and it adds  				tab-support to it.  Not only does this reduce code-duplication, but it  				also is beneficial for you the software user as it means you get a -				consistent UI with consistent-behavior and -key-bindings wherever you -				go. +				consistent m4_abbr(UI) with consistent-behavior and -key-bindings +				wherever you go.  			}  		} |