summaryrefslogtreecommitdiff
path: root/usr.bin/printenv/printenv.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/printenv/printenv.1')
-rw-r--r--usr.bin/printenv/printenv.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1
index f83f1e43fe4..7f6b7be5327 100644
--- a/usr.bin/printenv/printenv.1
+++ b/usr.bin/printenv/printenv.1
@@ -1,4 +1,5 @@
-.\" $OpenBSD: printenv.1,v 1.3 1998/09/27 16:57:50 aaron Exp $
+.\" $OpenBSD: printenv.1,v 1.4 2000/03/10 20:17:49 aaron Exp $
+.\"
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -46,7 +47,8 @@
.Sh DESCRIPTION
.Nm printenv
prints out the names and values of the variables in the environment,
-with one name/value pair per line. If
+with one name/value pair per line.
+If
.Ar name
is specified, only
its value is printed.