From 2f05bd957fbf34e2d61f4afc11ed896df9fa341e Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Wed, 27 Jun 2001 04:21:28 +0000 Subject: [PATCH] Remove an extra word "fo" in the sentence "there is no process whose process ID equals fo pid". PR: 28436 Submitted by: Gregory Bond --- lib/libc/sys/getpgrp.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index db00707a290..6197ff5286e 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