doc: Add support for section 3 man pages
[openafs.git] / doc / man-pages / check-pod
index 0afaf7b..0b79e38 100755 (executable)
@@ -21,7 +21,7 @@ use Test::More;
 eval "use Test::Pod 1.00";
 
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-my @poddirs = qw( pod1 pod5 pod8 );
+my @poddirs = qw( pod1 pod3 pod5 pod8 );
 
 my @list;
 for ( @ARGV ? @ARGV : @poddirs ) {