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 /usr.bin/window/window.1 | |
parent | 30b3b32616a83d4de4e9828506ac5f00a04019a8 (diff) |
builtin -> built-in
Diffstat (limited to 'usr.bin/window/window.1')
-rw-r--r-- | usr.bin/window/window.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index a122667974e..2f286107636 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.5 1998/11/04 22:36:41 aaron Exp $ +.\" $OpenBSD: window.1,v 1.6 1999/05/12 21:58:32 aaron Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -581,10 +581,10 @@ if it exists or 0 otherwise. Function call. .Aq Va Expr must be a string that is the unique -prefix of the name of a builtin +prefix of the name of a built-in .Nm window function -or the full name of a user defined alias macro. In the case of a builtin +or the full name of a user defined alias macro. In the case of a built-in function, .Aq Ar arglist can be in one of two forms: @@ -604,7 +604,7 @@ arguments are used only to disambiguate, and can usually be omitted. Only the first argument form is valid for user defined aliases. Aliases are defined using the .Ic alias -builtin function (see below). Arguments +built-in function (see below). Arguments are accessed via a variant of the variable mechanism (see ``$'' operator above). .Pp @@ -613,7 +613,7 @@ only and so must be used as statements. When a function or an alias is used as a statement, the parentheses surrounding the argument list may be omitted. Aliases return no value. .El -.Ss Builtin Functions +.Ss Built-in Functions The arguments are listed by name in their natural order. Optional arguments are in square brackets .Sq Op . |