Deleted Added
full compact
builtin.1 (153092) builtin.1 (163326)
1.\"
2.\" Copyright (c) 1999 Sheldon Hearn
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 1999 Sheldon Hearn
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man1/builtin.1 153092 2005-12-04 18:59:34Z stefanf $
27.\" $FreeBSD: head/share/man/man1/builtin.1 163326 2006-10-13 20:37:23Z ru $
28.\"
28.\"
29.Dd December 4, 2005
29.Dd October 14, 2006
30.Dt BUILTIN 1
31.Os
32.Sh NAME
33.Nm builtin ,
34.Nm \&! ,
35.Nm \&% ,
36.Nm \&. ,
37.Nm \&: ,

--- 96 unchanged lines hidden (view full) ---

134.Nm unsetenv ,
135.Nm until ,
136.Nm wait ,
137.Nm where ,
138.Nm which ,
139.Nm while
140.Nd shell built-in commands
141.Sh SYNOPSIS
30.Dt BUILTIN 1
31.Os
32.Sh NAME
33.Nm builtin ,
34.Nm \&! ,
35.Nm \&% ,
36.Nm \&. ,
37.Nm \&: ,

--- 96 unchanged lines hidden (view full) ---

134.Nm unsetenv ,
135.Nm until ,
136.Nm wait ,
137.Nm where ,
138.Nm which ,
139.Nm while
140.Nd shell built-in commands
141.Sh SYNOPSIS
142.Nm
143.Op Fl options
144.Op Ar args ...
142See the built-in command description in the appropriate shell manual page.
145.Sh DESCRIPTION
146Shell builtin commands are commands that can be executed within the
147running shell's process.
148Note that, in the case of
149.Xr csh 1
150builtin commands, the command is executed in a subshell if it occurs as
151any component of a pipeline except the last.
152.Pp

--- 179 unchanged lines hidden ---
143.Sh DESCRIPTION
144Shell builtin commands are commands that can be executed within the
145running shell's process.
146Note that, in the case of
147.Xr csh 1
148builtin commands, the command is executed in a subshell if it occurs as
149any component of a pipeline except the last.
150.Pp

--- 179 unchanged lines hidden ---