]> git.cameronkatri.com Git - mandoc.git/blob - test-O_DIRECTORY.c
print a BAGARG message if -T markdown is requested on man(7) input;
[mandoc.git] / test-O_DIRECTORY.c
1 #include <fcntl.h>
2
3 int
4 main(void)
5 {
6 return open(".", O_RDONLY | O_DIRECTORY) == -1;
7 }