From: W. Trevor King Date: Sat, 7 Aug 2010 18:03:17 +0000 (-0400) Subject: Fix POSIX footnote in tutorial.txt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75b946d47d3abbae7cc49dac003874e4b887f561;p=hooke.git Fix POSIX footnote in tutorial.txt --- diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 302fa69..14909d7 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -133,13 +133,13 @@ Ensure that the new playlist is active:: The ``--`` in the ``jump_to_playlist`` command lets ``jump_to_playlist`` know that ``-1`` is an argument and not an -option. Using the bare ``--`` is a POSIX specification [#]_ supported -by the `optparse module`_. +option. Using the bare ``--`` is a POSIX specification [#POSIX]_ +supported by the `optparse module`_. .. _optparse module: http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments -.. [#]: `Guideline 10 of POSIX:2008's section 12.2 ` states: +.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 ` states: "The first -- argument that is not an option-argument should be accepted as a delimiter indicating the end of options. Any