Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2000 02:35:44 -0700 (PDT)
From:      Alexey Zelkin <phantom@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/groff/tmac doc-common
Message-ID:  <200004210935.CAA94965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004210935.CAA94965>