From owner-cvs-all Wed Dec 18 18:22:34 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 2206B37B404; Wed, 18 Dec 2002 18:22:33 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ADD43EE6; Wed, 18 Dec 2002 18:22:31 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id NAA31983; Thu, 19 Dec 2002 13:22:19 +1100 Date: Thu, 19 Dec 2002 13:23:27 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Garrett Wollman Cc: Ruslan Ermilov , , Subject: Re: 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 In-Reply-To: <200212181654.gBIGswYP062315@khavrinen.lcs.mit.edu> Message-ID: <20021219132023.A28577-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 18 Dec 2002, Garrett Wollman wrote: > < 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.) I mostly agree, but note that system calls are still carefully separated from functions by putting them in a separate manpage section. The threaded case already bogotifies this separation. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message