summaryrefslogtreecommitdiffstats
path: root/module/avl
diff options
context:
space:
mode:
authorSpencer Kinny <[email protected]>2020-09-02 22:12:12 +0530
committerGitHub <[email protected]>2020-09-02 09:42:12 -0700
commit6fffc88bf389e6ae74c88b4e74d04869bf413e41 (patch)
tree16221044513ad71e910b27730f29b0db8246ff97 /module/avl
parent0db1b84a6df462cee40f9eab24ac4489c654fa51 (diff)
Links in Source Files
Added comments in following files with links to Illumos manual pages: ./module/avl/avl.c ./module/nvpair/nvpair.c ./module/os/linux/spl/spl-kstat.c ./module/os/freebsd/spl/spl_kstat.c Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Spencer Kinny <[email protected]> Closes #5113 Closes #10859
Diffstat (limited to 'module/avl')
-rw-r--r--module/avl/avl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/avl/avl.c b/module/avl/avl.c
index 9cc836239..48865365d 100644
--- a/module/avl/avl.c
+++ b/module/avl/avl.c
@@ -96,6 +96,9 @@
* which each have their own compilation environments and subsequent
* requirements. Each of these environments must be considered when adding
* dependencies from avl.c.
+ *
+ * Link to Illumos.org for more information on avl function:
+ * [1] https://illumos.org/man/9f/avl
*/
#include <sys/types.h>