Module Name: src Committed By: wiz Date: Mon Feb 22 08:41:10 UTC 2010
Modified Files: src/share/man/man4: ddb.4 Log Message: Comment out crash(8) reference, per PR 10708, until a MI one exists. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/share/man/man4/ddb.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/ddb.4 diff -u src/share/man/man4/ddb.4:1.134 src/share/man/man4/ddb.4:1.135 --- src/share/man/man4/ddb.4:1.134 Sun Jan 31 21:52:23 2010 +++ src/share/man/man4/ddb.4 Mon Feb 22 08:41:10 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: ddb.4,v 1.134 2010/01/31 21:52:23 phx Exp $ +.\" $NetBSD: ddb.4,v 1.135 2010/02/22 08:41:10 wiz Exp $ .\" .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -1293,7 +1293,7 @@ .Sh SEE ALSO .Xr reboot 2 , .Xr options 4 , -.Xr crash 8 , +.\" .Xr crash 8 , .Xr reboot 8 , .Xr sysctl 8 , .Xr cnmagic 9