Page MenuHomeFreeBSD

efivar(3): Fix some typos and improve style
ClosedPublic

Authored by 0mp on Oct 24 2018, 3:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 12:23 PM
Unknown Object (File)
Sep 16 2025, 6:03 AM
Unknown Object (File)
Aug 2 2025, 4:12 PM
Unknown Object (File)
Jul 28 2025, 2:22 PM
Unknown Object (File)
Jul 27 2025, 6:16 AM
Unknown Object (File)
Jul 22 2025, 5:33 AM
Unknown Object (File)
Jul 7 2025, 10:00 AM
Unknown Object (File)
Jun 26 2025, 11:28 AM
Subscribers
None

Details

Summary
  • Fix some typos.
  • Remove reudndant semicoloons from the synopsis section.
  • Stylize variable names and types with Vt and Va respectively.
  • Use a list to present non-implemented functions.
  • Sort the order of the sections.
  • Add a history section.
  • Use Nm when "libefivar" is mentioned.

Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232626
Reported by: Tiwei Bie <btw@mail.ustc.edu.cn>

Test Plan
  • igor
  • mandoc -Tlint

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Nice, thanks for working on this. Approved!

This revision is now accepted and ready to land.Oct 24 2018, 4:34 PM

Thanks for your reviews!

BTW, @imp & @bcr, should I MFC this one?

In D17686#378101, @0mp wrote:

Thanks for your reviews!

BTW, @imp & @bcr, should I MFC this one?

Yes

This revision was automatically updated to reflect the committed changes.

Alright, I'll try to MFC then. Thanks!