diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 22:06:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-13 22:06:50 +0900 |
commit | cc94c3dc3632d66f534972e61a8c88eb0d41fdad (patch) | |
tree | 033081dec543390ff32e98b409abbc6df66a2fce /tdeioslave | |
parent | cbd6a3e282c6af0e95a51ff21a9621e54723e644 (diff) | |
download | tdebase-cc94c3dc3632d66f534972e61a8c88eb0d41fdad.tar.gz tdebase-cc94c3dc3632d66f534972e61a8c88eb0d41fdad.zip |
tdeio-man: add TDE specific man folder to the list of the search paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/man/tdeio_man.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeioslave/man/tdeio_man.cpp b/tdeioslave/man/tdeio_man.cpp index 92530facb..13fc3b4d5 100644 --- a/tdeioslave/man/tdeio_man.cpp +++ b/tdeioslave/man/tdeio_man.cpp @@ -963,6 +963,7 @@ void MANProtocol::constructPath(TQStringList& constr_path, TQStringList constr_c "/usr/sunpc/man", "/usr/ncd/man", "/usr/newsprint/man", + TDE_MANDIR, NULL }; |