From owner-freebsd-commit Tue Jan 16 03:09:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05773 for freebsd-commit-outgoing; Tue, 16 Jan 1996 03:09:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05692 for cvs-all-outgoing; Tue, 16 Jan 1996 03:08:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05670 for cvs-usrsbin-outgoing; Tue, 16 Jan 1996 03:08:12 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05647 Tue, 16 Jan 1996 03:08:09 -0800 (PST) Date: Tue, 16 Jan 1996 03:08:09 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601161108.DAA05647@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdplay cdplay.1 cdplay.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/16 03:08:07 Modified: usr.sbin/cdplay cdplay.1 cdplay.c Log: Fix a few minor bogons in the docs, also make it possible to execute cmds from args, e.g. cdplay cd0 "play 1 99" if you just want to feed the CD a command and exit the cdplay utility. Note that if you want to use post-play commands like `pause' and `resume', you should still use cdplay interactively. Revision Changes Path 1.3 +10 -3 src/usr.sbin/cdplay/cdplay.1 1.8 +105 -41 src/usr.sbin/cdplay/cdplay.c