Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Reinstate description of # operator lost in a...



details:   https://anonhg.NetBSD.org/src/rev/4b49522a58df
branches:  trunk
changeset: 587292:4b49522a58df
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jan 19 00:00:27 2006 +0000

description:
Reinstate description of # operator lost in an editing accident.
While here, fix spacing in the description of possible identifier syntax.

diffstat:

 share/man/man4/ddb.4 |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r cb65937073f0 -r 4b49522a58df share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Wed Jan 18 23:17:38 2006 +0000
+++ b/share/man/man4/ddb.4      Thu Jan 19 00:00:27 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.85 2005/12/01 18:07:18 wiz Exp $
+.\"    $NetBSD: ddb.4,v 1.86 2006/01/19 00:00:27 uwe Exp $
 .\"
 .\" Copyright (c) 1997 - 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1182,13 +1182,17 @@
 .Xo
 .Oo Ar filename : Oc
 .Ar function
-.Oo : Ar "line number" Oc ,
+.Oo : Ar line\ number Oc ,
 .Xc
+.Sm on
+.Sm off
 .Xo
 .Oo Ar filename : Oc
 .Ar variable ,
 .Xc
+.Sm on
 and
+.Sm off
 .Xo
 .Ar filename
 .Oo : Ar "line number" Oc ,
@@ -1196,7 +1200,7 @@
 .Sm on
 can be accepted as a symbol.
 The symbol may be prefixed with
-.Ar symbol_table_name : :
+.Ar symbol_table_name\^ : :
 (e.g.,
 .Li emulator::mach_msg_trap )
 to specify other than kernel symbols.
@@ -1225,7 +1229,7 @@
 or
 .Ic write
 commands.
-.It Cm \&"
+.It Cm \&" \"" XXX: emacs highlighting
 last address explicitly specified.
 .It Cm $ Ns Ar name
 register name or variable.
@@ -1233,8 +1237,9 @@
 It may be followed by a
 .Sq \&:
 and modifiers as described above.
-.It Cm a
-multiple of right-hand side.
+.It Cm #
+a binary operator which rounds up the left hand side to the next
+multiple of right hand side.
 .It Cm * Ns Ar expr
 expression indirection.
 It may be followed by a



Home | Main Index | Thread Index | Old Index