Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 The actual environment variable is `LIBC_DIAG...



details:   https://anonhg.NetBSD.org/src/rev/d9d1e0230676
branches:  trunk
changeset: 548451:d9d1e0230676
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 27 00:04:34 2003 +0000

description:
The actual environment variable is `LIBC_DIAGASSERT' not `LIBC_DIAGNOSTIC'.
Spotted by Nathan Williams < nathanw @ >.

diffstat:

 share/man/man3/_DIAGASSERT.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 86d3ed7519f9 -r d9d1e0230676 share/man/man3/_DIAGASSERT.3
--- a/share/man/man3/_DIAGASSERT.3      Thu Jun 26 23:19:15 2003 +0000
+++ b/share/man/man3/_DIAGASSERT.3      Fri Jun 27 00:04:34 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _DIAGASSERT.3,v 1.5 2003/04/16 13:35:16 wiz Exp $
+.\"    $NetBSD: _DIAGASSERT.3,v 1.6 2003/06/27 00:04:34 lukem Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 4, 2001
+.Dd June 27, 2003
 .Dt _DIAGASSERT 3
 .Os
 .Sh NAME
@@ -90,11 +90,11 @@
 to ensure that various library calls are invoked with valid arguments.
 .Sh ENVIRONMENT
 The
-.Ev LIBC_DIAGNOSTIC
+.Ev LIBC_DIAGASSERT
 environment variable can be used to modify the default behaviour of
 logging the assertion to the system logger.
 .Pp
-.Ev LIBC_DIAGNOSTIC
+.Ev LIBC_DIAGASSERT
 may be set to one or more of the following characters:
 .Bl -tag -width xxx -offset indent
 .It a



Home | Main Index | Thread Index | Old Index