Module Name:    src
Committed By:   dholland
Date:           Thu Jul 16 08:42:53 UTC 2015

Modified Files:
        src/usr.bin/config: config.1

Log Message:
Document previously secret -d debug option. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/config/config.1

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

Modified files:

Index: src/usr.bin/config/config.1
diff -u src/usr.bin/config/config.1:1.17 src/usr.bin/config/config.1:1.18
--- src/usr.bin/config/config.1:1.17	Fri Oct 10 11:58:59 2014
+++ src/usr.bin/config/config.1	Thu Jul 16 08:42:53 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: config.1,v 1.17 2014/10/10 11:58:59 wiz Exp $
+.\"	$NetBSD: config.1,v 1.18 2015/07/16 08:42:53 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)config.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd October 10, 2014
+.Dd July 16, 2015
 .Dt CONFIG 1
 .Os
 .Sh NAME
@@ -37,7 +37,7 @@
 .Nd build kernel compilation directories
 .Sh SYNOPSIS
 .Nm
-.Op Fl MPpv
+.Op Fl dMPpv
 .Op Fl b Ar builddir
 .Op Fl D Ar var=value
 .Op Fl s Ar srcdir
@@ -111,6 +111,13 @@ Use
 .Ar builddir
 as the kernel build directory, instead of computing and creating one
 automatically.
+.It Fl d
+Issue diagnostic output for debugging problems with
+.Nm
+itself.
+More
+.Fl d
+options (currently up to 5) produce more output.
 .It Fl D Ar var=value
 Define a makeoptions variable to the given value.
 This is equivalent to appending a

Reply via email to