Module Name: src
Committed By: gson
Date: Tue Aug 20 14:03:56 UTC 2019
Modified Files:
src/share/man/man4: options.4
Log Message:
Don't say that makeoptions DEBUG="-g" also turns on options DEBUG,
because it does not. Fixes PR kern/54438.
To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.507 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.506 src/share/man/man4/options.4:1.507
--- src/share/man/man4/options.4:1.506 Wed May 22 15:17:48 2019
+++ src/share/man/man4/options.4 Tue Aug 20 14:03:55 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.506 2019/05/22 15:17:48 wiz Exp $
+.\" $NetBSD: options.4,v 1.507 2019/08/20 14:03:55 gson Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd May 21, 2019
+.Dd August 20, 2019
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -604,9 +604,6 @@ is useful for debugging kernel crash dum
See
.Xr gdb 1
for details.
-This also turns on
-.Em options DEBUG
-(which see).
.It Cd options DEBUG
Turns on miscellaneous kernel debugging.
Since options are turned into preprocessor defines (see above),