Deleted Added
full compact
printenv.1 (68963) printenv.1 (70197)
1.\" Copyright (c) 1980, 1990, 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.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)printenv.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1980, 1990, 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.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)printenv.1 8.1 (Berkeley) 6/6/93
35.\" $FreeBSD: head/usr.bin/printenv/printenv.1 68963 2000-11-20 19:21:22Z ru $
35.\" $FreeBSD: head/usr.bin/printenv/printenv.1 70197 2000-12-19 16:00:12Z ru $
36.\"
37.Dd June 6, 1993
38.Dt PRINTENV 1
39.Os BSD 3
40.Sh NAME
41.Nm printenv , env
42.Nd print out the environment, set and print environment
43.Sh SYNOPSIS
44.Nm
45.Op Ar name
46.Nm env
47.Op Fl
48.Op Fl i
36.\"
37.Dd June 6, 1993
38.Dt PRINTENV 1
39.Os BSD 3
40.Sh NAME
41.Nm printenv , env
42.Nd print out the environment, set and print environment
43.Sh SYNOPSIS
44.Nm
45.Op Ar name
46.Nm env
47.Op Fl
48.Op Fl i
49.Op Ar name=value ...
49.Op Ar name=value ...\&
50.Op Ar command
51.Sh DESCRIPTION
52.Nm Printenv
53prints out the names and values of the variables in the environment,
54with one name/value pair per line. If
55.Ar name
56is specified, only
57its value is printed.

--- 60 unchanged lines hidden ---
50.Op Ar command
51.Sh DESCRIPTION
52.Nm Printenv
53prints out the names and values of the variables in the environment,
54with one name/value pair per line. If
55.Ar name
56is specified, only
57its value is printed.

--- 60 unchanged lines hidden ---