aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-30 08:44:13 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-30 08:44:13 +0100
commitb6cb76fb6abfb9569d458d3faae039b1aa398ee5 (patch)
treef91cf71fe7a0b3b400d9d958bee8a42d0ed07f6f /man7
parent5cf53bcf1ab1bafcdfd08672fcdde4d82c09b4e5 (diff)
downloadman-pages-b6cb76fb6abfb9569d458d3faae039b1aa398ee5.tar.gz
environ.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/environ.76
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.