cvs commit: src/share/man/man9 mbuf.9

Yar Tikhiy yar at FreeBSD.org
Sun Jun 15 07:14:12 PDT 2003


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


More information about the cvs-src mailing list