[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/cgi.c between version 1.114 and 1.115

version 1.114, 2021/08/19 15:21:32 version 1.115, 2021/10/24 21:24:16
Line 875 
Line 875 
         int              fd;          int              fd;
         int              usepath;          int              usepath;
   
         if (-1 == (fd = open(file, O_RDONLY, 0))) {          if (-1 == (fd = open(file, O_RDONLY))) {
                 puts("<p>You specified an invalid manual file.</p>");                  puts("<p>You specified an invalid manual file.</p>");
                 return;                  return;
         }          }

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115