diff options
author | 2000-06-09 23:05:19 +0000 | |
---|---|---|
committer | 2000-06-09 23:05:19 +0000 | |
commit | 63f38d5672afb5c1430617302974bd7a6a1c7ab5 (patch) | |
tree | 45728adcac36a5da9f39a2531922a169e5bf589a | |
parent | oops (diff) | |
download | wireguard-openbsd-63f38d5672afb5c1430617302974bd7a6a1c7ab5.tar.xz wireguard-openbsd-63f38d5672afb5c1430617302974bd7a6a1c7ab5.zip |
right order of operation for boot dump; from Grigoriy Orlov <gluk@ptci.ru>
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 0243cea1539..6a2a68e2f89 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.20 2000/06/07 11:30:49 art Exp $ +.\" $OpenBSD: ddb.4,v 1.21 2000/06/09 23:05:19 mickey Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -345,7 +345,7 @@ Sync disks and reboot. .It Ic boot crash Dump core and reboot. .It Ic boot dump -Dump core, sync disks and reboot. +Sync disks, dump core and reboot. .El .\" -------------------- .It Xo |