mdoc(7) police: restore all FreeBSD fixes to this file that got

clobbered by previous commit.
This commit is contained in:
Ruslan Ermilov 2001-11-21 15:50:57 +00:00
parent 5e9a6d9d2b
commit 7b3fbdf9b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86735

View File

@ -1,5 +1,4 @@
.\" $NetBSD: editrc.5,v 1.10 2000/11/08 00:09:38 lukem Exp $
.\" $FreeBSD$
.\"
.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,6 +33,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
.Dd November 8, 2000
.Os
.Dt EDITRC 5
@ -123,7 +124,7 @@ Options include:
Bind all keys to the standard GNU Emacs-like bindings.
.It Fl v
Bind all keys to the standard
.Xr vi 1 -like
.Xr vi 1 Ns -like
bindings.
.It Fl a
List or change key bindings in the
@ -164,10 +165,8 @@ can contain control characters of the form
.Sm off
.Sq No ^ Ar character
.Sm on
.Po
e.g.
.Sq ^A
.Pc ,
(e.g.\&
.Sq ^A ) ,
and the following backslashed escape sequences:
.Pp
.Bl -tag -compact -offset indent -width 4n
@ -223,7 +222,7 @@ or
indicating that the terminal does or does not have that capability.
.Pp
.Fl s
returns an emptry string for non-existent capabilities, rather than
returns an empty string for non-existent capabilities, rather than
causing an error.
.Fl v
causes messages to be verbose.
@ -235,7 +234,7 @@ functionality in a program.
List the history.
.It Ic telltc
List the values of all the terminal capabilities (see
.Xr termcap 5 ).
.Xr termcap 5 ) .
.It Ic settc Ar cap Ar val
Set the terminal capability
.Ar cap
@ -273,13 +272,9 @@ set of tty modes respectively; defaulting to
Without other arguments,
.Ic setty
lists the modes in the chosen set which are fixed on
.Po
.Sq +mode
.Pc
.Pq Sq +mode
or off
.Po
.Sq -mode
.Pc .
.Pq Sq -mode .
.Fl a
lists all tty modes in the chosen set regardless of the setting.
With
@ -484,9 +479,12 @@ Editline extended command.
.Xr regex 3 ,
.Xr termcap 5
.Sh AUTHORS
.An -nosplit
The
.Nm editline
library was written by Christos Zoulas,
and this manual was written by Luke Mewburn,
library was written by
.An Christos Zoulas ,
and this manual was written by
.An Luke Mewburn ,
with some sections inspired by
.Xr tcsh 1 .