Deleted Added
full compact
sh.1 (76090) sh.1 (78686)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kenneth Almquist.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kenneth Almquist.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
36.\" $FreeBSD: head/bin/sh/sh.1 76090 2001-04-28 02:13:58Z dd $
36.\" $FreeBSD: head/bin/sh/sh.1 78686 2001-06-24 01:34:38Z dd $
37.\"
38.Dd May 5, 1995
39.Dt SH 1
40.Os BSD 4
41.Sh NAME
42.Nm sh
43.Nd command interpreter (shell)
44.Sh SYNOPSIS

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

1681command will return without assigning any values.
1682The
1683.Ar timeout
1684value may optionally be followed by one of
1685.Dq s ,
1686.Dq m
1687or
1688.Dq h
37.\"
38.Dd May 5, 1995
39.Dt SH 1
40.Os BSD 4
41.Sh NAME
42.Nm sh
43.Nd command interpreter (shell)
44.Sh SYNOPSIS

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

1681command will return without assigning any values.
1682The
1683.Ar timeout
1684value may optionally be followed by one of
1685.Dq s ,
1686.Dq m
1687or
1688.Dq h
1689to explicitly specify seconds, minutes or or hours.
1689to explicitly specify seconds, minutes or hours.
1690If none is supplied,
1691.Dq s
1692is assumed.
1693.Pp
1694The
1695.Fl e
1696option exists only for backward compatibility with older scripts.
1697.It Ic readonly Ar name ...

--- 254 unchanged lines hidden ---
1690If none is supplied,
1691.Dq s
1692is assumed.
1693.Pp
1694The
1695.Fl e
1696option exists only for backward compatibility with older scripts.
1697.It Ic readonly Ar name ...

--- 254 unchanged lines hidden ---