From d191824689c3623b947f136117504492b4b3e3dd Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 28 Nov 2016 01:04:54 +0100 Subject: [PATCH] efivar.{3,8}: Fix some mdoc issues. efivar.3: Remove extra semicolons, fix section ordering, add SEE ALSO. efivar.8: Fix wrong .El, add SEE ALSO, add parentheses. --- lib/libefivar/efivar.3 | 12 +++++++----- usr.sbin/efivar/efivar.8 | 6 ++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lib/libefivar/efivar.3 b/lib/libefivar/efivar.3 index 2bcb7fbd01..b8f9d6a833 100644 --- a/lib/libefivar/efivar.3 +++ b/lib/libefivar/efivar.3 @@ -57,9 +57,9 @@ .Ft int .Fn efi_set_variable "efi_guid_t guid" "const char *name" "void *data" "size_t data_size" "uint32_t attributes" .Ft int -.Fn efi_str_to_guid "const char *s" "efi_guid_t *guid"; +.Fn efi_str_to_guid "const char *s" "efi_guid_t *guid" .Ft int -.Fn efi_variables_supported "void"; +.Fn efi_variables_supported "void" .Sh DESCRIPTION The .Nm @@ -91,10 +91,12 @@ and .Fn efi_guid_to_name .Fn efi_guid_to_symbol This function is not actually implemented. -.Sh BUGS -No facilities exist to process the strings as native UTF. -This is a limitation in the Linux libefivar library interface. +.Sh SEE ALSO +.Xr efivar 8 .Sh AUTHORS .An -nosplit This software was originally written by .An Warner Losh . +.Sh BUGS +No facilities exist to process the strings as native UTF. +This is a limitation in the Linux libefivar library interface. diff --git a/usr.sbin/efivar/efivar.8 b/usr.sbin/efivar/efivar.8 index 341ef33828..08344ef65f 100644 --- a/usr.sbin/efivar/efivar.8 +++ b/usr.sbin/efivar/efivar.8 @@ -151,14 +151,16 @@ Set the specified to .Ar value . This is not yet implemented. +.El .Sh COMPATIBILITY The .Nm program is intended to be compatible (strict superset) with a progam of the same name included in the Red Hat libefivar package. .Sh SEE ALSO +.Xr efivar 3 +.Pp Appendix A of the UEFI specification has the format for GUIDs. All GUIDs -.Dq Globally Unique Identifiers +.Pq Dq Globally Unique Identifiers have the format described in RFC 4122. -.El -- 2.11.4.GIT