diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-30 08:44:13 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-30 08:44:13 +0100 |
| commit | b6cb76fb6abfb9569d458d3faae039b1aa398ee5 (patch) | |
| tree | f91cf71fe7a0b3b400d9d958bee8a42d0ed07f6f | |
| parent | 5cf53bcf1ab1bafcdfd08672fcdde4d82c09b4e5 (diff) | |
| download | man-pages-b6cb76fb6abfb9569d458d3faae039b1aa398ee5.tar.gz | |
environ.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/environ.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man7/environ.7 b/man7/environ.7 index 11dfb48629..39959f1f78 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -114,14 +114,16 @@ an explicit pathname (e.g., .IR . ) to specify the current working directory. .IP -(Similarly one has +Analogously to +.BR PATH , +one has .B CDPATH used by some shells to find the target of a change directory command, .B MANPATH used by .BR man (1) -to find manual pages, and so on) +to find manual pages, and so on. .TP .B PWD The current working directory. |
