svn commit: r47319 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Warren Block
wblock at FreeBSD.org
Fri Aug 28 00:47:42 UTC 2015
Author: wblock
Date: Fri Aug 28 00:47:41 2015
New Revision: 47319
URL: https://svnweb.freebsd.org/changeset/doc/47319
Log:
Fix a screen example which was mistakenly indented.
Modified:
head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Aug 27 20:19:39 2015 (r47318)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Aug 28 00:47:41 2015 (r47319)
@@ -204,7 +204,7 @@
two version number strings. For example:</para>
<screen>&prompt.user; <userinput>pkg version -t 0.031 0.29</userinput>
- ></screen>
+></screen>
<para>The <literal>></literal> output indicates that
version 0.031 is considered greater than version 0.29,
More information about the svn-doc-head
mailing list