Date: Sun, 24 Jun 2012 07:54:29 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r237525 - head/lib/libedit Message-ID: <201206240754.q5O7sTck096044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206240754.q5O7sTck096044>