diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/groff.xml | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e8b0bc0a..cf6f81085 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 206971348..71b072033 100644 --- a/chapter06/groff.xml +++ b/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> |