From owner-freebsd-commit Thu Feb 15 14:13:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27744 for freebsd-commit-outgoing; Thu, 15 Feb 1996 14:13:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27735 for cvs-all-outgoing; Thu, 15 Feb 1996 14:12:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27728 for cvs-lib-outgoing; Thu, 15 Feb 1996 14:12:49 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA27709 Thu, 15 Feb 1996 14:12:31 -0800 (PST) From: Mike Pritchard Message-Id: <199602152212.OAA27709@freefall.freebsd.org> Subject: Re: cvs commit: src/lib/libc/gen fts.3 To: jdp@freefall.freebsd.org (John Polstra) Date: Thu, 15 Feb 1996 14:12:31 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org In-Reply-To: <199602152149.NAA26264@freefall.freebsd.org> from "John Polstra" at Feb 15, 96 01:49:00 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk John Polstra wrote: > > jdp 96/02/15 13:48:58 > > Modified: lib/libc/gen fts.3 > Log: > Corrected a couple of errors in the fts(3) manual page. The prototype > for "fts_open" was wrong. Also, the "fts_info" field of the FTSENT > structure was misleadingly described as containing "flags". Actually, it > contains a single integer value. > > Revision Changes Path > 1.2 +2 -2 src/lib/libc/gen/fts.3 You might even want to bring the man page in line with the current fts.h source, so as to be consistent.