From owner-cvs-all Tue Sep 25 6:45:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46EE037B421; Tue, 25 Sep 2001 06:45:47 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8PDjli95845; Tue, 25 Sep 2001 06:45:47 -0700 (PDT) (envelope-from ru) Message-Id: <200109251345.f8PDjli95845@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 25 Sep 2001 06:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/grdc Makefile grdc.6 grdc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/09/25 06:45:46 PDT Modified files: games/grdc Makefile grdc.6 grdc.c Log: - Only use sig_atomic_t objects in signal handlers. - Use getopt() to parse command line. - Add usage(). - WARNSify. - Convert manpage to mdoc(7). PR: bin/30641 Submitted by: Andrey Simonenko , ru MFC after: 1 week Revision Changes Path 1.8 +2 -1 src/games/grdc/Makefile 1.3 +24 -17 src/games/grdc/grdc.6 1.9 +40 -12 src/games/grdc/grdc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message