Przeglądaj źródła

Remove symlink of zsoelim to groff's soelim in chapter 6.
Man-DB produces a sufficient zsoelim which overwrites the symlink we used to create.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Jeremy Huntwork 19 lat temu
rodzic
commit
a21b3ee08f
2 zmienionych plików z 6 dodań i 2 usunięć
  1. 5 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/groff.xml

+ 5 - 0
chapter01/changelog.xml

@@ -42,6 +42,11 @@
         <listitem>
           <para>[jhuntwork] - Updated bash-3.1 patch. (Ticket 1758)</para>
         </listitem>
+       <listitem>
+          <para>[jhuntwork] - Remove symlink of zsoelim to groff's soelim
+          in chapter 6. Man-DB produces a sufficient zsoelim which overwrites
+	  the symlink we used to create.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

+ 1 - 2
chapter06/groff.xml

@@ -87,8 +87,7 @@
     <para>Some documentation programs, such as <command>xman</command>,
     will not work properly without the following symlinks:</para>
 
-<screen><userinput>ln -sv soelim /usr/bin/zsoelim
-ln -sv eqn /usr/bin/geqn
+<screen><userinput>ln -sv eqn /usr/bin/geqn
 ln -sv tbl /usr/bin/gtbl</userinput></screen>
 
   </sect2>