From owner-freebsd-doc@FreeBSD.ORG Thu Aug 4 15:20:11 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1FD16A420 for ; Thu, 4 Aug 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E8343D4C for ; Thu, 4 Aug 2005 15:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j74FK93r000565 for ; Thu, 4 Aug 2005 15:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j74FK9iu000564; Thu, 4 Aug 2005 15:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2005 15:20:09 GMT Resent-Message-Id: <200508041520.j74FK9iu000564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, garys@opusnet.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3133716A41F for ; Thu, 4 Aug 2005 15:12:25 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E009743D45 for ; Thu, 4 Aug 2005 15:12:24 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A0552EEE0108; Thu, 04 Aug 2005 08:12:21 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j74FE5wl042938 for ; Thu, 4 Aug 2005 08:14:05 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j74FE0Ma042937; Thu, 4 Aug 2005 08:14:00 -0700 (PDT) (envelope-from garys@opusnet.com) Message-Id: Date: Thu, 04 Aug 2005 08:14:00 -0700 From: "Gary W. Swearingen" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: docs/84549: [patch] errno(2) manpage uses "<...>" for "(..)" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: garys@opusnet.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 15:20:11 -0000 >Number: 84549 >Category: docs >Synopsis: [patch] errno(2) manpage uses "<...>" for "(..)" >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: Thu Aug 04 15:20:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 5.4-RELEASE i386 >Organization: none >Environment: n/a >Description: errno(2) manpage uses "<...>" for "(..)" >How-To-Repeat: n/a >Fix: --- errno..orig.2 Wed Aug 3 08:30:21 2005 +++ errno.2 Wed Aug 3 08:34:52 2005 @@ -76,8 +76,8 @@ and sets the variable .Va errno accordingly. - +(This allows interpretation of the failure on receiving +a -1 and to take action accordingly.) Successful calls never set .Va errno ; once set, it remains until another error occurs. @@ -198,8 +198,8 @@ has been reached and a requests for an open cannot be satisfied until at least one has been closed. .It Er 24 EMFILE Em "Too many open files" . - +(As released, the limit on the number of +open files per process is 64.) The .Xr getdtablesize 2 system call will obtain the current limit. >Release-Note: >Audit-Trail: >Unformatted: