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

next in thread | raw e-mail | index | archive | help
jilles      2010-10-23 13:36:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sh               sh.1 
  Log:
  SVN rev 214239 on 2010-10-23 13:36:09Z 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.130.2.9  +8 -10     src/bin/sh/sh.1



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