Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Uncomment crash(8) reference.
details: https://anonhg.NetBSD.org/src/rev/b65ac7387e8a
branches: trunk
changeset: 752419:b65ac7387e8a
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Feb 25 17:15:55 2010 +0000
description:
Uncomment crash(8) reference.
diffstat:
lib/libc/sys/reboot.2 | 4 ++--
share/man/man4/ddb.4 | 4 ++--
share/man/man8/man8.sparc/boot.8 | 6 +++---
share/man/man8/man8.sun2/boot.8 | 4 ++--
share/man/man9/boothowto.9 | 4 ++--
5 files changed, 11 insertions(+), 11 deletions(-)
diffs (99 lines):
diff -r bc5d5ad7e624 -r b65ac7387e8a lib/libc/sys/reboot.2
--- a/lib/libc/sys/reboot.2 Thu Feb 25 17:08:01 2010 +0000
+++ b/lib/libc/sys/reboot.2 Thu Feb 25 17:15:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: reboot.2,v 1.27 2009/09/04 23:29:02 apb Exp $
+.\" $NetBSD: reboot.2,v 1.28 2010/02/25 17:15:55 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -167,7 +167,7 @@
.El
.Sh SEE ALSO
.Xr ddb 4 ,
-.\" .Xr crash 8 ,
+.Xr crash 8 ,
.Xr halt 8 ,
.Xr init 8 ,
.Xr reboot 8 ,
diff -r bc5d5ad7e624 -r b65ac7387e8a share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Thu Feb 25 17:08:01 2010 +0000
+++ b/share/man/man4/ddb.4 Thu Feb 25 17:15:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.135 2010/02/22 08:41:10 wiz Exp $
+.\" $NetBSD: ddb.4,v 1.136 2010/02/25 17:15:55 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
diff -r bc5d5ad7e624 -r b65ac7387e8a share/man/man8/man8.sparc/boot.8
--- a/share/man/man8/man8.sparc/boot.8 Thu Feb 25 17:08:01 2010 +0000
+++ b/share/man/man8/man8.sparc/boot.8 Thu Feb 25 17:15:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.30 2006/06/20 06:28:32 wiz Exp $
+.\" $NetBSD: boot.8,v 1.31 2010/02/25 17:15:55 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -238,8 +238,7 @@
system bootstrap
.El
.Sh SEE ALSO
-.\" .Xr crash 8 ,
-.Xr sparc64/boot 8 ,
+.Xr crash 8 ,
.Xr disklabel 8 ,
.Xr fsck 8 ,
.Xr halt 8 ,
@@ -247,6 +246,7 @@
.Xr installboot 8 ,
.Xr rc 8 ,
.Xr shutdown 8 ,
+.Xr sparc64/boot 8 ,
.Xr syslogd 8
.Sh BUGS
On sun4 machines, the
diff -r bc5d5ad7e624 -r b65ac7387e8a share/man/man8/man8.sun2/boot.8
--- a/share/man/man8/man8.sun2/boot.8 Thu Feb 25 17:08:01 2010 +0000
+++ b/share/man/man8/man8.sun2/boot.8 Thu Feb 25 17:15:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.6 2003/08/07 10:31:27 agc Exp $
+.\" $NetBSD: boot.8,v 1.7 2010/02/25 17:15:55 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -168,7 +168,7 @@
program to install bootxx on a disk
.El
.Sh SEE ALSO
-.\" .Xr crash 8 ,
+.Xr crash 8 ,
.Xr disklabel 8 ,
.Xr fsck 8 ,
.Xr halt 8 ,
diff -r bc5d5ad7e624 -r b65ac7387e8a share/man/man9/boothowto.9
--- a/share/man/man9/boothowto.9 Thu Feb 25 17:08:01 2010 +0000
+++ b/share/man/man9/boothowto.9 Thu Feb 25 17:15:55 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boothowto.9,v 1.5 2009/09/28 18:28:59 apb Exp $
+.\" $NetBSD: boothowto.9,v 1.6 2010/02/25 17:15:55 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -262,7 +262,7 @@
.Xr sysctl 7 ,
.\" sets boothowto
.Xr boot 8 ,
-.\" .Xr crash 8 ,
+.Xr crash 8 ,
.\" RB_SINGLE, RB_INITNAME
.Xr init 8 ,
.\" reboot/poweroff/halt calls reboot(2)
Home |
Main Index |
Thread Index |
Old Index