From gnb@itga.com.au  Tue Jun 26 20:23:08 2001
Return-Path: <gnb@itga.com.au>
Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210])
	by hub.freebsd.org (Postfix) with ESMTP id 3429F37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2001 20:23:07 -0700 (PDT)
	(envelope-from gnb@itga.com.au)
Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20])
	by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id NAA04299
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jun 2001 13:23:05 +1000 (EST)
	(envelope-from gnb@itga.com.au)
Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163])
	by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id NAA26016;
	Wed, 27 Jun 2001 13:21:49 +1000 (EST)
Received: (from gnb@localhost)
	by hellcat.itga.com.au (8.11.4/8.11.4) id f5R3Lnd21764;
	Wed, 27 Jun 2001 13:21:49 +1000 (EST)
	(envelope-from gnb)
Message-Id: <200106270321.f5R3Lnd21764@hellcat.itga.com.au>
Date: Wed, 27 Jun 2001 13:21:49 +1000 (EST)
From: Gregory Bond <gnb@itga.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] mintor typo in getpgrp(2)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28436
>Category:       docs
>Synopsis:       [patch] mintor typo in getpgrp(2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 20:30:04 PDT 2001
>Closed-Date:    Tue Jun 26 21:23:22 PDT 2001
>Last-Modified:  Tue Jun 26 21:24:10 PDT 2001
>Originator:     Gregory Bond
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
ITG Australia Limited
>Environment:
System: FreeBSD hellcat.itga.com.au 4.3-STABLE FreeBSD 4.3-STABLE #21: Mon Jun 18 13:41:36 EST 2001 toor@hellcat.itga.com.au:/usr/obj/usr/src/sys/Hellcat i386

>Description:

from getpgrp(2):
     getpgid() will succeed unless:

     [ESRCH]            there is no process whose process ID equals fo pid

>How-To-Repeat:
	man getpgrp
>Fix:

Index: getpgrp.2
===================================================================
RCS file: /usr/ncvs/src/lib/libc/sys/getpgrp.2,v
retrieving revision 1.11.2.2
diff -u -r1.11.2.2 getpgrp.2
--- getpgrp.2	2001/04/26 02:02:06	1.11.2.2
+++ getpgrp.2	2001/06/27 03:17:39
@@ -91,7 +91,7 @@
 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
	
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: chris 
State-Changed-When: Tue Jun 26 21:23:22 PDT 2001 
State-Changed-Why:  
Committed in revisions 1.15 and 1.11.2.3 of getpgrp.2.  Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28436 
>Unformatted:
