Page MenuHomeFreeBSD

Document vnode_pager_setsize(9)
ClosedPublic

Authored by khng on Mar 24 2021, 10:33 AM.
Tags
None
Referenced Files
F163253612: D29408.id86898.diff
Tue, Jul 21, 11:14 AM
Unknown Object (File)
Mon, Jul 20, 8:00 AM
Unknown Object (File)
Mon, Jul 20, 3:21 AM
Unknown Object (File)
Wed, Jul 8, 1:56 PM
Unknown Object (File)
Sat, Jul 4, 5:28 PM
Unknown Object (File)
Sat, Jul 4, 12:49 AM
Unknown Object (File)
Wed, Jun 24, 7:09 AM
Unknown Object (File)
Wed, Jun 24, 6:08 AM
Subscribers

Diff Detail

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

Event Timeline

khng requested review of this revision.Mar 24 2021, 10:33 AM

Xr VOP_SETATTR 9 -> .Xr VOP_SETATTR 9

OK, I only have one textual suggestion. Did you check the man page with "mandoc -Tlint" and textproc/igor?

share/man/man9/vnode_pager_setsize.9
36

How about "Notify the VM system about updates in the file size"?

In D29408#663654, @bcr wrote:

OK, I only have one textual suggestion. Did you check the man page with "mandoc -Tlint" and textproc/igor?

igor:

vnode_pager_setsize.9:30:date not today, April 6, 2021:.Dd [March 24, 2021]

mandoc -Tlint is clean on the otherhand.

bcr@'s suggestion: rewording document description

khng marked an inline comment as done.Apr 6 2021, 12:12 PM

Nice, thanks for the quick fixes.

This revision is now accepted and ready to land.Apr 6 2021, 12:33 PM

Approved by: philip (mentor)

This revision was automatically updated to reflect the committed changes.