Skip to content

Commit 499281d

Browse files
authored
docs: group process id -> process group id
1 parent 1eaaeed commit 499281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ feature! {
353353
/// Get the terminal foreground process group (see
354354
/// [tcgetpgrp(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcgetpgrp.html)).
355355
///
356-
/// Get the group process id (PGID) of the foreground process group on the
356+
/// Get the process group id (PGID) of the foreground process group on the
357357
/// terminal associated to file descriptor (FD).
358358
#[inline]
359359
pub fn tcgetpgrp<F: std::os::fd::AsFd>(fd: F) -> Result<Pid> {

0 commit comments

Comments
 (0)