CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/04/18 20:29:12
Modified files: usr.bin/mandoc : mandocdb.c Log message: Properly handle symlinks (hardlinks and .so only files were already ok): Use the file name of the symlink but the inode number of the file pointed to, such that we get multiple mlinks records but not multiple mpages records. Also make sure they do not point outside the tree we are processing. Issue found by kili@ in desktop-file-edit(1), thanks!