Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 07:14:11 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 mbuf.9
Message-ID:  <200306151414.h5FEEBTd030167@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2003/06/15 07:14:11 PDT

  FreeBSD src repository

  Modified files:
    share/man/man9       mbuf.9 
  Log:
  Add more markup to the mbuf(9) manpage.  This includes:
  
  - tagging plaintext "mbuf", "mbuf cluster", and "mbuf chain"
    with .Vt (variable type) since all of them are ways of managing
    data, i.e., they can be seen as data types;
  
  - using .Vt/.Va instead of .Li (literal) where appropriate;
  
  - tagging plaintext words that actually refer to function arguments
    with .Fa.
  
  Suggested by:   ru
  
  Revision  Changes    Path
  1.29      +240 -93   src/share/man/man9/mbuf.9



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