about summary refs log tree commit diff stats
path: root/profile/manpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/manpath.sh')
-rw-r--r--profile/manpath.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/profile/manpath.sh b/profile/manpath.sh index b52f5f8..bda4fd2 100644 --- a/profile/manpath.sh +++ b/profile/manpath.sh
@@ -3,8 +3,8 @@
3path_add_unsafe MANPATH \ 3path_add_unsafe MANPATH \
4 "${XDG_DATA_HOME:-$LOCAL_PREFIX/share}/man" \ 4 "${XDG_DATA_HOME:-$LOCAL_PREFIX/share}/man" \
5 "$LOCAL_PREFIX/local/man" \ 5 "$LOCAL_PREFIX/local/man" \
6 "$LOCAL_PATH/local/man" \ 6 "$LOCAL_PREFIX/local/man" \
7 "$LOCAL_PATH/man" 7 "$LOCAL_PREFIX/man"
8 8
9# $MANPATH ends with `:' so that manpath(1) will prepend it to its 9# $MANPATH ends with `:' so that manpath(1) will prepend it to its
10# special thing. 10# special thing.