infotocap.1m 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. '\" t
  2. .\"***************************************************************************
  3. .\" Copyright (c) 1999-2004,2006 Free Software Foundation, Inc. *
  4. .\" *
  5. .\" Permission is hereby granted, free of charge, to any person obtaining a *
  6. .\" copy of this software and associated documentation files (the *
  7. .\" "Software"), to deal in the Software without restriction, including *
  8. .\" without limitation the rights to use, copy, modify, merge, publish, *
  9. .\" distribute, distribute with modifications, sublicense, and/or sell *
  10. .\" copies of the Software, and to permit persons to whom the Software is *
  11. .\" furnished to do so, subject to the following conditions: *
  12. .\" *
  13. .\" The above copyright notice and this permission notice shall be included *
  14. .\" in all copies or substantial portions of the Software. *
  15. .\" *
  16. .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  17. .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  18. .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  19. .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  20. .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  21. .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  22. .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  23. .\" *
  24. .\" Except as contained in this notice, the name(s) of the above copyright *
  25. .\" holders shall not be used in advertising or otherwise to promote the *
  26. .\" sale, use or other dealings in this Software without prior written *
  27. .\" authorization. *
  28. .\"***************************************************************************
  29. .\"
  30. .\" $Id: infotocap.1m,v 1.8 2006/12/24 20:13:56 tom Exp $
  31. .TH @INFOTOCAP@ 1M ""
  32. .ds n 5
  33. .ds d @TERMINFO@
  34. .SH NAME
  35. \fB@INFOTOCAP@\fR - convert a \fIterminfo\fR description into a \fItermcap\fR description
  36. .SH SYNOPSIS
  37. \fB@INFOTOCAP@\fR [\fB-v\fR\fIn\fR \fIwidth\fR] [\fB-V\fR] [\fB-1\fR] [\fB-w\fR \fIwidth\fR] \fIfile\fR . . .
  38. .SH DESCRIPTION
  39. \fB@INFOTOCAP@\fR looks in \fIfile\fR for \fBterminfo\fR descriptions. For each
  40. one found, an equivalent \fBtermcap\fR description is written to standard
  41. output. Terminfo \fBuse\fR capabilities are translated directly to termcap
  42. \fBtc\fR capabilities.
  43. .TP 5
  44. \fB-v\fR
  45. print out tracing information on standard error as the program runs.
  46. .TP 5
  47. \fB-V\fR
  48. print out the version of the program in use on standard error and exit.
  49. .TP 5
  50. \fB-1\fR
  51. cause the fields to print out one to a line. Otherwise, the fields
  52. will be printed several to a line to a maximum width of 60
  53. characters.
  54. .TP 5
  55. \fB-w\fR
  56. change the output to \fIwidth\fR characters.
  57. .SH FILES
  58. .TP 20
  59. \*d
  60. Compiled terminal description database.
  61. .SH NOTES
  62. This utility is actually a link to \fI@TIC@\fR, running in \fI-C\fR mode.
  63. You can use other \fI@TIC@\fR options such as \fB-f\fR and \fB-x\fR.
  64. .SH SEE ALSO
  65. \fBcurses\fR(3X),
  66. \fB@TIC@\fR(1M),
  67. \fB@INFOCMP@\fR(1M),
  68. \fBterminfo\fR(\*n)
  69. .PP
  70. This describes \fBncurses\fR
  71. version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@).
  72. .\"#
  73. .\"# The following sets edit modes for GNU EMACS
  74. .\"# Local Variables:
  75. .\"# mode:nroff
  76. .\"# fill-column:79
  77. .\"# End: