summaryrefslogtreecommitdiff
path: root/Documentation/lint-man-section-order.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lint-man-section-order.perl')
-rwxr-xr-xDocumentation/lint-man-section-order.perl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/lint-man-section-order.perl b/Documentation/lint-man-section-order.perl
index 425377d..02408a0 100755
--- a/Documentation/lint-man-section-order.perl
+++ b/Documentation/lint-man-section-order.perl
@@ -32,6 +32,9 @@ my %SECTIONS;
'SEE ALSO' => {
order => $order++,
},
+ 'FILE FORMAT' => {
+ order => $order++,
+ },
'GIT' => {
required => 1,
order => $order++,