diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-11-20 15:07:14 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-11-20 15:07:14 +0000 |
commit | 3483a9794b20af65d3d0e61f52700e06b7934df1 (patch) | |
tree | d619facdc0c53dfd3fb6b485408ced7fde36cccd /contrib | |
parent | fda4c0a9900658f582331f89dfd90dd2bcfb4f66 (diff) | |
download | FreeBSD-src-3483a9794b20af65d3d0e61f52700e06b7934df1.zip FreeBSD-src-3483a9794b20af65d3d0e61f52700e06b7934df1.tar.gz |
Add libcompat record for .Lb macro.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 50ef5e7..623a935 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -514,6 +514,7 @@ .if "\\$1"libc_r" \&Reentrant C Library (libc_r, -pthread) .if "\\$1"libcalendar" \&Calendar Arithmetic Library (libcalendar, -lcalendar) .if "\\$1"libcam" \&Common Access Method User Library (libcam, -lcam) +.if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat) .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt) .if "\\$1"libdevstat" \&Device Statistics Library (libdevstat, -ldevstat) .if "\\$1"libdisk" \&Interface to Slice and Partition Labels Library (libdisk, -ldisk) |