inet_net_pton.3: srcfix, cfix

Use a consistent style throughout the man-pages.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-05-20 01:02:16 +02:00 committed by Michael Kerrisk
parent 236899f0ab
commit 2548b25240
1 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ inet_net_pton, inet_net_ntop \- Internet network number conversion
.BI " char *" pres ", size_t " psize );
.fi
.sp
Link with
.IR \-lresolv .
Link with \fI\-lresolv\fP.
.sp
.in -4n
Feature Test Macro Requirements for glibc (see
@ -331,7 +330,7 @@ Raw address: c1a80180
.in
.SS Program source
.nf
/* Link with -lresolv */
/* Link with "\-lresolv" */
#include <arpa/inet.h>
#include <stdio.h>