wiz
7da30c83ac
Change xref for vmstat(8) to vmstat(1).
...
Whitespace, punctuation and spelling fixes while I'm here.
2001-05-06 23:48:31 +00:00
msaitoh
6a1b4d087c
describe about $fromconsole
2001-04-11 23:26:09 +00:00
jhawk
3dce135b76
Copyright 1997-2001 (range).
...
Document some stuff:
show breaks
show buf
show ncache
show page
show pool
show uvmexp
show vnode
Sprinkle some commas.
2001-02-12 04:04:37 +00:00
mrg
718e340319
document sparc64 usage.
2000-11-26 00:44:16 +00:00
jhawk
84ceb5dfe7
Fix long-standing inconsistency between manapage and code.
...
The "ditto" character is " (double-quote); not , (comma) as
indicated in the manpage; and not ' (single-quote) as indicated
in the man.old -style manpage from which the mdoc manpage was derived.
Some other versions of ddb use single-quote for this feature, and this
part of the code may change again in the near future, but the documentation
now affects reality now.
they
2000-06-07 13:24:11 +00:00
jhawk
ef5465cf9f
Note "sifting" requires backslash escapes for leading digits.
2000-05-23 23:48:43 +00:00
jhawk
41ebaaaf09
Add a "sifting" command to ddb (named from the Sun OpenPROM command of
...
the same name); it searches the symbol table(s) for all symbols matching
a given substring, and prints.
Extremely useful for when you forget that critical symbol name.
Also, with /F support (cf. "ls -F") to print a char indicating the
symbol type.
2000-05-22 14:49:10 +00:00
jhawk
6bea74b95a
BREAK gets ddb on the i386 serial console
...
fix ")." misconstruction (mandoc)
2000-05-22 11:46:07 +00:00
jhawk
b931e9206f
Sort commands alphabetically (wow, much easier to find things now).
...
Fix few commands using Cm instead of Ic [consisntency].
Make .Bl's -compact in most cases (where items are one-line entries);
dramatically improves readability
2000-05-22 11:28:36 +00:00
soren
d07e520289
No more 'mach halt' on MIPS.
2000-05-21 05:42:01 +00:00
jhawk
6799326e44
Comment out "xf" and "xb"; they aren't implemented and don't
...
ever appear to have been.
2000-05-20 02:28:33 +00:00
jhawk
f9d6838fb8
Document "!" as a synonym for "call"
2000-05-15 20:37:56 +00:00
mycroft
1f2cf096b8
GC spurious blank lines.
2000-05-13 15:22:15 +00:00
jhawk
a71de73182
From kern/9569.
...
Preserve ddb's idea of "count" from one command to the next if
repeating a command via hitting newline.
2000-04-13 22:48:29 +00:00
soren
9c16a041dd
Remove MIPS/trapdump.
...
Mention MIPS/kvtop.
2000-01-26 13:37:57 +00:00
takemura
51ccd3e8ea
Add a description about key sequences for hpcmips.
2000-01-22 05:28:00 +00:00
lukem
d942adadb9
document "sync" command
1999-10-28 06:42:31 +00:00
ross
725b2cb79a
Document new `L' format modifier.
1999-05-31 07:05:56 +00:00
ross
2d72cb3172
Revert previous.
1999-03-18 22:04:23 +00:00
ross
363c7840aa
Driving directions: serial console to ddb prompt
1999-03-18 21:43:13 +00:00
garbled
c1d21e28ed
More and more of .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-16 01:19:14 +00:00
mycroft
5d4a8f142e
Fix minor formatting errors.
1999-03-06 22:44:10 +00:00
msaitoh
1e215d9224
Add note about PID.
1999-01-22 09:12:48 +00:00
msaitoh
5e6a645f86
minor fix
1999-01-08 13:23:56 +00:00
msaitoh
c4a8d11705
Add dwatch, kill and call.
1999-01-08 13:18:28 +00:00
leo
c0e9fc057a
Add the method to activate DDB on the atari (Julian Coleman).
1998-08-03 13:03:36 +00:00
msaitoh
7675c91cae
note x68k's NMI switch.
1998-05-26 05:09:10 +00:00
drochner
e5ef0cc867
sync "x/I" section to reality
1998-05-24 12:05:20 +00:00
fair
0dc86d3286
remove a note about eeprom on Suns - not true.
1998-03-25 22:05:01 +00:00
fair
01b13d66f9
additional miscellaneous cleanup of "entering debugger" and "machine-specific commands" sections.
1998-03-25 21:58:08 +00:00
fair
4b7a86f558
add sun3{,x} key sequence to "entering debugger"
1998-03-25 21:32:22 +00:00
fair
adceb30242
The "entering debugger" section moved higher.
...
Key sequences for "pmax" added to "entering debugger".
1998-03-25 21:26:33 +00:00
fair
2a990c202d
fixed the mdoc display formatting for the machine specific commands
1998-03-25 19:45:02 +00:00
fair
ef207d5d50
Herewith find documentation of the machine/port specific commands
...
to ddb(4) that I can glean from the source code as requested by PR#1562.
Portmasters, please check for accuracy.
Also, someone with a bit more facility with mdoc(7) should figure
out why I get the odd indentation when I thought I used the macros
in a reasonable fashion...
1998-03-24 02:05:44 +00:00
perry
34a98169f0
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
thorpej
b9ed745f83
Add DDB key sequences for alpha and mvme68k.
1998-01-15 06:38:18 +00:00
chopps
21d30e39c3
add amiga interrupt sequence
1997-11-23 18:37:33 +00:00
lukem
fb3d390582
* major rewrite from scratch using -mandoc macros (it was a -man.old doc)
...
* cleaned up a few points, clarifying ambiguous sentences
* documented DDB_HISTORY_SIZE=xxx kernel option, and the appropriate
editing keys
* added notes on how to drop into ddb on the mac68k (from [kern/4501])
1997-11-17 10:54:16 +00:00
chuck
695d407460
update doc on new "ps" options
1997-10-24 19:15:38 +00:00
mycroft
89459d366f
Fix many more formatting bugs, and add a section on activating the debugger.
1997-10-09 08:31:45 +00:00
mycroft
1e19a3dbbe
Fix a few formatting bugs.
1997-10-09 07:51:46 +00:00
scottr
0dc499822e
Document the reboot command.
1997-09-11 07:10:21 +00:00
sommerfe
16547a3715
Document trace/t
1997-03-11 16:58:55 +00:00
mouse
80c0d60f84
alternate -> alternative, per PR 2643
1997-03-08 13:47:08 +00:00
mikel
9f8677d515
.TH argument should be uppercase.
1997-03-02 08:22:51 +00:00
mikel
69435a41f8
add the missing SYNOPSIS section.
1997-03-02 08:19:37 +00:00
thorpej
c4fc3ef513
Document "onpanic" built-in variable.
1997-01-09 05:42:55 +00:00
jtc
d158bf0ae2
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-11-30 16:22:03 +00:00
mycroft
aee4b07b8a
Add RCS identifiers, remove some completely useless RCS logs and patchkit
...
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00
cgd
799eb7d029
kill change log
1993-07-28 00:00:49 +00:00