diff options
author | chris <chris@FreeBSD.org> | 2001-06-27 04:21:28 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2001-06-27 04:21:28 +0000 |
commit | ff751ec930801cfc5e3d94bfd8ce2315ca880257 (patch) | |
tree | a4e79883186e1439eb4af7fee48e78fb91e08bef /lib/libc/sys | |
parent | 71ab6ae0a002ccb5105a40d3fc4902197ce54f54 (diff) | |
download | FreeBSD-src-ff751ec930801cfc5e3d94bfd8ce2315ca880257.zip FreeBSD-src-ff751ec930801cfc5e3d94bfd8ce2315ca880257.tar.gz |
Remove an extra word "fo" in the sentence "there is no process whose
process ID equals fo pid".
PR: 28436
Submitted by: Gregory Bond <gnb@itga.com.au>
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getpgrp.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index db00707..6197ff5 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -91,7 +91,7 @@ to indicate the error. will succeed unless: .Bl -tag -width Er .It Bq Er ESRCH -there is no process whose process ID equals fo +there is no process whose process ID equals .Fa pid .El .Sh SEE ALSO |