From owner-freebsd-doc Tue Jun 26 20:30:11 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC29E37B405 for ; Tue, 26 Jun 2001 20:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5R3U4I14495; Tue, 26 Jun 2001 20:30:04 -0700 (PDT) (envelope-from gnats) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 3429F37B405 for ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/28436: [patch] mintor typo in getpgrp(2) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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