svn commit: r312310 - projects/netbsd-tests-upstream-01-2017/lib/libutil

Ngie Cooper ngie at FreeBSD.org
Mon Jan 16 20:29:29 UTC 2017


Author: ngie
Date: Mon Jan 16 20:29:28 2017
New Revision: 312310
URL: https://svnweb.freebsd.org/changeset/base/312310

Log:
  Clarify #includes for hexdump vs sbuf_hexdump

Modified:
  projects/netbsd-tests-upstream-01-2017/lib/libutil/hexdump.3

Modified: projects/netbsd-tests-upstream-01-2017/lib/libutil/hexdump.3
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/lib/libutil/hexdump.3	Mon Jan 16 19:56:27 2017	(r312309)
+++ projects/netbsd-tests-upstream-01-2017/lib/libutil/hexdump.3	Mon Jan 16 20:29:28 2017	(r312310)
@@ -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"


More information about the svn-src-projects mailing list