diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-24 07:43:22 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-24 07:43:22 +0000 |
commit | ed848edffd180870a25f7acf60d89faad754db17 (patch) | |
tree | eb89f9cb4cb1797212d604d81262d030f6f01f26 /chapter06 | |
parent | c9600158b3b020044edea234a93db5379d995e50 (diff) |
Merged trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/attr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 37a0fc8dc..d6de46b88 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -47,7 +47,7 @@ <screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in</userinput></screen> <para>Prevent installation of manual pages that were already installed by - Man-Pages package:</para> + the <xref linkend="man-pages"/> package:</para> <screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man2||" man/Makefile</userinput></screen> |