diff options
| author | David Gilbert <dave@daveg.ca> | 2024-11-21 20:23:16 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-11-21 20:23:16 +0000 |
| commit | 169e23d41f8ff16244f4fb04924fdc9828325dce (patch) | |
| tree | a2ada3bd04a8b848a0d8c4fc4034d5217fe8eaa0 | |
| parent | 46f38a6dedb1b474f04b7c2b072825fda5d7bd5a (diff) | |
hexdump.3: Add missing LIBRARY section
All the other libutil section 3 manpages document this, and although
it's heavily implied by the libutil.h header in the synopsis, we should
still be explicit and consistent.
PR: 280078
Reviewed by: jrtc27
MFC after: 1 week
| -rw-r--r-- | lib/libutil/hexdump.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/hexdump.3 b/lib/libutil/hexdump.3 index 677bf92680a6..e5a18e201bbd 100644 --- a/lib/libutil/hexdump.3 +++ b/lib/libutil/hexdump.3 @@ -32,6 +32,8 @@ .Sh NAME .Nm hexdump .Nd "dump a block of bytes to standard out in hexadecimal form" +.Sh LIBRARY +.Lb libutil .Sh SYNOPSIS .In libutil.h .Ft void |
