From 906214101c2afe043c4e6b86c05dad9039220a42 Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 26 Mar 2012 21:22:53 +0000 Subject: mdoc: correct .Bd/.Bl arguments. Reviewed by: brueffer --- lib/libc/net/getipnodebyname.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libc/net') diff --git a/lib/libc/net/getipnodebyname.3 b/lib/libc/net/getipnodebyname.3 index 615c5bb..0697c64 100644 --- a/lib/libc/net/getipnodebyname.3 +++ b/lib/libc/net/getipnodebyname.3 @@ -108,13 +108,13 @@ We note that a special flags value of (defined below) should handle most applications. That is, porting simple applications to use IPv6 replaces the call -.Bd -literal -offset - hptr = gethostbyname(name); +.Bd -literal -offset indent +hptr = gethostbyname(name); .Ed .Pp with -.Bd -literal -offset - hptr = getipnodebyname(name, AF_INET6, AI_DEFAULT, &error_num); +.Bd -literal -offset indent +hptr = getipnodebyname(name, AF_INET6, AI_DEFAULT, &error_num); .Ed .Pp Applications desiring finer control over the types of addresses @@ -270,8 +270,8 @@ records are returned as IPv4-mapped IPv6 addresses; The special flags value of .Dv AI_DEFAULT is defined as -.Bd -literal -offset - #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) +.Bd -literal -offset indent +#define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) .Ed .Pp We noted that the -- cgit v1.1