From owner-cvs-all Tue Sep 17 1:44: 8 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 5245337B401; Tue, 17 Sep 2002 01:44:07 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BC543E65; Tue, 17 Sep 2002 01:44:06 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8H8hvwr015297; Tue, 17 Sep 2002 01:44:01 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209170844.g8H8hvwr015297@gw.catspoiler.org> Date: Tue, 17 Sep 2002 01:43:57 -0700 (PDT) From: Don Lewis Subject: Re: cvs commit: src/share/man/man9 VOP_LINK.9 To: truckman@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200209170831.g8H8Vh6X059523@freefall.freebsd.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 17 Sep, Don Lewis wrote: > truckman 2002/09/17 01:31:43 PDT > > Modified files: > share/man/man9 VOP_LINK.9 > Log: > Update man page to reflect current implementation. > > List all of the error returns shown in the example code in the ERRORS > section. > > Revision Changes Path > 1.15 +12 -6 src/share/man/man9/VOP_LINK.9 The ERRORS sections of the VOP_whatever(9) man pages have been done in at least two different styles. The entries on some look like: [EPERM] the file is immutable while others look like: [ENOSPC] The filesystem is full. Someone with spare time on their hands might want to figure out which style is appropriate and do a sweep ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message