diff options
Diffstat (limited to 'usr/src/lib/libresolv2/install.xml')
-rw-r--r-- | usr/src/lib/libresolv2/install.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libresolv2/install.xml b/usr/src/lib/libresolv2/install.xml index a01a2b83cf..e2f7bd8bf2 100644 --- a/usr/src/lib/libresolv2/install.xml +++ b/usr/src/lib/libresolv2/install.xml @@ -111,21 +111,21 @@ <prop_pattern name='nameserver' type='net_address' required='true'> <description> <loctext xml:lang='C'> - The value used to construct the "nameserver" directive in resolv.conf(4). + The value used to construct the "nameserver" directive in resolv.conf(5). </loctext> </description> <cardinality min='1' max='3'/> </prop_pattern> <prop_pattern name='domain' type='astring' required='false'> <description> <loctext xml:lang='C'> - The value used to construct the "domain" directive in resolv.conf(4). + The value used to construct the "domain" directive in resolv.conf(5). </loctext> </description> <cardinality min='1' max='1'/> </prop_pattern> <prop_pattern name='search' type='astring' required='false'> <description> <loctext xml:lang='C'> - The value used to construct the "search" directive in resolv.conf(4). + The value used to construct the "search" directive in resolv.conf(5). </loctext> </description> <cardinality min='1' max='6'/> </prop_pattern> |