Page MenuHomeFreeBSD

ddb(4): document some missing commands
ClosedPublic

Authored by mhorne on Nov 10 2022, 5:00 PM.
Tags
None
Referenced Files
F167706542: D37333.id112969.diff
Sun, Aug 23, 9:33 PM
F167706319: D37333.id112849.diff
Sun, Aug 23, 9:32 PM
Unknown Object (File)
Sun, Aug 23, 4:43 PM
Unknown Object (File)
Fri, Aug 21, 8:25 PM
Unknown Object (File)
Sun, Aug 16, 7:45 PM
Unknown Object (File)
Sat, Aug 15, 7:15 PM
Unknown Object (File)
Sat, Aug 15, 7:12 PM
Unknown Object (File)
Mon, Aug 10, 10:14 AM

Details

Summary

This is not exhaustive, just what I collected while working on
mac_ddb(4).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 10 2022, 5:21 PM
share/man/man4/ddb.4
545

Hoping someone from manpages can advise me on this. It should read 2^exp.

pauamma_chezdork.com added inline comments.
share/man/man4/ddb.4
545

mandoc_char(7) suggests

\(ha

markj added inline comments.
share/man/man4/ddb.4
562

You might be a bit more specific and say "every thread currently running on a CPU". "Every running thread" sounds to me like all threads which aren't sleeping, but that's not accurate. Just a suggestion.

share/man/man4/ddb.4
545

Turns out it is:
.Pf 2^ Ar exp
to get the correct spacing and formatting for exp.

562

Definitely. I thought the same but forgot to make that tweak.

This revision was automatically updated to reflect the committed changes.