From owner-freebsd-commit Mon Oct 2 04:46:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA11499 for freebsd-commit-outgoing; Mon, 2 Oct 1995 04:46:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA11478 for cvs-all-outgoing; Mon, 2 Oct 1995 04:45:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA11466 for cvs-share-outgoing; Mon, 2 Oct 1995 04:45:57 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA11431 ; Mon, 2 Oct 1995 04:45:40 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA24689; Mon, 2 Oct 1995 21:44:10 +1000 Date: Mon, 2 Oct 1995 21:44:10 +1000 From: Bruce Evans Message-Id: <199510021144.VAA24689@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-share@freefall.freebsd.org, julian@freefall.freebsd.org Subject: Re: cvs commit: src/share/man/man5 types.5 Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: share/man/man5 types.5 > Log: > Obtained from: /sys/sys/types.h > make types.5 match the actual file.. > quite easy really as it just includes it.. Should have been Obtained from: 4.4lite2. 4.4lite2 has fixed this (perhaps just by including sys/types.h :) and many other bugs in the man pages. Bruce