From owner-cvs-lib Sun Mar 8 07:17:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04540 for cvs-lib-outgoing; Sun, 8 Mar 1998 07:17:35 -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.8/8.8.8) with ESMTP id HAA04498; Sun, 8 Mar 1998 07:17:30 -0800 (PST) (envelope-from mckay@FreeBSD.org) From: Stephen McKay Received: (from mckay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07022; Sun, 8 Mar 1998 07:15:37 -0800 (PST) Date: Sun, 8 Mar 1998 07:15:37 -0800 (PST) Message-Id: <199803081515.HAA07022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio stdio.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mckay 1998/03/08 07:15:37 PST Modified files: lib/libc/stdio stdio.3 Log: Fixed a few ancient typos, added a little missing stuff, and updated references to abort() in light of POSIX mandated behaviour. I'm still not 100% happy with much of the wording, but it's better than it was. Revision Changes Path 1.7 +23 -20 src/lib/libc/stdio/stdio.3