Clarify #includes for hexdump vs sbuf_hexdump

This commit is contained in:
Enji Cooper 2017-01-16 20:29:28 +00:00
parent a61b4567f3
commit ebdc3e7fa1

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 8, 2014
.Dd January 16, 2017
.Dt HEXDUMP 3
.Os
.Sh NAME
@ -36,9 +36,10 @@
.Nd "dump a block of bytes to standard out in hexadecimal form"
.Sh SYNOPSIS
.In libutil.h
.In sys/sbuf.h
.Ft void
.Fn hexdump "void *ptr" "int length" "const char *hdr" "int flags"
.In libutil.h
.In sys/sbuf.h
.Ft void
.Fo sbuf_hexdump
.Fa "struct sbuf *sb"