Linux: Fix AFS_NORETURN violation with osi_AssertFailK
[openafs.git] / doc / man-pages / check-pod
index 418f81d..0afaf7b 100755 (executable)
@@ -28,7 +28,7 @@ for ( @ARGV ? @ARGV : @poddirs ) {
        if ( -f ) {
                push @list, $_
        } elsif ( -d ) {
-               push @list, all_pod_files( $_ )
+               push @list, grep { !m,fragments/, } all_pod_files( $_ )
        }
 }