diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:38:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:38:47 (EDT) |
commit | acd59e6383bf27cffde0d429d794a9606c4177a5 (patch) | |
tree | 597ea9385c2f5c34e2c0a37178bb404f02b9e686 /guides | |
parent | ec6fcb91c5dbe6a6d92e93f1d8fff392daf99fd5 (diff) | |
download | www-acd59e6383bf27cffde0d429d794a9606c4177a5.zip www-acd59e6383bf27cffde0d429d794a9606c4177a5.tar.gz www-acd59e6383bf27cffde0d429d794a9606c4177a5.tar.bz2 |
guides/shell-workshop/index.mdwn: Fix warnings.
Before:
$ make
markdown guides/shell-workshop/index.mdwn | ssic -o guides/shell-workshop/index.html -D DOCUMENT_BASE= -D MEDIA_BASE= -
ssic: Warning: Operator or semicolon missing before ® at (eval 9) line 1, <STDIN> line 91.
ssic: Warning: Ambiguous use of & resolved as operator & at (eval 9) line 1, <STDIN> line 91.
ssic: Warning: Operator or semicolon missing before ® at (eval 12) line 1, <STDIN> line 91.
ssic: Warning: Ambiguous use of & resolved as operator & at (eval 12) line 1, <STDIN> line 91.
After:
$ make
markdown guides/shell-workshop/index.mdwn | ssic -o guides/shell-workshop/index.html -D DOCUMENT_BASE= -D MEDIA_BASE= -
Diffstat (limited to 'guides')
-rw-r--r-- | guides/shell-workshop/index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/shell-workshop/index.mdwn b/guides/shell-workshop/index.mdwn index 17eb118..6e4c575 100644 --- a/guides/shell-workshop/index.mdwn +++ b/guides/shell-workshop/index.mdwn @@ -1,4 +1,4 @@ -<!--#set var="title" value="UNIX® Shell Scripting Workshop" --> +<!--#set var="title" value="UNIX® Shell Scripting Workshop" --> <!--#include virtual="/includes/header.html" --> Introduction to the UNIX Shell Language and Environment |