From 28d212c7c38962b39d766f36533735224b6347b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Thu, 4 Jan 2024 21:58:04 +0100 Subject: [PATCH] hexdump: Add missing section header in man page --- text-utils/hexdump.1.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text-utils/hexdump.1.adoc b/text-utils/hexdump.1.adoc index 3516e0405c..dd6247e3a0 100644 --- a/text-utils/hexdump.1.adoc +++ b/text-utils/hexdump.1.adoc @@ -46,6 +46,8 @@ SUCH DAMAGE. hexdump - display file contents in hexadecimal, decimal, octal, or ascii +== SYNOPSIS + *hexdump* _options file_ ... *hd* _options file_ ... -- 2.47.3