From owner-freebsd-commit Sun Jul 16 02:42:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA16194 for commit-outgoing; Sun, 16 Jul 1995 02:42:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA15691 for cvs-lib-outgoing; Sun, 16 Jul 1995 02:41:11 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA15678 ; Sun, 16 Jul 1995 02:41:05 -0700 Date: Sun, 16 Jul 1995 02:41:05 -0700 From: Bruce Evans Message-Id: <199507160941.CAA15678@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen signal.3 Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/07/16 02:41:04 Modified: lib/libc/gen signal.3 Log: Fix the synopsis of signal() again. Now it is uglier but correct. (Declarations of signal that don't use typedefs can't be formatted in the standard man page form.)