From owner-cvs-lib Wed Dec 24 05:21:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA07014 for cvs-lib-outgoing; Wed, 24 Dec 1997 05:21:24 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA06990; Wed, 24 Dec 1997 05:20:59 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA19447; Wed, 24 Dec 1997 05:17:17 -0800 (PST) Date: Wed, 24 Dec 1997 05:17:17 -0800 (PST) Message-Id: <199712241317.FAA19447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio fvwrite.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/12/24 05:17:16 PST Modified files: lib/libc/stdio fvwrite.c Log: Remove wrong comment about snprintf: "return the number of bytes needed, rather the number used" According to Single Unix specs: Upon successful completion, these functions return the number of bytes transmitted excluding the terminating null Revision Changes Path 1.6 +4 -5 src/lib/libc/stdio/fvwrite.c