From 862b27424db7b787658b5cc5c555b6ae106512a1 Mon Sep 17 00:00:00 2001 From: lirazch Date: Sun, 31 Jan 2021 11:50:57 +0200 Subject: [PATCH] Update 513_handle_database_and_protocol_services.md Deleted paragraph separator that was added by mistake --- .../513_handle_database_and_protocol_services.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/5_uefi_services/51_services_that_uefi_drivers_commonly_use/513_handle_database_and_protocol_services.md b/5_uefi_services/51_services_that_uefi_drivers_commonly_use/513_handle_database_and_protocol_services.md index 917920b..63f318d 100644 --- a/5_uefi_services/51_services_that_uefi_drivers_commonly_use/513_handle_database_and_protocol_services.md +++ b/5_uefi_services/51_services_that_uefi_drivers_commonly_use/513_handle_database_and_protocol_services.md @@ -86,9 +86,8 @@ executables. In addition, `InstallMultipleProtocolInterfaces()` provides more extensive error checking than `InstallProtocolInterface()`, which allows developers to catch coding errors sooner, and results in higher quality UEFI Driver implementations. The main difference is that -`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path - -Protocol is never be added to the Handle Database. _Section 3.9_ introduces the +`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path Protocol +is never be added to the Handle Database. _Section 3.9_ introduces the concept of Device Paths and the requirement for them to be unique. The `InstallMultipleProtocolInterfaces()` and `UninstallMultipleProtocolInterfaces()`