Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2019 16:34:02 +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: r53522 - head/en_US.ISO8859-1/books/porters-handbook/uses
Message-ID:  <201911011634.xA1GY2wT041777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Nov  1 16:34:01 2019
New Revision: 53522
URL: https://svnweb.freebsd.org/changeset/doc/53522

Log:
  porters-handbook/uses: Update USES=xorg script
  
  Update the script for generating the USES=xorg section to improve whitespace
  somewhat.

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Fri Nov  1 16:32:50 2019	(r53521)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Fri Nov  1 16:34:01 2019	(r53522)
@@ -3458,7 +3458,7 @@ BROKEN_SSL_REASON_libressl=	needs features only availa
 	          port=$(make -C x11/libX11 -V "${m}_BUILD_DEPENDS:C/^.*://")
 	      fi
 	      description=$(make -C "$port" -V COMMENT)
-	      printf "<row>\n<entry><literal>$m</literal></entry>\n<entry>$description</entry>\n</row>\n\n"
+	      printf "<row>\n  <entry><literal>$m</literal></entry>\n  <entry>$description</entry>\n</row>\n\n"
 	  done
 	  -->
 	<tbody>



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