aboutsummaryrefslogtreecommitdiffstats
path: root/man3/inet_net_pton.3
diff options
context:
space:
mode:
authorRasmus Villemoes <rv@rasmusvillemoes.dk>2014-05-20 01:02:16 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-05-22 08:23:27 +0200
commit2548b2524059a3ad246bd94e954f7882131f56de (patch)
tree5ff0c31b49b24f93bc02a32255ac62d1d3ae0d00 /man3/inet_net_pton.3
parent236899f0abccb9e683ea74431eb0a038a6904cf1 (diff)
downloadman-pages-2548b2524059a3ad246bd94e954f7882131f56de.tar.gz
inet_net_pton.3: srcfix, cfix
Use a consistent style throughout the man-pages. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/inet_net_pton.3')
-rw-r--r--man3/inet_net_pton.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3
index 8276012ea2..340a84975f 100644
--- a/man3/inet_net_pton.3
+++ b/man3/inet_net_pton.3
@@ -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>