]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
Updated distribution makefile.
[nsc-5.git] / README
diff --git a/README b/README
index aaaac15e0cf7feaf753c8e298090fe91dd72e63f..00b31e5db31e792e29c7e01112fa3a9dbb16d145 100644 (file)
--- a/README
+++ b/README
@@ -231,14 +231,17 @@ ALIAS(alias...)
                to the current host/domain.
 
 TXT(text)
-               Generate a TXT record for the current host or domain.
+               Specify a TXT record for the current host or domain.
 
 RP(mail, txt)
-               Generate a RP (responsible person) record for the current host or domain.
+               Specify a RP (responsible person) record for the current host or domain.
                The first argument is a mail address in DNS notation (with `@' replaced
                by `.' as in the SOA record), the second one is a name of a TXT record
                with contact information.
 
+SRV(service, protocol, priority, weight, port, target)
+               Specify a SRV (service) record for the current host or domain.
+
 CNAME(src, dest)
                Generate a CNAME record -- "src" points to "dest".