From 789fdd93bbed5d437885251dd9dec581b29a9054 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 17 Feb 2016 12:26:16 +0100 Subject: [PATCH] environ.7: wfix Signed-off-by: Michael Kerrisk --- man7/environ.7 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man7/environ.7 b/man7/environ.7 index cc384c376..cf06a562e 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -129,14 +129,15 @@ The user's preferred utility to edit text files. .\" The user's preferred utility to browse URLs. Sequence of colon-separated .\" browser commands. See http://www.catb.org/~esr/BROWSER/ . .PP -Further names may be placed in the environment by the +Further names may be placed in the shell's environment by the .I export -command and "name=value" in +command in .BR sh (1), or by the .I setenv command if you use .BR csh (1). + Arguments may also be placed in the environment at the point of an .BR exec (3).