svn commit: r54235 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting

Niclas Zeising zeising at FreeBSD.org
Wed Jun 10 19:41:52 UTC 2020


Author: zeising
Date: Wed Jun 10 19:41:51 2020
New Revision: 54235
URL: https://svnweb.freebsd.org/changeset/doc/54235

Log:
  porters-handbook: Fix whitespace in example
  
  Fix whitespace in example in the submitting ports section of the porters
  handbook.  This was broken in r54233.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Wed Jun 10 19:16:13 2020	(r54234)
+++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Wed Jun 10 19:41:51 2020	(r54235)
@@ -433,7 +433,7 @@ lib/X11/oneko/mouse.xpm</programlisting>
         create the shar archive:</para>
 
         <screen>&prompt.user; <userinput>cd ..</userinput>
-	  &prompt.user; <userinput>tar cf <replaceable>oneko</replaceable>.shar --format shar <replaceable>oneko</replaceable></userinput></screen>
+&prompt.user; <userinput>tar cf <replaceable>oneko</replaceable>.shar --format shar <replaceable>oneko</replaceable></userinput></screen>
     </example>
     <para><filename>oneko.shar</filename> can then be submitted in the same way
       as <filename>oneko.diff</filename> above.</para>


More information about the svn-doc-all mailing list