diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:17:38 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:17:38 +0000 |
commit | 70e24328fd43f4de9a0d014aa4dc019cfeef362f (patch) | |
tree | 5239a0e80ef6b86b8e9b090f458dae67df8faf7a | |
parent | 13fe72d4bfdb65c20204a9dfa3cb0294704fe24a (diff) | |
download | FreeBSD-src-70e24328fd43f4de9a0d014aa4dc019cfeef362f.zip FreeBSD-src-70e24328fd43f4de9a0d014aa4dc019cfeef362f.tar.gz |
Introduce .Lb macro to libvgl manpage
-rw-r--r-- | lib/libvgl/vgl.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index c05f510..c1b948b 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -61,7 +61,9 @@ .Nm VGLSetVScreenSize , .Nm VGLSetXY , .Nm VGLTextSetFontFile -.Nd Video Graphics Library functions (libvgl) +.Nd Video Graphics Library functions +.Sh LIBRARY +.Lb libvgl .Sh SYNOPSIS .Fd #include <machine/console.h> .Fd #include <vgl.h> |