summaryrefslogtreecommitdiff
path: root/lib/libc
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 /lib/libc
parent24b9685ca9c292e01bef8ab8e2352650e4270d45 (diff)
Notes
Diffstat (limited to 'lib/libc')
-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