[BACK]Return to manpath.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/manpath.c between version 1.9 and 1.10

version 1.9, 2012/06/08 10:32:40 version 1.10, 2013/05/29 22:48:10
Line 19 
Line 19 
 #include "config.h"  #include "config.h"
 #endif  #endif
   
   #ifdef  USE_MANPATH
 #include <sys/param.h>  #include <sys/param.h>
   #endif
   
 #include <assert.h>  #include <assert.h>
 #include <ctype.h>  #include <ctype.h>
Line 90  manpath_parse(struct manpaths *dirs, const char *file,
Line 92  manpath_parse(struct manpaths *dirs, const char *file,
         char            *insert;          char            *insert;
   
         /* Always prepend -m. */          /* Always prepend -m. */
         manpath_parseline(dirs, auxp);          manpath_parseline(dirs, auxp);
   
         /* If -M is given, it overrides everything else. */          /* If -M is given, it overrides everything else. */
         if (NULL != defp) {          if (NULL != defp) {
                 manpath_parseline(dirs, defp);                  manpath_parseline(dirs, defp);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb