man.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-man" xreflabel="Man" role="wrap">
  7. <title>Man-&man-version;</title>
  8. <?dbhtml filename="man.html"?>
  9. <indexterm zone="ch-system-man"><primary sortas="a-Man">Man</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Man package contains programs for finding and viewing manual pages.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>0.1 SBU</seg><seg>1.9MB</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>Man installation depends on</segtitle>
  19. <seglistitem><seg>Bash, Binutils, Coreutils, Gawk, GCC,
  20. Glibc, Grep, Make, Sed</seg></seglistitem>
  21. </segmentedlist>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Man</title>
  25. <para>We'll make three adjustments to the sources of Man.</para>
  26. <para>The first is a patch which allows Man to work better with recent releases
  27. of Groff. In particular, man pages will now display using the full terminal
  28. width instead of being limited to 80 characters:</para>
  29. <screen><userinput>patch -Np1 -i ../man-&man-version;-80cols-1.patch</userinput></screen>
  30. <para>The second is a sed substitution to add the <emphasis>-R</emphasis>
  31. switch to the <emphasis>PAGER</emphasis> variable so that escape sequences are
  32. properly handled by Less:</para>
  33. <screen><userinput>sed -i 's@-is@&amp;R@g' configure
  34. chmod 755 configure</userinput></screen>
  35. <para>The third is also a sed substitution to comment out the <quote>MANPATH
  36. /usr/man</quote> line in the <filename>man.conf</filename> file to prevent
  37. redundant results when using programs such as <command>whatis</command>:</para>
  38. <screen><userinput>sed -i 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in</userinput></screen>
  39. <para>Now prepare Man for compilation:</para>
  40. <screen><userinput>./configure -confdir=/etc</userinput></screen>
  41. <para>The meaning of the configure options:</para>
  42. <variablelist>
  43. <varlistentry>
  44. <term><userinput>-confdir=/etc</userinput></term>
  45. <listitem><para>This tells the
  46. <command>man</command> program to look for the <filename>man.conf</filename>
  47. configuration file in the <filename>/etc</filename> directory.</para></listitem>
  48. </varlistentry>
  49. </variablelist>
  50. <para>Compile the package:</para>
  51. <screen><userinput>make</userinput></screen>
  52. <para>Lastly, install it:</para>
  53. <screen><userinput>make install</userinput></screen>
  54. <note><para>If you wish to disable SGR (Select Graphic Rendition) escape sequences, you should edit the
  55. <filename>man.conf</filename> file and add the <emphasis>-c</emphasis> switch
  56. to NROFF.</para></note>
  57. <para>If your character set uses 8-bit characters, search for the line
  58. beginning with "NROFF" in /etc/man.conf, and verify that it coincides
  59. with the following:</para>
  60. <screen>NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
  61. <para>Note that you should use "latin1" even if it is not the character set
  62. of your locale. The reason is that,
  63. according to the specification, <application>groff</application> has
  64. no means of typesetting characters outside ISO-8859-1
  65. without some strange escape codes, and localized manual
  66. pages are therefore really a hack. When formatting manual pages,
  67. <application>groff</application> thinks that they are in the ISO-8859-1
  68. encoding and this <emphasis>-Tlatin1</emphasis> switch tells
  69. <application>groff</application> to use the same encoding for output.
  70. Since <application>groff</application> does no recoding of input characters,
  71. the formatted result is really in the same encoding as input (although
  72. <application>groff</application> doesn't know that it is not ISO-8859-1)
  73. and therefore it is usable as the input for a pager.</para>
  74. <para>Of course, this hack does not solve the problem of non-working
  75. <command>man2dvi</command> program for localized manual
  76. pages in non-ISO-8859-1 locales.
  77. Also, it does not work at all with multibyte character sets.
  78. The first problem does not have a solution currently. The second
  79. one is not of a concern because the LFS installation does not support
  80. multibyte character sets properly anyway. You may want to look at
  81. internationalization related hints, though.</para>
  82. <para>You may want to also take a look at the BLFS page at
  83. <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/> which deals with
  84. formatting and compression issues for man pages.</para>
  85. </sect2>
  86. <sect2 id="contents-man" role="content"><title>Contents of Man</title>
  87. <segmentedlist>
  88. <segtitle>Installed programs</segtitle>
  89. <seglistitem><seg>apropos, makewhatis, man,
  90. man2dvi, man2html and whatis</seg></seglistitem>
  91. </segmentedlist>
  92. <variablelist><title>Short descriptions</title>
  93. <varlistentry id="apropos">
  94. <term><command>apropos</command></term>
  95. <listitem>
  96. <indexterm zone="ch-system-man apropos"><primary sortas="b-apropos">apropos</primary></indexterm>
  97. <para>searches the whatis database and displays
  98. the short descriptions of system commands that contain a given string.</para>
  99. </listitem>
  100. </varlistentry>
  101. <varlistentry id="makewhatis">
  102. <term><command>makewhatis</command></term>
  103. <listitem>
  104. <indexterm zone="ch-system-man makewhatis"><primary sortas="b-makewhatis">makewhatis</primary></indexterm>
  105. <para>builds the whatis database. It reads
  106. all the manual pages in the manpath and for each page writes the name and a
  107. short description in the whatis database.</para>
  108. </listitem>
  109. </varlistentry>
  110. <varlistentry id="man">
  111. <term><command>man</command></term>
  112. <listitem>
  113. <indexterm zone="ch-system-man man"><primary sortas="b-man">man</primary></indexterm>
  114. <para>formats and displays the requested on-line manual page.</para>
  115. </listitem>
  116. </varlistentry>
  117. <varlistentry id="man2dvi">
  118. <term><command>man2dvi</command></term>
  119. <listitem>
  120. <indexterm zone="ch-system-man man2dvi"><primary sortas="b-man2dvi">man2dvi</primary></indexterm>
  121. <para>converts a manual page into dvi format.</para>
  122. </listitem>
  123. </varlistentry>
  124. <varlistentry id="man2html">
  125. <term><command>man2html</command></term>
  126. <listitem>
  127. <indexterm zone="ch-system-man man2html"><primary sortas="b-man2html">man2html</primary></indexterm>
  128. <para>converts a manual page into html.</para>
  129. </listitem>
  130. </varlistentry>
  131. <varlistentry id="whatis">
  132. <term><command>whatis</command></term>
  133. <listitem>
  134. <indexterm zone="ch-system-man whatis"><primary sortas="b-whatis">whatis</primary></indexterm>
  135. <para>searches the whatis database and displays the short descriptions of system
  136. commands that contain the given keyword as a separate word.</para>
  137. </listitem>
  138. </varlistentry>
  139. </variablelist>
  140. </sect2>
  141. </sect1>