From owner-svn-src-all@FreeBSD.ORG Sat May 12 19:53:45 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 9BAD01065676; Sat, 12 May 2012 19:53:45 +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 6DEE68FC0A; Sat, 12 May 2012 19:53:45 +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 q4CJrjtB048840; Sat, 12 May 2012 19:53:45 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4CJrjh4048838; Sat, 12 May 2012 19:53:45 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201205121953.q4CJrjh4048838@svn.freebsd.org> From: Joel Dahl Date: Sat, 12 May 2012 19:53:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235353 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 12 May 2012 19:53:45 -0000 Author: joel (doc committer) Date: Sat May 12 19:53:44 2012 New Revision: 235353 URL: http://svn.freebsd.org/changeset/base/235353 Log: Minor mdoc nit. Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ============================================================================== --- head/share/man/man4/ddb.4 Sat May 12 19:52:59 2012 (r235352) +++ head/share/man/man4/ddb.4 Sat May 12 19:53:44 2012 (r235353) @@ -1305,7 +1305,7 @@ command may be used to define a script b Scripts consist of a series of .Nm commands separated with the -.Ic ; +.Ql \&; character. For example: .Bd -literal -offset indent