Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 20:39:39 +0000 (UTC)
From:      Ryan Stone <rstone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266351 - head/lib/libnv
Message-ID:  <201405172039.s4HKddav078375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405172039.s4HKddav078375>