mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
man-page xref: make nested-structure warnings fatal
Followup to: - #21060, where I added new struct checks (but did not make them fatal) - #21534, which added per-interface stats and a .Network field, but its documentation was slightly off Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -51,7 +51,7 @@ Valid placeholders for the Go template are listed below:
|
||||
| .MemUsageBytes | Memory usage (IEC) |
|
||||
| .Name | Container Name |
|
||||
| .NetIO | Network IO |
|
||||
| .Network | Network I/O, separated by network interface |
|
||||
| .Network ... | Network I/O, separated by network interface |
|
||||
| .PerCPU | CPU time consumed by all tasks [1] |
|
||||
| .PIDs | Number of PIDs |
|
||||
| .PIDS | Number of PIDs (yes, we know this is a dup) |
|
||||
|
@ -256,6 +256,7 @@ sub xref_by_help {
|
||||
}
|
||||
|
||||
warn "$ME: 'podman @subcommand {{$k' $msg\n";
|
||||
++$Errs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user