diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-03-21 15:30:31 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-03-21 15:30:31 +0000 |
commit | f9dde513dfbd865155df6d804785e416433386d9 (patch) | |
tree | eed6b4daf81b413e6fca507d4cd45f053c31d67c | |
parent | 24c4e4a548787f93d5d8f8200626286c39412b1e (diff) | |
download | FreeBSD-src-f9dde513dfbd865155df6d804785e416433386d9.zip FreeBSD-src-f9dde513dfbd865155df6d804785e416433386d9.tar.gz |
nv(3) was not in 10.0.
It might be MFC'd to stable/10 for 10.1, but for now update the manual to
avoid confusion on its availability.
Discussed with: pjd
-rw-r--r-- | lib/libnv/nv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnv/nv.3 b/lib/libnv/nv.3 index 0da2af7..118f5bb 100644 --- a/lib/libnv/nv.3 +++ b/lib/libnv/nv.3 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 8, 2013 +.Dd March 21, 2014 .Dt NV 3 .Os .Sh NAME @@ -594,7 +594,7 @@ while ((name = nvlist_next(nvl, &type, &cookie)) != NULL) { The .Nm libnv library appeared in -.Fx 10.0 . +.Fx 11.0 . .Sh AUTHORS .An -nosplit The |