Fix POSIX URL and markup in tutorial.txt
authorW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 18:05:09 +0000 (14:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 18:05:09 +0000 (14:05 -0400)
doc/tutorial.txt

index 14909d76a0acf73689fbe337c0dc5964158729cb..b23a160c73c5ffc9a3ccf5bbbdc1d7efc606f332 100644 (file)
@@ -139,12 +139,12 @@ supported by the `optparse module`_.
 .. _optparse module:
   http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments
 
-.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>` states:
+.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 <http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02>`_ states:
 
-    "The first -- argument that is not an option-argument should be
+    "The first ``--`` argument that is not an option-argument should be
     accepted as a delimiter indicating the end of options. Any
     following arguments should be treated as operands, even if they
-    begin with the '-' character."
+    begin with the ``-`` character."
 
 Then glob your curves onto the new list::