Page MenuHomeFreeBSD

libmd: export and document *Fd/*FdChunk interfaces
Needs ReviewPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 30 2024, 8:45 PM
Unknown Object (File)
Apr 30 2024, 8:30 PM
Unknown Object (File)
Apr 30 2024, 6:42 PM
Unknown Object (File)
Apr 22 2024, 6:41 AM
Unknown Object (File)
Jan 10 2024, 3:38 AM
Unknown Object (File)
Dec 20 2023, 3:26 AM
Unknown Object (File)
Nov 15 2023, 11:39 PM
Unknown Object (File)
Nov 8 2023, 8:50 PM

Details

Reviewers
andrew
jrtc27
emaste
allanjude
Group Reviewers
manpages
Summary

Fixes: de13c2427d6c ("libmd: introduce functions that operate on an fd")

Diff Detail

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

Event Timeline

kevans requested review of this revision.Mar 9 2022, 3:35 AM

I think you should add the "nearly" qualifier to identical, as saying they're identical and then mentioning an exception seems contradictory to me.

Otherwise, the syntax of the mdoc looks fine, can't speak for the code.

"...are identical, except..." is fine. If it weren't for the exception they would be identical, not nearly identical.

But if we really want to avoid the phrase something like "perform the same function as" or "are equivalent to" would do.

bcr added a subscriber: bcr.

Manpage looks good. Thanks!