Skip to content

Commit

Permalink
Merge pull request #251 from rust1248/task/fix-comm-docs
Browse files Browse the repository at this point in the history
Change Stat::comm documentation
  • Loading branch information
eminence authored Feb 15, 2023
2 parents 391bd13 + 7e7afab commit 6c6ddbd
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 6c6ddbd

Please sign in to comment.