Source-Changes-HG archive

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

[src/netbsd-9]: src/share/man/man4 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/2e3991c44de6
branches:  netbsd-9
changeset: 458317:2e3991c44de6
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Sep 05 09:00:22 2019 +0000

description:
Pull up following revision(s) (requested by gson in ticket #178):

        share/man/man4/options.4: revision 1.507

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 26cac06fde82 -r 2e3991c44de6 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Sep 05 08:56:55 2019 +0000
+++ b/share/man/man4/options.4  Thu Sep 05 09:00:22 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.506.2.1 2019/09/05 09:00:22 martin 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