From owner-svn-src-head@FreeBSD.ORG Sun Jun 24 07:54:29 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F4611065670; Sun, 24 Jun 2012 07:54:29 +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 78E368FC08; Sun, 24 Jun 2012 07:54:29 +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 q5O7sTeU096046; Sun, 24 Jun 2012 07:54:29 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5O7sTck096044; Sun, 24 Jun 2012 07:54:29 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201206240754.q5O7sTck096044@svn.freebsd.org> From: Joel Dahl Date: Sun, 24 Jun 2012 07:54:29 +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: r237525 - head/lib/libedit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 24 Jun 2012 07:54:29 -0000 Author: joel (doc committer) Date: Sun Jun 24 07:54:28 2012 New Revision: 237525 URL: http://svn.freebsd.org/changeset/base/237525 Log: Fix mandoc "Oc breaks Op" warning. Modified: head/lib/libedit/editrc.5 Modified: head/lib/libedit/editrc.5 ============================================================================== --- head/lib/libedit/editrc.5 Sun Jun 24 07:10:34 2012 (r237524) +++ head/lib/libedit/editrc.5 Sun Jun 24 07:54:28 2012 (r237525) @@ -90,7 +90,7 @@ shell. The following builtin commands are available: .Bl -tag -width 4n .It Ic bind Oo Fl a Oc Oo Fl e Oc Oo Fl k Oc Oo Fl l Oc Oo Fl r Oc \ -Oo Fl s Oc Oo Fl v Oc Oo Ar key Op Ar command Oc +Oo Fl s Oc Oo Fl v Oc Oo Ar key Oo Ar command Oc Oc Without options, list all bound keys, and the editor command to which each is bound. If