Clarify #includes for hexdump vs sbuf_hexdump
This commit is contained in:
parent
a61b4567f3
commit
ebdc3e7fa1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user