]> git.cameronkatri.com Git - mandoc.git/blobdiff - apropos.c
catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100
[mandoc.git] / apropos.c
index 2bb5402e9f0d412fcd0425506ca844f618c5c3cd..9c3cae96afa030ad1fa68e498fde65ac371e1048 100644 (file)
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/*     $Id: apropos.c,v 1.29 2012/03/24 02:07:32 kristaps Exp $ */
+/*     $Id: apropos.c,v 1.30 2012/03/24 02:18:51 kristaps Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -143,6 +143,7 @@ main(int argc, char *argv[])
        }
 
        if (--terms < ressz && res[terms].matched) {
+               chdir(paths.paths[res[terms].volume]);
                strlcpy(path, res[terms].file, PATH_MAX);
                usecat = RESTYPE_CAT == res[terms].type;
        }