This probably means that if it foo/bar/baz.cincludes ../bog/bog.h, and the latter contains
#include "fix.h"
he will find foo/bar/fix.h. In other words, it looks in a directory containing a C file that contains a header containing include. Clear? :)
, , ASCII, :
foo/
|
+-bar/
| |
| +-baz.c
| |
| +-fix.h
|
+-bog/
|
+-bog.h
bog.h fix.h sibling foo.