svn commit: r328891 - head/lib/libcasper/libcasper

Mark Johnston markj at FreeBSD.org
Mon Feb 5 17:33:17 UTC 2018


Author: markj
Date: Mon Feb  5 17:33:16 2018
New Revision: 328891
URL: https://svnweb.freebsd.org/changeset/base/328891

Log:
  Document the need for WITH_CASPER.
  
  After r325062, consumers need to define WITH_CASPER for libcasper to
  function as expected.

Modified:
  head/lib/libcasper/libcasper/libcasper.3

Modified: head/lib/libcasper/libcasper/libcasper.3
==============================================================================
--- head/lib/libcasper/libcasper/libcasper.3	Mon Feb  5 17:29:12 2018	(r328890)
+++ head/lib/libcasper/libcasper/libcasper.3	Mon Feb  5 17:33:16 2018	(r328891)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 3, 2018
+.Dd February 5, 2018
 .Dt LIBCASPER 3
 .Os
 .Sh NAME
@@ -47,6 +47,7 @@
 .Sh LIBRARY
 .Lb libcasper
 .Sh SYNOPSIS
+.Fd #define WITH_CASPER
 .In sys/nv.h
 .In libcasper.h
 .Ft "cap_channel_t *"


More information about the svn-src-head mailing list