diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-15 17:10:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-15 17:10:23 +0000 |
commit | 620a4f2c78fdbd33bf9b1e40f2b0ac81e84abeda (patch) | |
tree | 6b5dfb9e1f26017884d16e2ad711dcda3ddbb1d0 /share/man/man4/ddb.4 | |
parent | b550624e3aaf045504c970f073b30a2660690a6a (diff) |
Disable x/q functionnality on 32bit platforms, because the examination code
is not supposed to work on values larger than db_expr_t.
Diffstat (limited to 'share/man/man4/ddb.4')
-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 28598799f30..ab95f8ac2a9 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.48 2006/11/28 18:56:17 uwe Exp $ +.\" $OpenBSD: ddb.4,v 1.49 2007/03/15 17:10:20 miod Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -216,7 +216,7 @@ look at by half words (16 bits) .It Cm /l look at by long words (32 bits) (default) .It Cm /q -look at by long longs (64 bits) +look at by long longs (64 bits) (only available on 64-bit platforms) .It Cm /a print the location being displayed .It Cm /A |