Page MenuHomeFreeBSD

top.1: Begin documenting modes in DISPLAY
Needs ReviewPublic

Authored by ziaee on Jun 9 2025, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 1:19 AM
Unknown Object (File)
Tue, Sep 30, 6:57 AM
Unknown Object (File)
Sat, Sep 27, 11:32 PM
Unknown Object (File)
Sep 12 2025, 5:18 PM
Unknown Object (File)
Sep 10 2025, 2:42 PM
Unknown Object (File)
Sep 7 2025, 1:28 PM
Unknown Object (File)
Sep 2 2025, 5:36 AM
Unknown Object (File)
Aug 21 2025, 9:44 AM
Subscribers

Details

Reviewers
carlavilla
mhorne
Group Reviewers
manpages
Summary

This is obviously not ready, but here's a draft with what i could figure
out so far. The commit log is suprisingly unhelpful, but I found ivct on
a mail from two decades ago and figured I'd get started and throw up a
draft for discussion.

There's some duplication here but I can't think of a more logical way to
do it initially.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64724
Build 61608: arc lint + arc unit

Event Timeline

ziaee requested review of this revision.Jun 9 2025, 6:11 PM
bcr added inline comments.
usr.bin/top/top.1
391

Capitalize CPU

400

This "If" needs to be on a line of its own after a sentence stop.

445

Capitalize CPU here and in other instances below, too?

460

s/io/IO/

The problem is that these modes are a literal lowercase option. I think that makes them command modifiers? In which case they should actually be .Cm cpu and .Cm io.