From 4b6b710ba6ce75ffcb9ced43acee0d55adb6163c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 24 Aug 2010 23:40:32 -0400 Subject: Update command documentation based on feedback from docs team. ticket #158 --- ipalib/plugins/dns.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ipalib/plugins/dns.py') diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py index d651ec04..b154b5df 100644 --- a/ipalib/plugins/dns.py +++ b/ipalib/plugins/dns.py @@ -17,10 +17,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Domain Name System (DNS) plugin +Domain Name System (DNS) plug-in Implements a set of commands useful for manipulating DNS records used by -the BIND LDAP plugin. +the BIND LDAP plug-in. EXAMPLES: @@ -42,10 +42,10 @@ EXAMPLES: Show zone example.com: ipa dns-show example.com - Find zone with 'example' in it's domain name: + Find zone with "example" in it's domain name: ipa dns-find example - Find records for resources with 'www' in their name in zone example.com: + Find records for resources with "www" in their name in zone example.com: ipa dns-find-rr example.com www Find A records for resource www in zone example.com -- cgit