From 9c01c5fcbf431d128c0548328cb801e622ae9ea2 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 7 Feb 2013 18:37:31 +0100 Subject: [PATCH] hexncpy.9: Some little cleanup. --- share/man/man9/hexncpy.9 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man9/hexncpy.9 b/share/man/man9/hexncpy.9 index e39717da80..ac99d14c13 100644 --- a/share/man/man9/hexncpy.9 +++ b/share/man/man9/hexncpy.9 @@ -1,4 +1,3 @@ -.\" -*- nroff -*- .\" .\" Copyright (c) 2013 The DragonFly Project. All rights reserved. .\" @@ -29,7 +28,6 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" .Dd February 7, 2012 .Dt HEXNCPY 9 .Os @@ -43,7 +41,8 @@ .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. @@ -61,7 +60,8 @@ Character to be used as separator .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 , @@ -71,4 +71,4 @@ function returns a pointer to the string containing an ASCII representation as h The .Fn hexncpy function first appeared in -.Dx 3.3 +.Dx 3.3 . -- 2.11.4.GIT