From owner-freebsd-doc@FreeBSD.ORG Mon Mar 28 10:10:02 2005 Return-Path: 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 80EF216A4CF for ; Mon, 28 Mar 2005 10:10:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2777A43D46 for ; Mon, 28 Mar 2005 10:10:02 +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 j2SAA24H022913 for ; Mon, 28 Mar 2005 10:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2SAA154022912; Mon, 28 Mar 2005 10:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 28 Mar 2005 10:10:02 GMT Resent-Message-Id: <200503281010.j2SAA154022912@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, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7A616A4CE for ; Mon, 28 Mar 2005 10:08:44 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF66E43D1D for ; Mon, 28 Mar 2005 10:08:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2SA8hpi006415 for ; Mon, 28 Mar 2005 10:08:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2SA8hU7006414; Mon, 28 Mar 2005 10:08:43 GMT (envelope-from nobody) Message-Id: <200503281008.j2SA8hU7006414@www.freebsd.org> Date: Mon, 28 Mar 2005 10:08:43 GMT From: Ed Schouten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/79298: intro(2) man page has incorrect description of EFBIG X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 10:10:02 -0000 >Number: 79298 >Category: docs >Synopsis: intro(2) man page has incorrect description of EFBIG >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: Mon Mar 28 10:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: 5.4-PRERELEASE >Organization: >Environment: FreeBSD flierp.fxq.nl 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Fri Mar 25 16:09:01 UTC 2005 root@flierp.fxq.nl:/usr/obj/usr/src/sys/FLIERP i386 >Description: The intro(2) man page has the following description of EFBIG: 27 EFBIG File too large. The size of a file exceeded the maximum (about 2.1E9 bytes). which is incorrect. 2.1*10^9 bytes (2 GiB), isn't the maximum file size in the FreeBSD Operating System. >How-To-Repeat: $ man 2 intro >Fix: NetBSD and OpenBSD state the following in their man page: 27 EFBIG File too large. The size of a file exceeded the maximum. (The system-wide maximum file size is 2**63 bytes. Each file system may impose a lower limit for files contained within it.) This description is valid. >Release-Note: >Audit-Trail: >Unformatted: