Module Name:    src
Committed By:   christos
Date:           Wed Dec 12 18:58:06 UTC 2012

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
mention what sync does.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 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.149 src/share/man/man4/ddb.4:1.150
--- src/share/man/man4/ddb.4:1.149	Sun Feb 12 07:43:51 2012
+++ src/share/man/man4/ddb.4	Wed Dec 12 13:58:05 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.149 2012/02/12 12:43:51 sborrill Exp $
+.\"	$NetBSD: ddb.4,v 1.150 2012/12/12 18:58:05 christos Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd February 12, 2012
+.Dd December 12, 2012
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -814,7 +814,7 @@ On machines with software-emulated singl
 stepping through code executed by interrupt handlers will probably
 do the wrong thing.
 .It Ic sync
-Force a crash dump, and then reboot.
+Sync the disks, force a crash dump, and then reboot.
 .It Ic trace Ns Oo Cm /u Ns Oo Cm l Oc Oc Oo Ar frame-address Oc Ns \
 Oo Cm , Ns Ar count Oc
 Stack trace from

Reply via email to