1*f75b20e7SLexi Wintercomment = "Low-level access to UFS filesystems" 2*f75b20e7SLexi Winterdesc = <<EOD 3*f75b20e7SLexi WinterThe libufs library and the functions it provides are used for implementing 4*f75b20e7SLexi Winterutilities which need to access a UFS file system at a low level from userland. 5*f75b20e7SLexi WinterFacilities provided are used to implement utilities such as newfs(8) and 6*f75b20e7SLexi Winterdumpfs(8). The libufs library is designed to be simple, and to provide 7*f75b20e7SLexi Winterfunctions that are traditionally useful to have. 8*f75b20e7SLexi WinterEOD 9