svn commit: r266351 - head/lib/libnv

Ryan Stone rstone at FreeBSD.org
Sat May 17 20:39:39 UTC 2014


Author: rstone
Date: Sat May 17 20:39:39 2014
New Revision: 266351
URL: http://svnweb.freebsd.org/changeset/base/266351

Log:
  Correct a typo.
  
  MFC after:	1 week

Modified:
  head/lib/libnv/nv.3

Modified: head/lib/libnv/nv.3
==============================================================================
--- head/lib/libnv/nv.3	Sat May 17 20:31:40 2014	(r266350)
+++ head/lib/libnv/nv.3	Sat May 17 20:39:39 2014	(r266351)
@@ -194,7 +194,7 @@ The API supports the following data type
 .Bl -ohang -offset indent
 .It Sy null ( NV_TYPE_NULL )
 There is no data associated with the name.
-.It Sy bool ( NV_TYPE_BOLL )
+.It Sy bool ( NV_TYPE_BOOL )
 The value can be either
 .Dv true
 or


More information about the svn-src-head mailing list