Skip to content

Commit aa3dd06

Browse files
committed
doc: add section Terminology
1 parent d9fcff7 commit aa3dd06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uefi/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
//!
102102
//! The full text of the license is available in the [license file][LICENSE].
103103
//!
104+
//! # Terminology
105+
//!
106+
//! Both "EFI" and "UEFI" can be used interchangeably, such as "UEFI image" or
107+
//! "EFI image". We prefer "UEFI" in our crate and its documentation.
108+
//!
104109
//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE
105110
//! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
106111
//! [UEFI]: https://uefi.org/

0 commit comments

Comments
 (0)