From owner-freebsd-bugs Thu Mar 15 11:20:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C386F37B71E for ; Thu, 15 Mar 2001 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2FJK1b59435; Thu, 15 Mar 2001 11:20:01 -0800 (PST) (envelope-from gnats) Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id F0F6437B71C for ; Thu, 15 Mar 2001 11:10:55 -0800 (PST) (envelope-from fanf@dotat.at) Received: from fanf by hand.dotat.at with local (Exim 3.20 #3) id 14dOut-0000Ne-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Mar 2001 03:59:11 +0000 Message-Id: Date: Thu, 15 Mar 2001 03:59:11 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/25835: incorrect spelling of MNT_ASYNC in statfs(2) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25835 >Category: bin >Synopsis: incorrect spelling of MNT_ASYNC in statfs(2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 15 11:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.3-BETA i386 >Organization: Covalent Technologies, Inc. >Environment: System: FreeBSD hand.dotat.at 4.3-BETA FreeBSD 4.3-BETA #5: Thu Mar 15 02:42:59 GMT 2001 fanf@hand.dotat.at:/FreeBSD/releng4/sys/compile/DELL-Latitude-CSx i386 >Description: MNT_ASYNC is spelt MNT_ASYNCHRONOUS in statfs(2) >How-To-Repeat: >Fix: Index: statfs.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/statfs.2,v retrieving revision 1.9.2.4 diff -u -r1.9.2.4 statfs.2 --- statfs.2 2000/12/29 14:44:54 1.9.2.4 +++ statfs.2 2001/03/15 03:56:18 @@ -99,7 +99,7 @@ Special files in the filesystem may not be opened. .It Dv MNT_SYNCHRONOUS All I/O to the filesystem is done synchronously. -.It Dv MNT_ASYNCHRONOUS +.It Dv MNT_ASYNC No filesystem I/O is done synchronously. .It Dv MNT_LOCAL The filesystem resides locally. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message