Date: Sun, 10 Jul 2011 15:02:25 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh sh.1 Message-ID: <201107101502.p6AF2ZNK051354@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2011-07-10 15:02:25 UTC
FreeBSD src repository
Modified files:
bin/sh sh.1
Log:
SVN rev 223909 on 2011-07-10 15:02:25Z by jilles
sh(1): Extend documentation about subshells.
Because sh executes commands in subshell environments without forking in
more and more cases (particularly from 8.0 on), it makes sense to describe
subshell environments more precisely using ideas from POSIX, together with
some FreeBSD-specific items.
In particular, the hash and times builtins may not behave as if their state
is copied for a subshell environment while leaving the parent shell
environment unchanged.
Revision Changes Path
1.174 +46 -8 src/bin/sh/sh.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107101502.p6AF2ZNK051354>
