diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 0b5914097f1..75b8c69eb74 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.61 2009/02/13 18:49:14 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.62 2009/02/13 23:36:17 jmc Exp $ .\" .Dd $Mdocdate: February 13 2009 $ .Dt MALLOC 3 @@ -303,7 +303,7 @@ So to set a systemwide reduction of cache size and use guard pages: .Dl # ln -s 'G\*(Lt' /etc/malloc.conf .Pp The flags are mostly for testing and debugging. -If a program changes behavior if any of these options (except +If a program changes behavior if any of these options (except .Cm X ) are used, it is buggy. |