Skip to content

Commit

Permalink
Change Stat::comm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rust1248 committed Feb 15, 2023
1 parent 391bd13 commit 7e7afab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/stat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro_rules! since_kernel {
pub struct Stat {
/// The process ID.
pub pid: i32,
/// The filename of the executable, in parentheses.
/// The filename of the executable, without the parentheses.
///
/// This is visible whether or not the executable is swapped out.
///
Expand Down

0 comments on commit 7e7afab

Please sign in to comment.