From owner-svn-src-head@freebsd.org Wed Oct 4 15:11:50 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90A71E3BCD9; Wed, 4 Oct 2017 15:11:50 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51EAC65EFD; Wed, 4 Oct 2017 15:11:50 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi0-x231.google.com with SMTP id p187so20050527oif.4; Wed, 04 Oct 2017 08:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HIezO8WOKKj8kSNRzxdX0774aYb09J5jBbnybFfcXrs=; b=Ylx9GqlUhRNwOgi+jsr3OkAktUqcOueuHqmrhxLBiZdb2iF31O4b08F7NgJd4iA86b yK8bRljxNO54RCvl+e9pF1GJDLsduu7FTIw+GarSsJxRBjGJT7xX8azzcI0/VNmeZqBM uVoMQ9RT2MSRsBDbO83YNzlRou1QuDJdiAuV+MTaQNlY+lZ4NMlnjV1uy3sxUI9xwPVI SfCAuy+s0IGRTqHH93hHYTq7fNqL6eLymYZRGPOfGx5KmwbommXS5l37OcN8zEw/ly5W bcZUxb1yu9nTxqm4TT7VhtLw7ASdek3ATMN8hP/KJI05F/sBlOhJUgXv3uY8ogZyUu8p T3YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HIezO8WOKKj8kSNRzxdX0774aYb09J5jBbnybFfcXrs=; b=G3DKAyITfTTD3yA1m43iaM+hR/xqbYJLlDtPJzjtGMrZsxSozPR0khrcq5vfSN8NC0 XeEwdGZznQTZ/13i0pm9N4uaHAOl/Zg5djSduh7FAp0zGGGlOrOKGa6Oz5uQVQ7uHqpz daDBJHfoe26OpD67aMSTIrwLnlvAW1NISNBFA2m5on7GpgJMve/Gt8f8TDF0qW+XpYc1 jZq8ZWs6mGHvvtzBXugRUqMbfvjvcHdeK5O0sNx/eyeybG3KdJgRQXGbW1KD7KgG3Bqk ed1Ks6VjiT1cj0A7v9PPhoLcRHNhtES1xHGM1yPK4Y1KbaO/X16KSqEBGItA3dwZTIsV GFtg== X-Gm-Message-State: AMCzsaXeF3DOqzfdpC0gNJQKaDJ4R9E8bfSoX0YcedCVA/vKa7lG44OM zRstiFFG2EVX2e6lNC8E/9MmOKmgf602wBsxDVkNCw== X-Google-Smtp-Source: AOwi7QBVDDK4m/POhmLAi8iD4WPA0WXAJm3xKgF0/kQbRSlmuiivncJ6z2mSLnts0qAl/lag2FX3sP8fjvBFv19bDYs= X-Received: by 10.157.34.2 with SMTP id o2mr11446450ota.193.1507129909508; Wed, 04 Oct 2017 08:11:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.41.6 with HTTP; Wed, 4 Oct 2017 08:11:48 -0700 (PDT) In-Reply-To: <3CE21D1E-4400-44EE-B7BE-62B4A9DB59A7@gmail.com> References: <201710040606.v9466MFk061918@repo.freebsd.org> <3CE21D1E-4400-44EE-B7BE-62B4A9DB59A7@gmail.com> From: Benjamin Kaduk Date: Wed, 4 Oct 2017 10:11:48 -0500 Message-ID: Subject: Re: svn commit: r324249 - head/lib/libc/net To: Ngie Cooper Cc: Cy Schubert , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 15:11:50 -0000 On Wed, Oct 4, 2017 at 10:10 AM, Ngie Cooper wrote: > > > On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > > > @@ -189,19 +189,18 @@ function > > may be used to request the use of a connected > > .Tn TCP > > socket for queries. > > -If the > > +Queries will by defaulat use > > +.Tn UDP > > +datagrams. If the > > manlint: new sentences must start on new lines. > See r324277. -Ben