From owner-svn-src-all@FreeBSD.ORG Sun Oct 14 13:59:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8670854; Sun, 14 Oct 2012 13:59:17 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D0DE58FC1A; Sun, 14 Oct 2012 13:59:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9EDxHtA076853; Sun, 14 Oct 2012 13:59:17 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9EDxHTi076851; Sun, 14 Oct 2012 13:59:17 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201210141359.q9EDxHTi076851@svn.freebsd.org> From: Joel Dahl Date: Sun, 14 Oct 2012 13:59:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241544 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 13:59:18 -0000 Author: joel (doc committer) Date: Sun Oct 14 13:59:17 2012 New Revision: 241544 URL: http://svn.freebsd.org/changeset/base/241544 Log: mdoc: don't nest displays. The markup here isn't adding anything anyway. Fixes a mandoc lint warning. Discussed with: brueffer, Jason McIntyre Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ============================================================================== --- head/bin/sh/sh.1 Sun Oct 14 13:45:13 2012 (r241543) +++ head/bin/sh/sh.1 Sun Oct 14 13:59:17 2012 (r241544) @@ -649,8 +649,8 @@ The following redirection is often calle .Dq here-document . .Bd -unfilled -offset indent .Oo Ar n Oc Ns Li << Ar delimiter -.D1 Ar here-doc-text -.D1 ... +.Ar here-doc-text +.Ar ... .Ar delimiter .Ed .Pp