From owner-freebsd-commit Sun Oct 1 09:32:47 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19215 for freebsd-commit-outgoing; Sun, 1 Oct 1995 09:32:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19194 for cvs-all-outgoing; Sun, 1 Oct 1995 09:31:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19183 for cvs-bin-outgoing; Sun, 1 Oct 1995 09:31:13 -0700 Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA19178 ; Sun, 1 Oct 1995 09:31:05 -0700 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id RAA23468; Sun, 1 Oct 1995 17:29:29 +0100 Message-Id: <199510011629.RAA23468@gilberto.physik.rwth-aachen.de> Subject: Re: cvs commit: src/bin/sh options.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Sun, 1 Oct 1995 17:29:28 +0100 (MET) Cc: cvs-bin@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org In-Reply-To: <199510011511.IAA16862@freefall.freebsd.org> from "Joerg Wunsch" at Oct 1, 95 08:11:44 am From: Christoph Kukulies Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 747 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) Keithley :) not that I want to appear nitpicky. > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de