summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorRyan Whalen <rj.whalen@gmail.com>2019-08-30 10:09:50 -0400
committerRyan Whalen <rj.whalen@gmail.com>2019-08-30 12:00:19 -0400
commite35a5a674db5b1369b6c295d8f694ad4694eab8e (patch)
treec297f002c237f27812a35023550fe9d89cdce221 /hack
parent8ba21acd459069cd53b492d46736b85c3436296b (diff)
downloadpodman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.tar.gz
podman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.tar.bz2
podman-e35a5a674db5b1369b6c295d8f694ad4694eab8e.zip
Fix formatting and enable hack/man-page-checker
Signed-off-by: Ryan Whalen <rj.whalen@gmail.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/man-page-checker2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/man-page-checker b/hack/man-page-checker
index 8e9b5a50d..69c629c52 100755
--- a/hack/man-page-checker
+++ b/hack/man-page-checker
@@ -40,7 +40,7 @@ done
#
# Make sure the descriptive text in podman-foo.1.md matches the one
# in the table in podman.1.md.
-for md in *.1.md;do
+for md in *-*.1.md;do
desc=$(egrep -A1 '^#* NAME' $md|tail -1|sed -e 's/^podman[^ ]\+ - //')
# podman.1.md has a two-column table; podman-*.1.md all have three.