diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-12 21:58:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-12 21:58:35 +0000 |
commit | 91330aee898d5603ce4dc4f957516cb5f7798bc9 (patch) | |
tree | 5305eb5675f0e51df8b7dfee06ff7fb1731cb827 /lib | |
parent | 30b3b32616a83d4de4e9828506ac5f00a04019a8 (diff) |
builtin -> built-in
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editline.3 | 14 | ||||
-rw-r--r-- | lib/libedit/editrc.5 | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 6543ecec993..0154bb449a3 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.4 1999/02/27 21:57:22 deraadt Exp $ +.\" $OpenBSD: editline.3,v 1.5 1999/05/12 21:58:33 aaron Exp $ .\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -166,7 +166,7 @@ Parses the array (which is .Fa argc elements in size) -to execute builtin +to execute built-in .Nm commands. If the command is prefixed with @@ -257,7 +257,7 @@ Otherwise, the current signal handlers will be used. .Xc Perform the .Ic bind -builtin command. +built-in command. Refer to .Xr editrc 5 for more information. @@ -268,7 +268,7 @@ for more information. .Xc Perform the .Ic echotc -builtin command. +built-in command. Refer to .Xr editrc 5 for more information. @@ -279,7 +279,7 @@ for more information. .Xc Perform the .Ic settc -builtin command. +built-in command. Refer to .Xr editrc 5 for more information. @@ -290,7 +290,7 @@ for more information. .Xc Perform the .Ic setty -builtin command. +built-in command. Refer to .Xr editrc 5 for more information. @@ -301,7 +301,7 @@ for more information. .Xc Perform the .Ic telltc -builtin command. +built-in command. Refer to .Xr editrc 5 for more information. diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 96a0cd7e2ed..c9390ee2ba6 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.4 1998/12/15 01:20:50 aaron Exp $ +.\" $OpenBSD: editrc.5,v 1.5 1999/05/12 21:58:33 aaron Exp $ .\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -57,9 +57,9 @@ or .Ar command is one of the .Xr editline 3 -builtin commands. +built-in commands. Refer to -.Sx BUILTIN COMMANDS +.Sx BUILT-IN COMMANDS for more information. .Pp .Ar prog @@ -80,16 +80,16 @@ style regular expression, in which case .Ar command will be executed for any program that matches the regular expression. -.Sh BUILTIN COMMANDS +.Sh BUILT-IN COMMANDS The .Nm editline -library has some builtin commands, which affect the way +library has some built-in commands, which affect the way that the line editing and history functions operate. -These are based on similar named builtins present in the +These are based on similarly named built-in commands present in the .Xr tcsh 1 shell. .Pp -The following builtin commands are available: +The following built-in commands are available: .Bl -tag -width 4n .It Ic bind Xo .Op Fl a |