K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-21T09:35:43.000000Z K 7 svn:log V 311 Introduce new mdoc macro -- Lb. It will be used to define library ownership for function. For example: for stat(2) syscall (owned by libc) we will add following code: .Sh LIBRARY .Lb libc and it will be rendered to: LIBRARY Standard C Library (libc, -lc) Suggested by: mpp Idea obtained from: NetBSD END