Page MenuHomeFreeBSD

libmd: export and document *Fd/*FdChunk interfaces
ClosedPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 5:10 PM
Unknown Object (File)
Thu, Jan 23, 6:49 PM
Unknown Object (File)
Sat, Jan 18, 5:58 PM
Unknown Object (File)
Dec 20 2024, 6:47 PM
Unknown Object (File)
Dec 2 2024, 9:32 PM
Unknown Object (File)
Nov 22 2024, 3:32 PM
Unknown Object (File)
Nov 22 2024, 3:32 PM
Unknown Object (File)
Nov 22 2024, 3:31 PM

Details

Summary

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

Diff Detail

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

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!

fuz added a subscriber: fuz.

LGTM and exp-ran fine in PR 280784.

This revision is now accepted and ready to land.Sep 29 2024, 11:14 PM