From c155ff5cdd41afefd9cfa4bd023185ff8bc9b919 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 4 Jul 2001 10:59:30 +0000 Subject: [PATCH] mdoc(7) police: print some example text with literal font. --- lib/libc/net/resolver.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index e06a5fd7c6a..e45ab13b39d 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -179,7 +179,10 @@ environment variable. Network daemons should set this option. .It Dv RES_USE_INET6 Enables support for IPv6-only applications. This causes IPv4 addresses to be returned as an IPv4 mapped address. -For example, 10.1.1.1 will be returned as ::ffff:10.1.1.1. +For example, +.Li 10.1.1.1 +will be returned as +.Li ::ffff:10.1.1.1 . The option is meaningful with certain kernel configuration only. .It Dv RES_USE_EDNS0 Enables support for OPT pseudo-RR for EDNS0 extension.