X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_memleaks.3x;h=5ebc0d066fa51609b4a28cf6c30bf12282044487;hp=a8a455257f2d9405e79468ae2fbe59881b62371e;hb=445bfe6a0fb691e3433d586a188be2ebe062384b;hpb=e116460ef1091a4bbf0a97e04459d9b4f95b6165 diff --git a/man/curs_memleaks.3x b/man/curs_memleaks.3x index a8a45525..5ebc0d06 100644 --- a/man/curs_memleaks.3x +++ b/man/curs_memleaks.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2008 Free Software Foundation, Inc. * +.\" Copyright (c) 2008,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,13 +26,13 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_memleaks.3x,v 1.1 2008/10/25 23:38:13 tom Exp $ +.\" $Id: curs_memleaks.3x,v 1.3 2010/12/04 18:40:45 tom Exp $ .TH curs_memleaks 3X "" .na .hy 0 .SH NAME \fB_nc_freeall\fP -\fB_nc_free_and_exit\fP - \fBcurses\fR memory-leak checking +\fB_nc_free_and_exit\fP \- \fBcurses\fR memory-leak checking .ad .hy .SH SYNOPSIS @@ -45,7 +45,7 @@ These functions are used to simplify analysis of memory leaks in the ncurses library. They are normally not available; they must be configured into the library -at build time using the \fB--disable-leaks\fP option. +at build time using the \fB\-\-disable-leaks\fP option. That compiles-in code that frees memory that normally would not be freed. .PP Any implementation of curses must not free the memory associated with @@ -67,9 +67,3 @@ These functions do not return a value. These functions are not part of the XSI interface. .SH SEE ALSO \fBcurses\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: