Skip to content

Commit b462492

Browse files
committed
docs(env): update documentation
1 parent 4c3c1b3 commit b462492

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/env/executable.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! Information about the executable.
2+
//!
3+
//! This module provides information about the currently running loaded
4+
//! executable image through different reserved linker symbols.
5+
16
use core::ops::Range;
27

38
pub fn executable_ptr_range() -> Range<*mut ()> {

src/env/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Central parsing of the command-line parameters.
1+
//! Inspection and manipulation of the kernel's environment.
22
33
mod executable;
44

0 commit comments

Comments
 (0)