ref: d7809194db6f52a6fc87a6d10bff7e78cc03c4d2
dir: /opt/skel/man/2/examplelib/
.TH EXAMPLELIB 2 .SH NAME examplelib \- Example library in /opt skeleton project .SH SYNOPSIS .EX include "opt/skel/module/examplelib.m"; examplelib: ExampleLib; examplelib = load ExampleLib ExampleLib->PATH; init: fn(); .EE .SH DESCRIPTION .PP This module provide example how to implement library in /opt project. .PP .B init will say "hi" to you. .SH SOURCE .PP .B /opt/skel/appl/lib/examplelib.b .br .SH SEE ALSO .PP .IR examplecmd (1) .SH BUGS