Skip to content

Commit fa0937a

Browse files
Merge pull request #21682 from edsantiago/manpages-nested-structs
[CI:DOCS] man-page xref: make nested-structure warnings fatal
2 parents abb5300 + c7537d1 commit fa0937a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/markdown/podman-stats.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Valid placeholders for the Go template are listed below:
5151
| .MemUsageBytes | Memory usage (IEC) |
5252
| .Name | Container Name |
5353
| .NetIO | Network IO |
54-
| .Network | Network I/O, separated by network interface |
54+
| .Network ... | Network I/O, separated by network interface |
5555
| .PerCPU | CPU time consumed by all tasks [1] |
5656
| .PIDs | Number of PIDs |
5757
| .PIDS | Number of PIDs (yes, we know this is a dup) |

hack/xref-helpmsgs-manpages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ sub xref_by_help {
256256
}
257257

258258
warn "$ME: 'podman @subcommand {{$k' $msg\n";
259+
++$Errs;
259260
}
260261
}
261262
}

0 commit comments

Comments
 (0)