From owner-freebsd-doc@FreeBSD.ORG Sat Dec 14 22:12:10 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35FD774B for ; Sat, 14 Dec 2013 22:12:10 +0000 (UTC) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 107F41269 for ; Sat, 14 Dec 2013 22:12:10 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo5so3977050pbc.29 for ; Sat, 14 Dec 2013 14:12:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Z1ENJnz1HYK4q+YgjxOyiaf8yx6LX2JYgQGzzZhRogY=; b=ONVqwU/xHDoKHfD+TV6spyvMdLW9t0rMxFK0UmmsvTRSoFDg1OPIi5kVHtOJX+QlHD Bogzt34gUF/jfFZpJk1sc0pPa66hB3IT1ahiOpzpoEFq26OCJzFNOhcC4I0KpHJW+3N0 71hOpyhZ//aHo7A193Y7cdEF71/idFxQPO58TV6VpzZQG1lNoy/azL+LemaUyOX136Hr kfn/mYRXQgEDAuLHKNGw4yY6QZUjrvqpQDnTqOOEI5ZQl9hWGUgdKm104qi85Cfa80WK NWZh1vhYwK3CZhFjOv+E9eqOSPlrGAtJ0ilS2W8ukbs1Z7S7mt4zIZXIJXSET/5+mkMH hyqA== MIME-Version: 1.0 X-Received: by 10.69.19.225 with SMTP id gx1mr11645687pbd.62.1387059129524; Sat, 14 Dec 2013 14:12:09 -0800 (PST) Sender: sjk4015@gmail.com Received: by 10.68.114.101 with HTTP; Sat, 14 Dec 2013 14:12:09 -0800 (PST) Date: Sat, 14 Dec 2013 17:12:09 -0500 X-Google-Sender-Auth: v2h-F6zIdsIs9LUAubAPxBSjwnc Message-ID: Subject: Update to man-refs.ent From: Steven Kreuzer To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 22:12:10 -0000 Hello- If someone has some free time, would you be able to review this patch for me? http://clamps.exit2shell.com/~skreuzer/patches/nve-counter.patch It adds manual page entities for nvme(4), nvd(4), nvmecontrol(8) and counter(9) which are new for FreeBSD 10. Thanks