From owner-svn-src-head@FreeBSD.ORG Mon Jun 15 22:31:34 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 147E7106564A; Mon, 15 Jun 2009 22:31:34 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.freebsd.org (Postfix) with ESMTP id 89B858FC1C; Mon, 15 Jun 2009 22:31:33 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-106-159-184.carlnfd1.nsw.optusnet.com.au (c122-106-159-184.carlnfd1.nsw.optusnet.com.au [122.106.159.184]) by mail10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n5FMVTuZ009255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Jun 2009 08:31:31 +1000 Date: Tue, 16 Jun 2009 08:31:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: John Baldwin In-Reply-To: <200906151543.n5FFh08t093646@svn.freebsd.org> Message-ID: <20090616081823.R25597@delplex.bde.org> References: <200906151543.n5FFh08t093646@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r194240 - head/lib/libutil X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 22:31:34 -0000 On Mon, 15 Jun 2009, John Baldwin wrote: > Log: > Note that the structures are defined in in the text (using > language from stat(2)) rather than in the synopsis. > > Requested by: bde Thanks. Copying stat(2) is good. I also like having single context-sensitive references in the man page text and no duplication of these references in the SEE ALSO section. It is worse than useless to give a general reference to an enormous man page when you have already described (hopefully completely) the small part of the man page that applies in context. user.h and struct kinfo_file are too large to describe completely here, but there is no man page specifically for them anyway. I can't find even a non-specific man page for them (appropos says nothing). So I would just use the source for them. Bruce