Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 13:21:49 +1000 (EST)
From:      Gregory Bond <gnb@itga.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/28436: [patch] mintor typo in getpgrp(2)
Message-ID:  <200106270321.f5R3Lnd21764@hellcat.itga.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         28436
>Category:       docs
>Synopsis:       [patch] mintor typo in getpgrp(2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 20:30:04 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106270321.f5R3Lnd21764>