From owner-cvs-all Fri Apr 21 2:35:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E86D37B8E9; Fri, 21 Apr 2000 02:35:45 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94965; Fri, 21 Apr 2000 02:35:44 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200004210935.CAA94965@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 21 Apr 2000 02:35:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/04/21 02:35:44 PDT Modified files: contrib/groff/tmac doc-common Log: 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 Revision Changes Path 1.23 +17 -1 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message