-.\" -*- nroff -*-
.\"
.\" Copyright (c) 2013 The DragonFly Project. All rights reserved.
.\"
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\"
.Dd February 7, 2012
.Dt HEXNCPY 9
.Os
.Sh DESCRIPTION
The
.Fn hexncpy
-function converts a block of bytes to an ASCII string which represents its values as hex digits.
+function converts a block of bytes to an ASCII string which represents
+its values as hex digits.
.Bl -tag -width indent
.It Fa inb
Pointer to the array of bytes to be converted.
.Sh RETURN VALUES
The
.Fn hexncpy
-function returns a pointer to the string containing an ASCII representation as hex digits of the values passed in
+function returns a pointer to the string containing an ASCII representation
+as hex digits of the values passed in
.Fa inb .
.Sh SEE ALSO
.Xr ascii 7 ,
The
.Fn hexncpy
function first appeared in
-.Dx 3.3
+.Dx 3.3 .