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 a04fe59 commit 3d870e0Copy full SHA for 3d870e0
src/unistd.rs
@@ -88,7 +88,7 @@ impl Gid {
88
getgid()
89
}
90
91
- /// Returns effective Gid of calling process. This is practically a more Rusty alias for `getgid`.
+ /// Returns effective Gid of calling process. This is practically a more Rusty alias for `getegid`.
92
pub fn effective() -> Self {
93
getegid()
94
0 commit comments