diff options
author | 2009-11-22 00:04:48 +0000 | |
---|---|---|
committer | 2009-11-22 00:04:48 +0000 | |
commit | f9c58b155f48c0230e51c290adba3d4b2824be62 (patch) | |
tree | e18feb8f4e3d1dbf3679e3b49bfc9a0d6509cb62 | |
parent | Fix uninitialized variables in db_stack_trace_print(), and honour the (diff) | |
download | wireguard-openbsd-f9c58b155f48c0230e51c290adba3d4b2824be62.tar.xz wireguard-openbsd-f9c58b155f48c0230e51c290adba3d4b2824be62.zip |
Fix examine command option list.
-rw-r--r-- | share/man/man4/ddb.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index f313cccdcd7..5baf4792cbd 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.65 2009/08/17 13:12:11 jasper Exp $ +.\" $OpenBSD: ddb.4,v 1.66 2009/11/22 00:04:48 miod 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: August 17 2009 $ +.Dd $Mdocdate: November 22 2009 $ .Dt DDB 4 .Os .Sh NAME @@ -205,7 +205,7 @@ List the available commands. .It Xo .Oo Ic e Oc Ns .Ic x Ns Op Ic amine -.Op Cm /bhlaAxzodurcsmiI +.Op Cm /bhlqaAxzodurcsmiI .Op Ar addr Ns .Op Ic \&, Ns Ar count .Xc |