From owner-cvs-all Sun Aug 1 3:53:34 1999 Delivered-To: cvs-all@freebsd.org Received: from mpp.pro-ns.net (mpp.pro-ns.net [208.200.182.72]) by hub.freebsd.org (Postfix) with ESMTP id 6BF4014D8C; Sun, 1 Aug 1999 03:53:27 -0700 (PDT) (envelope-from mpp@mpp.pro-ns.net) Received: (from mpp@localhost) by mpp.pro-ns.net (8.9.3/8.9.3) id FAA01994; Sun, 1 Aug 1999 05:53:27 -0500 (CDT) (envelope-from mpp) From: Mike Pritchard Message-Id: <199908011053.FAA01994@mpp.pro-ns.net> Subject: Re: cvs commit: src/lib/libc/sys utimes.2 In-Reply-To: <199907312229.PAA88382@freefall.freebsd.org> from Bruce Evans at "Jul 31, 1999 03:29:18 pm" To: bde@FreeBSD.org (Bruce Evans) Date: Sun, 1 Aug 1999 05:53:27 -0500 (CDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > bde 1999/07/31 15:29:18 PDT > > Modified files: > lib/libc/sys utimes.2 > Log: > Fixed $Id$. > > Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc. We don't > define this. Most FreeBSD man pages hard-code the limits; in fact, > utimes.2 recently became the only file in libc/sys/*.2 that mentions > NAME_MAX. There probably should be mandoc macros for this. Thanks for beating me to this. I was going to do this myself after hunting around a bit an noticing that nothing else does it this way. I was thinking about changing all of the man pages that use hard-coded limits to starting refering to then by the constant. That will be a mega-commit. What kind of mdoc macros did you have in mind? .Dv is how these should be specified with mdoc currently, but I'm open to suggestions. -Mike -- Mike Pritchard mpp@FreeBSD.ORG or mpp@mpp.pro-ns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message