From owner-freebsd-doc@FreeBSD.ORG Wed Oct 30 17:45:39 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E173BD12 for ; Wed, 30 Oct 2013 17:45:39 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF0F2578 for ; Wed, 30 Oct 2013 17:45:39 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id n12so6374157wgh.3 for ; Wed, 30 Oct 2013 10:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rpKoy+5XNAl39hyDwdU7CtN3oba8yJi/Q3vae9Bjczg=; b=hmJyPkjoQuC9WsiRvsUvfQLXMavoPmqv4VeIm68iFQcXTcuTf7IK8hilCxUoAIq+7i 7ucByO2X4bQcB5g/E788cv3iWQmiWMUvtjpf8dxEMlx0yBvhFsNk2LJPNMe2Nckzr9Xa CC81JMT5VsKd6qfFA//n3hGyfxKLagK2zDbtvw0b3T92+3GrQl2+Cou+4CkEt9xYh6Zl hG7J7nV+2cLehXqc8pVuGetJ+JB79W8S2hUoIy3Dbh0xm0EDqbdSMPq8a1ExMyw5Gnyq BfOsFTU0SbnPSv5OP+79jRNPi7d+IHNY/MJsE/Xw6MB+yXSuu9j1diX+++H4UNEsNhtl JnRg== MIME-Version: 1.0 X-Received: by 10.194.20.170 with SMTP id o10mr6187101wje.4.1383155137967; Wed, 30 Oct 2013 10:45:37 -0700 (PDT) Received: by 10.216.203.195 with HTTP; Wed, 30 Oct 2013 10:45:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 21:45:37 +0400 Message-ID: Subject: Re: Minor typo in handbook 28.7 Domain Name Server From: Sergey Kandaurov To: Gustav Bergquist Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-doc@FreeBSD.org" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 17:45:39 -0000 On 30 October 2013 20:31, Gustav Bergquist wrote: > Hi, > > In section "28.7.6.1. Recursive DNS Server Configuration" > there's a minor typo I think. > > % dig +multi +noall +answer DNSKEY . > root.dnskey > % dnssec-dsfromkey -f root-dnskey . > root.ds > > These lines probably should be: > % dig +multi +noall +answer DNSKEY . > root.dnskey > % dnssec-dsfromkey -f root.dnskey . > root.ds Fixed, thanks! -- wbr, pluknet