Module Name: src Committed By: gutteridge Date: Fri Oct 9 01:49:53 UTC 2020
Modified Files: src/share/man/man4: options.4 Log Message: options.4: add a basic entry for the CNMAGIC option To generate a diff of this commit: cvs rdiff -u -r1.516 -r1.517 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.516 src/share/man/man4/options.4:1.517 --- src/share/man/man4/options.4:1.516 Fri Aug 28 16:07:49 2020 +++ src/share/man/man4/options.4 Fri Oct 9 01:49:53 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.516 2020/08/28 16:07:49 fcambus Exp $ +.\" $NetBSD: options.4,v 1.517 2020/10/09 01:49:53 gutteridge 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 August 25, 2020 +.Dd October 9, 2020 .Dt OPTIONS 4 .Os .Sh NAME @@ -562,6 +562,10 @@ This option overrides using break to ent on the serial console. The value given is the ASCII value to be used instead. This is currently only supported by the com driver. +.It Cd options CNMAGIC=string +This option overrides the +.Xr cnmagic 9 +string used to enter the kernel debugger. .It Cd options DDB_VERBOSE_HELP This option adds more verbose descriptions to the .Em help @@ -2706,6 +2710,7 @@ support in the kernel. .Xr quotaon 8 , .Xr rpc.rquotad 8 , .Xr sysctl 8 , +.Xr cnmagic 9 , .Xr in_getifa 9 , .Xr kernhist 9 .Sh HISTORY