diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 13:43:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 13:43:14 +0000 |
commit | 3a3b76eeb765d4bfd203fcbf569f6c4244b63d70 (patch) | |
tree | 0eae84c99417951fd39d9611ca933a6f2ff21536 /chapter06/linuxthreadsmanpages-inst.xml | |
parent | 57a5ecfef9d0b8ec31d9794bbb2de9211444c5ce (diff) |
Added glibc linuxthreads man pages installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/linuxthreadsmanpages-inst.xml')
-rw-r--r-- | chapter06/linuxthreadsmanpages-inst.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chapter06/linuxthreadsmanpages-inst.xml b/chapter06/linuxthreadsmanpages-inst.xml new file mode 100644 index 000000000..6d664e574 --- /dev/null +++ b/chapter06/linuxthreadsmanpages-inst.xml @@ -0,0 +1,17 @@ +<sect2> +<title>Installation of Linux threads man pages</title> + +<para>Unpack the glibc-linuxthreads package and you'll notice that you end +up with two new directories. Enter the +<filename class="directory">linuxthreads</filename> directory, not the +<filename class="directory">linuxthreads_db</filename> directory.</para> + +<para>Install the Linux threads man pages by running the following +commands:</para> + +<para><screen><userinput>cd man && +make && +make install</userinput></screen></para> + +</sect2> + |