X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Finfotocap.1m;h=67f21576a9f6e8c04f19b5b743686e6daf9620e5;hp=867840da0edfb800a170d674e42a41bc543f3a65;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/man/infotocap.1m b/man/infotocap.1m index 867840da..67f21576 100644 --- a/man/infotocap.1m +++ b/man/infotocap.1m @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1999,2000 Free Software Foundation, Inc. * +.\" Copyright (c) 1999-2016,2018 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,48 +27,52 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: infotocap.1m,v 1.2 2000/03/19 02:19:49 tom Exp $ -.TH infotocap 1M "" +.\" $Id: infotocap.1m,v 1.13 2018/07/28 21:34:06 tom Exp $ +.TH @INFOTOCAP@ 1M "" .ds n 5 -.ds d @DATADIR@/terminfo +.ds d @TERMINFO@ .SH NAME -\fBinfotocap\fR - convert a \fIterminfo\fR description into a \fItermcap\fR description +\fB@INFOTOCAP@\fR \- convert a \fIterminfo\fR description into a \fItermcap\fR description .SH SYNOPSIS -\fBinfotocap\fR [\fB-v\fR\fIn\fR \fIwidth\fR] [\fB-V\fR] [\fB-1\fR] [\fB-w\fR \fIwidth\fR] \fIfile\fR . . . +\fB@INFOTOCAP@\fR [\fB\-v\fR\fIn\fR \fIwidth\fR] [\fB\-V\fR] [\fB\-1\fR] [\fB\-w\fR \fIwidth\fR] \fIfile\fR ... .SH DESCRIPTION -\fBinfotocap\fR looks in \fIfile\fR for \fBterminfo\fR descriptions. For each -one found, an equivalent \fBtermcap\fR description is written to standard -output. Terminfo \fBuse\fR capabilities are translated directly to termcap +\fB@INFOTOCAP@\fR looks in each given text +\fIfile\fR for \fBterminfo\fR descriptions. +For each terminfo description found, +an equivalent \fBtermcap\fR description is written to standard output. +Terminfo \fBuse\fR capabilities are translated directly to termcap \fBtc\fR capabilities. .TP 5 -\fB-v\fR +\fB\-v\fR print out tracing information on standard error as the program runs. .TP 5 -\fB-V\fR +\fB\-V\fR print out the version of the program in use on standard error and exit. .TP 5 -\fB-1\fR -cause the fields to print out one to a line. Otherwise, the fields -will be printed several to a line to a maximum width of 60 -characters. +\fB\-1\fR +cause the fields to print out one to a line. +Otherwise, the fields +will be printed several to a line to a maximum width of 60 characters. .TP 5 -\fB-w\fR +\fB\-w\fR change the output to \fIwidth\fR characters. .SH FILES .TP 20 \*d Compiled terminal description database. .SH NOTES -This utility is actually a link to \fItic\fR(1M), running in \fI-C\fR mode. -You can use other \fItic\fR options such as \fB-f\fR and \fB-x\fR. +This utility is actually a link to \fB@TIC@\fR, running in \fI\-C\fR mode. +You can use other \fB@TIC@\fR options such as \fB\-f\fR and \fB\-x\fR. .SH SEE ALSO \fBcurses\fR(3X), -\fBtic\fR(1M), -\fBinfocmp\fR(1M), +\fB@TIC@\fR(1M), +\fB@INFOCMP@\fR(1M), \fBterminfo\fR(\*n) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: +.PP +This describes \fBncurses\fR +version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@). +.SH AUTHOR +Eric S. Raymond +and +.br +Thomas E. Dickey