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