Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Don't say that makeoptions DEBUG="-g" also tu...



details:   https://anonhg.NetBSD.org/src/rev/4ceb9ae14128
branches:  trunk
changeset: 459017:4ceb9ae14128
user:      gson <gson%NetBSD.org@localhost>
date:      Tue Aug 20 14:03:55 2019 +0000

description:
Don't say that makeoptions DEBUG="-g" also turns on options DEBUG,
because it does not.  Fixes PR kern/54438.

diffstat:

 share/man/man4/options.4 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 3ff36456a8da -r 4ceb9ae14128 share/man/man4/options.4
--- a/share/man/man4/options.4  Tue Aug 20 12:40:18 2019 +0000
+++ b/share/man/man4/options.4  Tue Aug 20 14:03:55 2019 +0000
@@ -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 @@
 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),



Home | Main Index | Thread Index | Old Index