From owner-svn-src-head@FreeBSD.ORG Fri Mar 29 08:12:10 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 74711562; Fri, 29 Mar 2013 08:12:10 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6E3187; Fri, 29 Mar 2013 08:12:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2T8CASC005741; Fri, 29 Mar 2013 08:12:10 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2T8CAxJ005740; Fri, 29 Mar 2013 08:12:10 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201303290812.r2T8CAxJ005740@svn.freebsd.org> From: Joel Dahl Date: Fri, 29 Mar 2013 08:12:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248870 - head/bin/sh X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 08:12:10 -0000 Author: joel (doc committer) Date: Fri Mar 29 08:12:09 2013 New Revision: 248870 URL: http://svnweb.freebsd.org/changeset/base/248870 Log: Minor mdoc fix. Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ============================================================================== --- head/bin/sh/sh.1 Fri Mar 29 07:58:22 2013 (r248869) +++ head/bin/sh/sh.1 Fri Mar 29 08:12:09 2013 (r248870) @@ -1628,7 +1628,7 @@ form begins with a subshell, the .Li $( and -.Li ( +.Li (\& must be separated by whitespace to avoid ambiguity with arithmetic expansion. .Ss Arithmetic Expansion