Skip to content

Commit

Permalink
Fix some man page links in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jan 10, 2023
1 parent 9a50b45 commit 1300198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// #![deny(missing_docs)]

//! Rust bindings to Name/Value pairs libraries [libnv](man_page) and [nvpair](zol_nvpair)
//! Rust bindings to Name/Value pairs libraries [libnv] and [nvpair]
//! It kinda acts like `Map<&str, T>` for poor people.
//! Library split into two modules: `libnv` and `nvpairs`. `libnv` is FreeBSD implementation that
//! isn't compatible with `nvpairs` that is Solaris implementation.
//!
//! [man_page]: https://www.freebsd.org/cgi/man.cgi?query=nv
//! [zol_nvpair]: https://github.com/zfsonlinux/zfs/tree/master/module/nvpair
//! [libnv]: https://www.freebsd.org/cgi/man.cgi?query=nv
//! [nvpair]: https://github.com/zfsonlinux/zfs/tree/master/module/nvpair
extern crate libc;
#[macro_use] extern crate quick_error;
Expand Down

0 comments on commit 1300198

Please sign in to comment.