Page MenuHomeFreeBSD

src.conf.5: Update the WITHOUT_ZFS description
ClosedPublic

Authored by markj on May 27 2022, 5:22 PM.
Tags
None
Referenced Files
F168664468: D35337.diff
Sat, Aug 29, 12:37 PM
F168650340: D35337.id.diff
Sat, Aug 29, 10:48 AM
Unknown Object (File)
Fri, Aug 28, 12:32 PM
Unknown Object (File)
Fri, Aug 28, 10:48 AM
Unknown Object (File)
Thu, Aug 27, 12:34 PM
Unknown Object (File)
Wed, Aug 26, 6:28 AM
Unknown Object (File)
Tue, Aug 25, 9:51 PM
Unknown Object (File)
Fri, Aug 21, 3:45 PM

Details

Summary

... to take into account programs and libraries which might implement
some ZFS-specific features without being exclusive to ZFS.

Diff Detail

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

Event Timeline

markj requested review of this revision.May 27 2022, 5:22 PM
This revision is now accepted and ready to land.May 27 2022, 5:54 PM

Does that text get copied into a manual page? I'm confused why the mdoc(7) markup otherwise. (And if it does, do the .Xr's get added to a SEE ALSO section?)

In D35337#801197, @pauamma_gundo.com wrote:

Does that text get copied into a manual page? I'm confused why the mdoc(7) markup otherwise. (And if it does, do the .Xr's get added to a SEE ALSO section?)

Yes, src.conf.5. See tools/build/options/makeman. It looks like there's nothing to automatically generate a SEE ALSO entries, but .Xr is used in many descriptions where appropriate.

This revision was automatically updated to reflect the committed changes.