Page MenuHomeFreeBSD

Clean up ddb(4) slightly
ClosedPublic

Authored by ngie on Mar 2 2017, 7:09 AM.
Tags
None
Referenced Files
F146605820: D9858.id25867.diff
Wed, Mar 4, 1:16 AM
Unknown Object (File)
Mon, Mar 2, 5:33 AM
Unknown Object (File)
Fri, Feb 27, 1:39 PM
Unknown Object (File)
Tue, Feb 17, 3:42 PM
Unknown Object (File)
Mon, Feb 16, 4:41 PM
Unknown Object (File)
Sat, Feb 7, 2:38 PM
Unknown Object (File)
Dec 11 2025, 3:57 PM
Unknown Object (File)
Dec 11 2025, 12:23 AM
Subscribers

Details

Reviewers
wblock
Group Reviewers
manpages
Commits
rS314610: Clean up ddb(4) slightly
Summary

Clean up ddb(4) slightly

  • Delete empty Li macro uses [1]
  • Attempt to clarify "show lock" subcommand by being more terse/direct. This addresses an issue with a contraction [2].

MFC after: 1 week
Reported by: make manlint [1], igor [2]
Sponsored by: Dell EMC Isilon

Test Plan
  • igor
  • make manlint

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7846
Build 7989: arc lint + arc unit

Event Timeline

ngie retitled this revision from to Clean up ddb(4) slightly.
ngie updated this object.
ngie edited the test plan for this revision. (Show Details)
ngie added a subscriber: rwatson.
wblock added a reviewer: wblock.
wblock added a subscriber: wblock.

As long as this still renders correctly, works for me.

This revision is now accepted and ready to land.Mar 3 2017, 6:36 PM

As long as this still renders correctly, works for me.

Removing Li changes this:

where[/u] [pid | tid] [,count]

to this:

where[/u] [pid | tid][,count]

(note the space change after tid])

This revision was automatically updated to reflect the committed changes.