cvs commit: src/lib/libufs Makefile bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3

Juli Mallett jmallett at FreeBSD.org
Mon Jun 9 02:59:13 PDT 2003


jmallett    2003/06/09 02:59:12 PDT

  FreeBSD src repository

  Modified files:
    lib/libufs           Makefile 
  Added files:
    lib/libufs           bread.3 cgread.3 getino.3 libufs.3 
                         sbread.3 ufs_disk_close.3 
  Log:
  Commit rudimentary libufs manual pages, except for that for
  getino(3)/putino(3), inode.c has been reworked in Perforce to the point
  where a manual page may not be accurate.  Certainly putino(3) has not
  even been merged back yet.
  
  These will need a lot of improvement for most applications, but they
  document the API enough to get someone on their feet, most likely.  The
  best documentation still exists in the form of libufs(3) consumers in the
  base system.
  
  Revision  Changes    Path
  1.8       +7 -0      src/lib/libufs/Makefile
  1.1       +82 -0     src/lib/libufs/bread.3 (new)
  1.1       +86 -0     src/lib/libufs/cgread.3 (new)
  1.1       +115 -0    src/lib/libufs/getino.3 (new)
  1.1       +75 -0     src/lib/libufs/libufs.3 (new)
  1.1       +84 -0     src/lib/libufs/sbread.3 (new)
  1.1       +111 -0    src/lib/libufs/ufs_disk_close.3 (new)


More information about the cvs-src mailing list