Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 19:41:52 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r54235 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting
Message-ID:  <202006101941.05AJfqCD018647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006101941.05AJfqCD018647>