toe.1m.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  2. <!--
  3. ****************************************************************************
  4. * Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. *
  5. * *
  6. * Permission is hereby granted, free of charge, to any person obtaining a *
  7. * copy of this software and associated documentation files (the *
  8. * "Software"), to deal in the Software without restriction, including *
  9. * without limitation the rights to use, copy, modify, merge, publish, *
  10. * distribute, distribute with modifications, sublicense, and/or sell *
  11. * copies of the Software, and to permit persons to whom the Software is *
  12. * furnished to do so, subject to the following conditions: *
  13. * *
  14. * The above copyright notice and this permission notice shall be included *
  15. * in all copies or substantial portions of the Software. *
  16. * *
  17. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  18. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  19. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  20. * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  21. * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  22. * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  23. * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  24. * *
  25. * Except as contained in this notice, the name(s) of the above copyright *
  26. * holders shall not be used in advertising or otherwise to promote the *
  27. * sale, use or other dealings in this Software without prior written *
  28. * authorization. *
  29. ****************************************************************************
  30. * @Id: toe.1m,v 1.21 2008/01/05 20:57:16 tom Exp @
  31. -->
  32. <HTML>
  33. <HEAD>
  34. <TITLE>toe 1m</TITLE>
  35. <link rev=made href="mailto:bug-ncurses@gnu.org">
  36. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  37. </HEAD>
  38. <BODY>
  39. <H1>toe 1m</H1>
  40. <HR>
  41. <PRE>
  42. <!-- Manpage converted by man2html 3.0.1 -->
  43. <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG> <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>
  44. </PRE>
  45. <H2>NAME</H2><PRE>
  46. <STRONG>toe</STRONG> - table of (terminfo) entries
  47. </PRE>
  48. <H2>SYNOPSIS</H2><PRE>
  49. <STRONG>toe</STRONG> [<STRONG>-v</STRONG>[<EM>n</EM>]] [<STRONG>-ahuUV</STRONG>] <EM>file...</EM>
  50. </PRE>
  51. <H2>DESCRIPTION</H2><PRE>
  52. With no options, <STRONG>toe</STRONG> lists all available terminal types by
  53. primary name with descriptions. File arguments specify
  54. the directories to be scanned; if no such arguments are
  55. given, your default terminfo directory is scanned. If you
  56. also specify the <STRONG>-h</STRONG> option, a directory header will be
  57. issued as each directory is entered.
  58. There are other options intended for use by terminfo file
  59. maintainers:
  60. <STRONG>-a</STRONG> report on all of the terminal databases which
  61. ncurses would search, rather than only the first
  62. one that it finds.
  63. <STRONG>-u</STRONG> <EM>file</EM>
  64. says to write a report to the standard output,
  65. listing dependencies in the given terminfo/termcap
  66. source file. The report condenses the `use' rela-
  67. tion: each line consists of the primary name of a
  68. terminal that has use capabilities, followed by a
  69. colon, followed by the whitespace-separated primary
  70. names of all terminals which occur in those use
  71. capabilities, followed by a newline
  72. <STRONG>-U</STRONG> <EM>file</EM>
  73. says to write a report to the standard output,
  74. listing reverse dependencies in the given ter-
  75. minfo/termcap source file. The report reverses the
  76. `use' relation: each line consists of the primary
  77. name of a terminal that occurs in use capabilities,
  78. followed by a colon, followed by the whitespace-
  79. separated primary names of all terminals which
  80. depend on it, followed by a newline.
  81. <STRONG>-v</STRONG><EM>n</EM> specifies that (verbose) output be written to stan-
  82. dard error, showing <STRONG>toe</STRONG>'s progress. The optional
  83. parameter <EM>n</EM> is a number from 1 to 10, interpreted
  84. as for <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>.
  85. <STRONG>-V</STRONG> reports the version of ncurses which was used in
  86. this program, and exits.
  87. </PRE>
  88. <H2>FILES</H2><PRE>
  89. <STRONG>/usr/share/terminfo/?/*</STRONG>
  90. Compiled terminal description database.
  91. </PRE>
  92. <H2>SEE ALSO</H2><PRE>
  93. <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>, <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>,
  94. <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.
  95. This describes <STRONG>ncurses</STRONG> version 5.6 (patch 20081011).
  96. <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>
  97. </PRE>
  98. <HR>
  99. <ADDRESS>
  100. Man(1) output converted with
  101. <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
  102. </ADDRESS>
  103. </BODY>
  104. </HTML>