svn commit: r237525 - head/lib/libedit
Joel Dahl
joel at FreeBSD.org
Sun Jun 24 07:54:29 UTC 2012
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
More information about the svn-src-all
mailing list