We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaaeed commit 499281dCopy full SHA for 499281d
src/unistd.rs
@@ -353,7 +353,7 @@ feature! {
353
/// Get the terminal foreground process group (see
354
/// [tcgetpgrp(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcgetpgrp.html)).
355
///
356
-/// Get the group process id (PGID) of the foreground process group on the
+/// Get the process group id (PGID) of the foreground process group on the
357
/// terminal associated to file descriptor (FD).
358
#[inline]
359
pub fn tcgetpgrp<F: std::os::fd::AsFd>(fd: F) -> Result<Pid> {
0 commit comments