From owner-cvs-all Wed Dec 18 8:55: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434C637B404; Wed, 18 Dec 2002 08:55:01 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9351743EB2; Wed, 18 Dec 2002 08:55:00 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gBIGsxlI062318 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 18 Dec 2002 11:54:59 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gBIGswYP062315; Wed, 18 Dec 2002 11:54:58 -0500 (EST) (envelope-from wollman) Date: Wed, 18 Dec 2002 11:54:58 -0500 (EST) From: Garrett Wollman Message-Id: <200212181654.gBIGswYP062315@khavrinen.lcs.mit.edu> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys _exit.2 accept.2 access.2 acct.2 adjtime.2 aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 bind.2 brk.2 chdir.2 chflags.2 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 ... In-Reply-To: <200212180922.gBI9Mbcj061029@repoman.freebsd.org> References: <200212180922.gBI9Mbcj061029@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Stop calling system calls "function calls". > Use "The .Fn system call" a-la "The .Nm utility". I believe that this is a mistake. System calls are a special case of function calls. The standards from which many of these descriptions are taken intentionally do not reference system calls, and neither should we, since the interfaces may move from one side of the boundary to the other. (Many of these are, strictly speaking, function calls in the threaded C library.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message