From owner-cvs-all Tue Oct 13 23:20:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17605 for cvs-all-outgoing; Tue, 13 Oct 1998 23:20:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 XAA17598; Tue, 13 Oct 1998 23:20:38 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14425; Tue, 13 Oct 1998 23:20:37 -0700 (PDT) Date: Tue, 13 Oct 1998 23:20:37 -0700 (PDT) Message-Id: <199810140620.XAA14425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam cam.3 cam_cdbparse.3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/10/13 23:20:36 PDT Modified files: lib/libcam Makefile Added files: lib/libcam cam.3 cam_cdbparse.3 Log: Add man pages for many of the functions in the CAM library. This covers most of the open/close routines, and the buffer/cdb parsing routines derived from the old scsi(3) library. The cam_cdbparse(3) man page borrows from the old scsi(3) man page, so the copyright and history section reflect that. The many scsi_* functions and other functions that are pulled in from the kernel aren't documented yet, but will be eventually. Revision Changes Path 1.3 +24 -32 src/lib/libcam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message