From dfa13bbf277b5494efc35a41f73ce0052c2c079a Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Tue, 10 Jun 2003 18:36:16 +0000 Subject: Various cleanups of careless mistakes/omissions. PR: 53149 Submitted by: Lukas Ertl --- lib/libufs/bread.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libufs/bread.3') diff --git a/lib/libufs/bread.3 b/lib/libufs/bread.3 index 44e0befb75aa..b18ce4af7e56 100644 --- a/lib/libufs/bread.3 +++ b/lib/libufs/bread.3 @@ -34,7 +34,7 @@ The .Fn bread and .Fn bwrite -functions provide a block read and write api for +functions provide a block read and write API for .Xr libufs 3 consumers. They operate on a userland UFS disk structure, and perform the read @@ -46,7 +46,7 @@ The .Fn bread and .Fn bwrite -functions return the amount written, or -1 in case of any error, +functions return the amount read or written, or -1 in case of any error, including short read. .Sh ERRORS The function @@ -54,7 +54,7 @@ The function may fail and set .Va errno for any of the errors specified for the library functions -.Xr ufs_disk_write +.Xr ufs_disk_write 3 or .Xr pread 2 . Additionally, it may follow the -- cgit v1.2.3