From owner-svn-src-head@freebsd.org Sun Oct 29 09:50:22 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 240E5E5EF5A; Sun, 29 Oct 2017 09:50:22 +0000 (UTC) (envelope-from oshogbo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7742737CA; Sun, 29 Oct 2017 09:50:21 +0000 (UTC) (envelope-from oshogbo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9T9oLXv081194; Sun, 29 Oct 2017 09:50:21 GMT (envelope-from oshogbo@FreeBSD.org) Received: (from oshogbo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9T9oL0G081193; Sun, 29 Oct 2017 09:50:21 GMT (envelope-from oshogbo@FreeBSD.org) Message-Id: <201710290950.v9T9oL0G081193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: oshogbo set sender to oshogbo@FreeBSD.org using -f From: Mariusz Zaborski Date: Sun, 29 Oct 2017 09:50:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325100 - head/lib/libcasper/libcasper X-SVN-Group: head X-SVN-Commit-Author: oshogbo X-SVN-Commit-Paths: head/lib/libcasper/libcasper X-SVN-Commit-Revision: 325100 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 29 Oct 2017 09:50:22 -0000 Author: oshogbo Date: Sun Oct 29 09:50:20 2017 New Revision: 325100 URL: https://svnweb.freebsd.org/changeset/base/325100 Log: Fix information about nv.h include. MFC after: 1 week Modified: head/lib/libcasper/libcasper/libcasper.3 Modified: head/lib/libcasper/libcasper/libcasper.3 ============================================================================== --- head/lib/libcasper/libcasper/libcasper.3 Sun Oct 29 09:48:28 2017 (r325099) +++ head/lib/libcasper/libcasper/libcasper.3 Sun Oct 29 09:50:20 2017 (r325100) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 5, 2016 +.Dd October 29, 2017 .Dt LIBCASPER 3 .Os .Sh NAME @@ -47,8 +47,8 @@ .Sh LIBRARY .Lb libcasper .Sh SYNOPSIS +.In sys/nv.h .In libcasper.h -.In nv.h .Ft "cap_channel_t *" .Fn cap_init "void" .Ft "cap_channel_t *"