Skip to content

Commit e872412

Browse files
committed
doc: add section Terminology
1 parent 1c9967c commit e872412

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

uefi/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
//!
102102
//! The full text of the license is available in the [license file][LICENSE].
103103
//!
104+
//! # Terminology (in this Crate)
105+
//!
106+
//! Although we sometimes use the terms "EFI" and "UEFI", both can be used
107+
//! interchangeably. We prefer "EFI" when talking about EFI images due to
108+
//! established naming conventions. Otherwise, we are using "UEFI".
109+
//!
104110
//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE
105111
//! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
106112
//! [UEFI]: https://uefi.org/

0 commit comments

Comments
 (0)