Document "!" as a synonym for "call"
This commit is contained in:
parent
aa0007b5a5
commit
f9d6838fb8
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ddb.4,v 1.40 2000/05/13 15:22:16 mycroft Exp $
|
||||
.\" $NetBSD: ddb.4,v 1.41 2000/05/15 20:37:56 jhawk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -710,6 +710,19 @@ Call the function specified by
|
|||
with the argument(s) listed in parentheses.
|
||||
Parentheses may be omitted if the function takes no arguments.
|
||||
The number of arguments is currently limited to 10.
|
||||
.It Xo
|
||||
.Sm off
|
||||
.Ic !
|
||||
.Ar address
|
||||
.Oo
|
||||
.Cm ( Ar expression
|
||||
.Op Ar ,...
|
||||
.Cm )
|
||||
.Oc
|
||||
.Sm on
|
||||
.Xc
|
||||
A synonym for
|
||||
.Ic call .
|
||||
.El
|
||||
.Sh MACHINE-SPECIFIC COMMANDS
|
||||
The "glue" code that hooks
|
||||
|
|
Loading…
Reference in New Issue