Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2010 14:16:33 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh sh.1
Message-ID:  <201010231416.o9NEGpQ5067916@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-10-23 14:16:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/sh               sh.1 
  Log:
  SVN rev 214244 on 2010-10-23 14:16:33Z by jilles
  
  MFC r213926: sh(1): Clarify subshells/processes for pipelines.
  
  For multi-command pipelines,
  1. all commands are direct children of the shell (unlike the original
     Bourne shell)
  2. all commands are executed in a subshell (unlike the real Korn shell)
  
  Revision   Changes    Path
  1.125.2.8  +8 -10     src/bin/sh/sh.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010231416.o9NEGpQ5067916>