Page MenuHomeFreeBSD

MFC 339729
ClosedPublic

Authored by 0mp on Mar 12 2020, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 9, 2:09 AM
Unknown Object (File)
Wed, May 22, 12:30 PM
Unknown Object (File)
Wed, May 22, 11:52 AM
Unknown Object (File)
May 2 2024, 9:36 AM
Unknown Object (File)
May 2 2024, 9:32 AM
Unknown Object (File)
May 2 2024, 6:48 AM
Unknown Object (File)
May 1 2024, 7:33 PM
Unknown Object (File)
Jan 13 2024, 11:18 AM
Subscribers

Details

Reviewers
bcr
Group Reviewers
manpages
Summary

The patch was genereated with svn merge -c r339729 ^/head stable/12.

Diff Detail

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

Event Timeline

MFC 339729:

efivar(3): Fix some typos and improve style

- Fix some typos.
- Remove redundant semicolons 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.

PR:		232626
Reported by:	Tiwei Bie <btw@mail.ustc.edu.cn>
Reviewed by:	bcr, imp
Approved by:	krion (mentor, implicit), mat (mentor, implicit)
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D17686

For some reason I cannot paste this commit message into summary.

Good to go. Thanks for the details!

This revision is now accepted and ready to land.Mar 12 2020, 8:46 PM