Module Name:    src
Committed By:   wiz
Date:           Sun Jun  3 04:38:12 UTC 2018

Modified Files:
        src/share/mk: bsd.README

Log Message:
Fix MKSANITIZER default in description.


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.373 src/share/mk/bsd.README:1.374
--- src/share/mk/bsd.README:1.373	Sat Jun  2 01:41:49 2018
+++ src/share/mk/bsd.README	Sun Jun  3 04:38:12 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.373 2018/06/02 01:41:49 christos Exp $
+#	$NetBSD: bsd.README,v 1.374 2018/06/03 04:38:12 wiz Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -389,7 +389,7 @@ MKREPRO         If "yes", create reprodu
 
 MKSANITIZER	if "yes", use the selected sanitizer to compile userland
 		programs as defined in USE_SANITIZER, which defaults to
-		"memory". Available sanitizers are:
+		"address". Available sanitizers are:
 			address:	A memory error detector (default)
 			thread:		A data race detector
 			memory:		An uninitializer read detector
@@ -397,7 +397,7 @@ MKSANITIZER	if "yes", use the selected s
 			dataflow:	A general data flow analysis
 			cfi:		A control flow detector
 			safe-stack:	Protect against stack-based corruption
-		Only "address" is currently available for gcc(1)
+		Only "address" is currently available for gcc(1).
 
 MKSHARE		If "no", act as "MKCATPAGES=no MKDOC=no MKHTML=no MKINFO=no
 		MKMAN=no MKNLS=no".

Reply via email to