aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2001-06-27 04:21:28 +0000
committerChris Costello <chris@FreeBSD.org>2001-06-27 04:21:28 +0000
commit2f05bd957fbf34e2d61f4afc11ed896df9fa341e (patch)
treea4e79883186e1439eb4af7fee48e78fb91e08bef
parent24b9685ca9c292e01bef8ab8e2352650e4270d45 (diff)
downloadsrc-2f05bd957fbf34e2d61f4afc11ed896df9fa341e.tar.gz
src-2f05bd957fbf34e2d61f4afc11ed896df9fa341e.zip
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>
Notes
Notes: svn path=/head/; revision=78865
-rw-r--r--lib/libc/sys/getpgrp.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2
index db00707a290c..6197ff5286e0 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