diff options
author | rstone <rstone@FreeBSD.org> | 2014-05-17 20:39:39 +0000 |
---|---|---|
committer | rstone <rstone@FreeBSD.org> | 2014-05-17 20:39:39 +0000 |
commit | 6f8f959106bd1fde415a7f1cf25f97f62a7077a1 (patch) | |
tree | 9949418312c790d12e9e8c6d0020f5dab0e893a2 /lib/libnv/nv.3 | |
parent | 578932e7e1aa3ac81e478453ed60540f5220cce5 (diff) | |
download | FreeBSD-src-6f8f959106bd1fde415a7f1cf25f97f62a7077a1.zip FreeBSD-src-6f8f959106bd1fde415a7f1cf25f97f62a7077a1.tar.gz |
Correct a typo.
MFC after: 1 week
Diffstat (limited to 'lib/libnv/nv.3')
-rw-r--r-- | lib/libnv/nv.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnv/nv.3 b/lib/libnv/nv.3 index 118f5bb..28a8e0b 100644 --- a/lib/libnv/nv.3 +++ b/lib/libnv/nv.3 @@ -194,7 +194,7 @@ The API supports the following data types: .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 |