From owner-cvs-all Wed May 22 16:14:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E555037B409; Wed, 22 May 2002 16:14:17 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MNEHl46700; Wed, 22 May 2002 16:14:17 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205222314.g4MNEHl46700@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 22 May 2002 16:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/help Makefile help.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 jmallett 2002/05/22 16:14:17 PDT Added files: usr.bin/help Makefile help.c Log: Add my PD implementation of the SCCS help command, which prints help from files in the format used by SCCS, given a key. It behaves exactly like the ``proper'' SCCS help command, from what testing I can do. Revision Changes Path 1.1 +6 -0 src/usr.bin/help/Makefile (new) 1.1 +140 -0 src/usr.bin/help/help.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message