glibc-desc.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>catchsegv</command> can be used to create a stack trace
  4. when a program terminates with a segmentation fault.</para>
  5. <para><command>gencat</command> generates message catalogues.</para>
  6. <para><command>getconf</command> displays the system configuration values
  7. for filesystem specific variables.</para>
  8. <para><command>getent</command> gets entries from an administrative
  9. database.</para>
  10. <para><command>glibcbug</command> creates a bug report and mails it to the
  11. bug email address.</para>
  12. <para><command>iconv</command> performs character set conversion.</para>
  13. <para><command>iconvconfig</command> creates fastloading iconv module
  14. configuration file.</para>
  15. <para><command>ldconfig</command> configures the dynamic linker runtime
  16. bindings.</para>
  17. <para><command>ldd</command> reports which shared libraries are required
  18. by each given program or shared library.</para>
  19. <para><command>lddlibc4</command> assists ldd with object files.</para>
  20. <para><command>locale</command> is a Perl program that tells the compiler
  21. to enable or disable the use of POSIX locales for built-in operations.</para>
  22. <para><command>localedef</command> compiles locale specifications.</para>
  23. <para><command>mtrace</command>...</para>
  24. <para><command>nscd</command> is a name service cache daemon providing a
  25. cache for the most common name service requests.</para>
  26. <para><command>nscd_nischeck</command> checks whether or not secure mode
  27. is necessary for NIS+ lookup.</para>
  28. <para><command>pcprofiledump</command> dumps information generated by
  29. PC profiling.</para>
  30. <para><command>pt_chown</command> is a helper program for grantpt to set
  31. the owner, group and access permissions of a slave pseudo terminal.</para>
  32. <para><command>rpcgen</command> generates C code to implement the
  33. RPC protocol.</para>
  34. <para><command>rpcinfo</command> makes an RPC call to an RPC server.</para>
  35. <para><command>sln</command> is used to make symbolic links. The program
  36. is statically linked, so it is useful for making symbolic links to dynamic
  37. libraries if the dynamic linking system for some reason is nonfunctional.</para>
  38. <para><command>sprof</command> reads and displays shared object profiling
  39. data.</para>
  40. <para><command>tzselect</command> asks the user about the location of the
  41. system and reports the corresponding time zone description.</para>
  42. <para><command>xtrace</command> traces the execution of a program by
  43. printing the currently executed function.</para>
  44. <para><command>zdump</command> is the time zone dumper.</para>
  45. <para><command>zic</command> is the time zone compiler.</para>
  46. <para><command>ld.so</command> is the helper program for shared library
  47. executables.</para>
  48. <para><command>libBrokenLocale</command> is used by programs, such as
  49. Mozilla, to solve broken locales.</para>
  50. <para><command>libSegFault</command> is a segmentation fault signal
  51. handler. It tries to catch segfaults.</para>
  52. <para><command>libanl</command> is an asynchronous name lookup
  53. library.</para>
  54. <para><command>libbsd-compat</command> provides the portability needed
  55. in order to run certain BSD programs under Linux.</para>
  56. <para><command>libc</command> is the main C library -- a collection of
  57. commonly used functions.</para>
  58. <para><command>libcrypt</command> is the cryptography library.</para>
  59. <para><command>libdl</command> is the dynamic linking interface library.</para>
  60. <para><command>libg</command> is a runtime library for g++.</para>
  61. <para><command>libieee</command> is the IEEE floating point library.</para>
  62. <para><command>libm</command> is the mathematical library.</para>
  63. <para><command>libmcheck</command> contains code run at boot.</para>
  64. <para><command>libmemusage</command> is used by memusage to help collect
  65. information about the memory usage of a program.</para>
  66. <para><command>libnsl</command> is the network services library.</para>
  67. <para><command>libnss*</command> are the Name Service Switch libraries,
  68. containing functions for resolving host names, user names, group names,
  69. aliases, services, protocols,and the like.</para>
  70. <para><command>libpcprofile</command> contains profiling functions used
  71. to track the amount of CPU time spent in which source code lines.</para>
  72. <para><command>libpthread</command> is the POSIX threads library.</para>
  73. <para><command>libresolv</command> contains functions for creating,
  74. sending, and interpreting packets to the Internet domain name servers.</para>
  75. <para><command>librpcsvc</command>contains functions providing
  76. miscellaneous RPC services.</para>
  77. <para><command>librt</command> contains functions providing most of the
  78. interfaces specified by the POSIX.1b Realtime Extension.</para>
  79. <para><command>libthread_db</command> contains functions useful for
  80. building debuggers for multi-threaded programs.</para>
  81. <para><command>libutil</command> contains code for "standard" functions
  82. used in many different Unix utilities.</para>
  83. </sect2>