pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files doc/guide: fix line breaks in section ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c5c5a80e0a9
branches:  trunk
changeset: 379127:9c5c5a80e0a9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 11 22:10:50 2022 +0000

description:
doc/guide: fix line breaks in section 21.4.3 "Go"

diffstat:

 doc/guide/files/fixes.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 5214635bec35 -r 9c5c5a80e0a9 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Wed May 11 21:01:21 2022 +0000
+++ b/doc/guide/files/fixes.xml Wed May 11 22:10:50 2022 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.168 2022/01/24 23:18:33 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.169 2022/05/11 22:10:50 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1466,9 +1466,9 @@
       <command>make clean && make patch && make show-go-modules >
       go-modules.mk</command>.</para></listitem>
 
-      <listitem><para>Prepend <programlisting>.include
-      "go-modules.mk"</programlisting> to any other
-      <programlisting>.include</programlisting>s.</para></listitem>
+      <listitem><para>Prepend
+      <literal>.include "go-modules.mk"</literal> to any other
+      <literal>.include</literal>s.</para></listitem>
 
       <listitem><para>Incorporate these modules in
       <filename>distinfo</filename> with <command>make



Home | Main Index | Thread Index | Old Index