]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efivar(3): Fix some typos and improve style
authorMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 25 Oct 2018 15:41:19 +0000 (15:41 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Thu, 25 Oct 2018 15:41:19 +0000 (15:41 +0000)
commit4026e1cc6842aafab58e9cf11815b79e0df575c3
treebec89fef5967e586e68521028c1f7d2ddd068cd5
parenta0a18fd46b83f077a57c5fc6332abe75e1b45fbc
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)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D17686
lib/libefivar/efivar.3