From owner-freebsd-commit Sun Oct 1 08:13:15 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16974 for freebsd-commit-outgoing; Sun, 1 Oct 1995 08:13:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16883 for cvs-all-outgoing; Sun, 1 Oct 1995 08:11:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16873 for cvs-bin-outgoing; Sun, 1 Oct 1995 08:11:50 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16862 ; Sun, 1 Oct 1995 08:11:44 -0700 Date: Sun, 1 Oct 1995 08:11:44 -0700 From: Joerg Wunsch Message-Id: <199510011511.IAA16862@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh options.c Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/01 08:11:44 Modified: bin/sh options.c Log: Posixize: sh -c [-aCefinuvx] command_string [ command_name [argument ...] ] 1 4.56.3 Options -c Read commands from the command_string operand. Set the value of special parameter 0 (see 3.5.2) from the value of the command_name operand and the positional parameters ($1, $2, etc.) in sequence from the remaining argument operands. Pointed out by: Kaleb Keithly (kaleb@x.org)