Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document "!" as a synonym for "call"



details:   https://anonhg.NetBSD.org/src/rev/5af9e783c21f
branches:  trunk
changeset: 486225:5af9e783c21f
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Mon May 15 20:37:56 2000 +0000

description:
Document "!" as a synonym for "call"

diffstat:

 share/man/man4/ddb.4 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 4819fbd5e964 -r 5af9e783c21f share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Mon May 15 20:16:48 2000 +0000
+++ b/share/man/man4/ddb.4      Mon May 15 20:37:56 2000 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index