From owner-svn-src-head@freebsd.org Thu May 17 07:07:03 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A33F4ED9310 for ; Thu, 17 May 2018 07:07:03 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 8AB386FCBB for ; Thu, 17 May 2018 07:07:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-wm0-x242.google.com with SMTP id j5-v6so6915132wme.5 for ; Thu, 17 May 2018 00:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Mppx/qgNUHglFFQwJ1B6P+GY34lS4S1VI0B5e+b9JpM=; b=o+Br4YKsEQBtbNqUTnP1IILmMdpUaPomhb7Gq5q6QEw2Y5Q+v4tyfM8GXd0KNgdBc2 +HVNvdCC0C3KZo0s6viUikwQiU83K3AdDbKVPZ9P5prsT+27xgbn95QztZfqmCvQJMcB mbE6hmZKCBlmkPG+7LgvKDD9EHPHizhE80Raolb2rYf2VYF/5ckJNx4X/wr80rAdWake HSbVApCcIJWvjfcdZfKvJtllWDBFB+aS7AeN/QJK45n9xDqIBtzYsr1M9IRs1GdY8wns gZ54SLvUw5bHBCL9KJO38CY2ZAAPSOQo/ZzrCVI2tmbELWPzgFz9+tbViUCQGR4ZNKlx rsTA== 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=Mppx/qgNUHglFFQwJ1B6P+GY34lS4S1VI0B5e+b9JpM=; b=ajRD/xlujptuXqZdMTzKXwggmTicEMjY5eIJit6PtWSYsTRrRXuZMpzGOiewYMDYMw AuHSCBEH1lPAI3uDgd/oL65JDPd8chnGuJzPh5OtdoAVDI/+qcvMygXiCNyvg+yXtjpT VhzffhXBrl2yvBiV9vMFYQHypGAwn+uDwaXYHR45tqztStUnK+cfoNHSA8w6ZP6R1ajs b2W3TxM4y5i+2mYUfLnG3nCvv5WZuXsreixwcW+IKTclELstuV0QLjenKrRCThR6MoVn u/fsdsPE/+YFNqY0YOkrZFVGGfb5vV7VL1Qc7DOcpOLit5mPBQ8iHhU+MCCmo1OtitVI dveA== X-Gm-Message-State: ALKqPwcdJIYqZdYKcBgQxim/+vkLGbr+wleMKIGBD4+yiiahJ1VRIrCa //cAJk1SV5HdPebfJJ+6O/ULhZvZ9gd22izcUyUPWA== X-Google-Smtp-Source: AB8JxZreXU2sT8H8lxCjfbzPhYoOUHnCkhJhfO9GsJR4aegsn6RXe5tB1T5DUZkElV5kdun/XTJikcA+dg6VFYVlito= X-Received: by 2002:a50:a4f6:: with SMTP id x51-v6mr5267271edb.247.1526540812599; Thu, 17 May 2018 00:06:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.148.173 with HTTP; Thu, 17 May 2018 00:06:22 -0700 (PDT) In-Reply-To: <201805132316.w4DNG4oh092482@repo.freebsd.org> References: <201805132316.w4DNG4oh092482@repo.freebsd.org> From: Ed Schouten Date: Thu, 17 May 2018 09:06:22 +0200 Message-ID: Subject: Re: svn commit: r333590 - head/share/man/man9 To: Matt Macy Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 17 May 2018 07:07:03 -0000 Hi Matt, 2018-05-14 1:16 GMT+02:00 Matt Macy : > +Epochs do not have any lock ordering issues. Entering and leaving It looks like the man page is missing some newlines between sentences. Quick question: How does this work relate to RCU (https://en.wikipedia.org/wiki/Read-copy-update)? If there is any relation, should we mention it in the documentation? -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands