We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 391bd13 + 7e7afab commit 6c6ddbdCopy full SHA for 6c6ddbd
src/process/stat.rs
@@ -37,7 +37,7 @@ macro_rules! since_kernel {
37
pub struct Stat {
38
/// The process ID.
39
pub pid: i32,
40
- /// The filename of the executable, in parentheses.
+ /// The filename of the executable, without the parentheses.
41
///
42
/// This is visible whether or not the executable is swapped out.
43
0 commit comments