X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_trace.3x;h=ef784165e168f9f3594aeb6fcd7e4a325e8b5525;hp=a35f2693b47134535c166e0c378f24fc8d956f17;hb=96d6b16de0d487e5d3aed0302a179dbce11b5d96;hpb=f783dbd488409a4b1fb58e993cee2f01484a0ef0 diff --git a/man/curs_trace.3x b/man/curs_trace.3x index a35f2693..ef784165 100644 --- a/man/curs_trace.3x +++ b/man/curs_trace.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2000-2007,2009 Free Software Foundation, Inc. * +.\" Copyright (c) 2000-2009,2010 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 * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_trace.3x,v 1.9 2009/11/14 22:32:19 tom Exp $ +.\" $Id: curs_trace.3x,v 1.12 2010/12/04 18:40:45 tom Exp $ .TH curs_trace 3X "" .na .hy 0 @@ -42,7 +42,7 @@ \fB_tracechtype\fR, \fB_tracechtype2\fR, \fB_tracemouse\fR, -\fBtrace\fR - \fBcurses\fR debugging routines +\fBtrace\fR \- \fBcurses\fR debugging routines .ad .hy .SH SYNOPSIS @@ -58,9 +58,9 @@ .br \fBchar *_nc_tracebits(void);\fR .br -\fBchar * _tracecchar_t (const cchar_t *string);\fR +\fBchar * _tracecchar_t(const cchar_t *string);\fR .br -\fBchar * _tracecchar_t2 (int buffer, const cchar_t *string);\fR +\fBchar * _tracecchar_t2(int buffer, const cchar_t *string);\fR .br \fBchar *_tracechar(int ch);\fR .br @@ -168,9 +168,3 @@ have similar, undocumented features, but they are not compatible with ncurses. .SH SEE ALSO \fBcurses\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: