Bug 232626

Summary: [PATCH] efivar(3): typo fix
Product: Documentation Reporter: Tiwei Bie <btw>
Component: Manual PagesAssignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: 0mp, doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix patch none

Description Tiwei Bie 2018-10-24 15:22:34 UTC
Created attachment 198567 [details]
fix patch

Below is the fix:

diff --git a/lib/libefivar/efivar.3 b/lib/libefivar/efivar.3
index 6549304e748..57067c46a1f 100644
--- a/lib/libefivar/efivar.3
+++ b/lib/libefivar/efivar.3
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm libefivar
-.Nd EFI Non Volatile Variable Suppoert
+.Nd EFI Non Volatile Variable Support
 .Sh SYNOPSIS
 .In efivar.h
 .Ft int
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-10-24 15:26:34 UTC
I'll take care of it.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-10-24 15:48:03 UTC
Differential revision: https://reviews.freebsd.org/D17686
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-25 15:41:25 UTC
A commit references this bug:

Author: 0mp
Date: Thu Oct 25 15:41:20 UTC 2018
New revision: 339729
URL: https://svnweb.freebsd.org/changeset/base/339729

Log:
  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

Changes:
  head/lib/libefivar/efivar.3
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-10-25 15:42:37 UTC
Committed!

Thank you for reporting this issue.
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-03-12 20:51:47 UTC
A commit references this bug:

Author: 0mp
Date: Thu Mar 12 20:51:05 UTC 2020
New revision: 358920
URL: https://svnweb.freebsd.org/changeset/base/358920

Log:
  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)
  Differential Revision:	https://reviews.freebsd.org/D17686

  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24044

Changes:
_U  stable/12/
  stable/12/lib/libefivar/efivar.3