diff options
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> + |