ref: 00c219c7d9c2b9f60c2db0e1ba7289b2301209a7
dir: /opt/skel/doc/2/examplelib.man/
.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