From owner-cvs-share Sun Apr 13 07:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA06777 for cvs-share-outgoing; Sun, 13 Apr 1997 07:20:06 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA06770; Sun, 13 Apr 1997 07:20:04 -0700 (PDT) Date: Sun, 13 Apr 1997 07:20:04 -0700 (PDT) From: Bruce Evans Message-Id: <199704131420.HAA06770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/man/man3 bitstring.3 fpgetround.3 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/13 07:20:03 Modified: share/man/man3 bitstring.3 fpgetround.3 Log: Fixed type bugs in synopsis. Some of the typedefs that were used here haven't existed for years, if they ever existed. The "prototypes" are actually for macros, so they are difficult to check automatically. Revision Changes Path 1.4 +18 -9 src/share/man/man3/bitstring.3 1.5 +12 -12 src/share/man/man3/fpgetround.3