From owner-freebsd-arch Thu Jul 6 3: 9:58 2000 Delivered-To: freebsd-arch@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 27B1837B85D for ; Thu, 6 Jul 2000 03:09:51 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13A8bI-00049J-00 for arch@FreeBSD.org; Thu, 06 Jul 2000 12:09:44 +0200 From: Sheldon Hearn To: arch@FreeBSD.org Subject: Why don't section 4 pages live with their drivers? Date: Thu, 06 Jul 2000 12:09:43 +0200 Message-ID: <15951.962878183@axl.ops.uunet.co.za> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I notice that a lot of section 4 manual pages live in src/share/man/man4 instead of in the subdirectory in which the code that implements the associated drivers resides. I realize that many drivers have bits in too many directories for this to be possible. Case in point: I'm about to commit the md.4 manual page of phk's. I would have thought that the right place for it would be src/sys/dev/md, but the precedents which I can see certainly indicates that this would be "wrong". Bottom line: where do I put this thing and if it's not in src/sys/dev/md, why not? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message