diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-10-26 18:53:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-10-26 18:53:21 +0000 |
commit | 693da01715c98a846959e542e40c07542d863b54 (patch) | |
tree | 65d985217a4063f446b94bea21cdda3ea5f1fda3 /share/man | |
parent | f660f390f62990e716e54b7e3699dd801cd0a1ab (diff) |
add a top-level "reboot" command, for people who keep forgetting "boot reboot"
ok kn
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ddb.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 7177668a177..27cca031558 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.98 2020/06/17 10:55:24 sthen Exp $ +.\" $OpenBSD: ddb.4,v 1.99 2020/10/26 18:53:20 deraadt Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: June 17 2020 $ +.Dd $Mdocdate: October 26 2020 $ .Dt DDB 4 .Os .Sh NAME @@ -605,6 +605,10 @@ address is set to the address where .Ar value is found, or just after where the search area finishes. .\" -------------------- +.It Ic reboot +Shortcut for +.Ic boot reboot +.\" -------------------- .It Ic show Ar what Displays various things, depending on .Ar what : |