summaryrefslogtreecommitdiffstats
path: root/catman.8
diff options
context:
space:
mode:
Diffstat (limited to 'catman.8')
-rw-r--r--catman.813
1 files changed, 12 insertions, 1 deletions
diff --git a/catman.8 b/catman.8
index 333d13be..a57716e7 100644
--- a/catman.8
+++ b/catman.8
@@ -80,11 +80,22 @@ is specified, all files are updated.
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev MANPATH
-Colon-separated paths overriding the default list of paths searched for
+Colon-separated paths modifying the default list of paths searched for
manual databases.
Invalid paths, or paths without manual databases, are ignored.
Overridden by
.Fl M .
+If
+.Ev MANPATH
+begins with a
+.Sq \&: ,
+it is appended to the default list;
+else if it ends with
+.Sq \&: ,
+it is prepended to the default list; else if it contains
+.Sq \&:: ,
+the default list is inserted between the colons.
+If none of these conditions are met, it overrides the default list.
.El
.Sh EXIT STATUS
.Ex -std