X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=85ffaad03b7ac8008e0ed04e062f224aa42154f0;hp=d22a10c38b770567f6a744a95a8814557e075e25;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e;ds=sidebyside diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index d22a10c3..85ffaad0 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_trace.3x,v 1.17 2017/01/07 18:45:42 tom Exp @ + * @Id: curs_trace.3x,v 1.18 2017/01/14 19:46:40 tom Exp @ --> @@ -182,6 +182,30 @@ use_env, use_extended_names, use_tioctl +

Command-line Utilities

+       The command-line utilities such as tic(1) provide  a  ver-
+       bose  option which extends the set of messages written us-
+       ing the trace function.  Both of these (-v and trace)  use
+       the same variable (_nc_tracing), which determines the mes-
+       sages which are written.
+
+       Because the command-line utilities may call initialization
+       functions   such  as  setupterm,  tgetent  or  use_extend-
+       ed_names, some of their debugging output may  be  directed
+       to  the  trace file if the NCURSES_TRACE environment vari-
+       able is set:
+
+       o   messages produced in the utility are  written  to  the
+           standard error.
+
+       o   messages  produced by the underlying library are writ-
+           ten to trace.
+
+       If ncurses is built without tracing, none  of  the  latter
+       are  produced,  and  fewer diagnostics are provided by the
+       command-line utilities.
+
+
 

RETURN VALUE

        Routines which return a value are designed to be  used  as
        parameters to the _tracef routine.
@@ -215,6 +239,7 @@
 
  • Functions
  • Trace Parameter
  • Initialization
  • +
  • Command-line Utilities
  • RETURN VALUE