From 620a4f2c78fdbd33bf9b1e40f2b0ac81e84abeda Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 15 Mar 2007 17:10:23 +0000 Subject: Disable x/q functionnality on 32bit platforms, because the examination code is not supposed to work on values larger than db_expr_t. --- share/man/man4/ddb.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3