We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3bd02 commit 03d6d6fCopy full SHA for 03d6d6f
crates/libs/kill_tree/src/blocking.rs
@@ -66,14 +66,14 @@ pub fn get_available_max_process_id() -> u32 {
66
///
67
/// # Errors
68
69
-/// ## InvalidProcessId
+/// ## `InvalidProcessId`
70
/// Returns the process ID of the kernel or system, or if greater than the available maximum process ID.
71
72
-/// ## InvalidCast
+/// ## `InvalidCast`
73
/// Returned internally when an invalid type conversion occurs during a system API call.
74
/// This is an error that should not occur under normal circumstances.
75
76
-/// ## InvalidProcEntry
+/// ## `InvalidProcEntry`
77
/// TODO
78
pub fn kill_tree(process_id: ProcessId) -> Result<Outputs> {
79
kill_tree_with_config(process_id, &Config::default())
0 commit comments