summaryrefslogtreecommitdiffstats
path: root/lib/libufs/bread.3
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-06-10 18:36:16 +0000
committerjmallett <jmallett@FreeBSD.org>2003-06-10 18:36:16 +0000
commit25cc522581ed01e9d39d79313908b4f36e8475ee (patch)
tree553571380dd5dc4c0ddead95ecbe6099badbfcb6 /lib/libufs/bread.3
parent957fe1b56ff09b44509d20d61fc796c61fcb85c7 (diff)
downloadFreeBSD-src-25cc522581ed01e9d39d79313908b4f36e8475ee.zip
FreeBSD-src-25cc522581ed01e9d39d79313908b4f36e8475ee.tar.gz
Various cleanups of careless mistakes/omissions.
PR: 53149 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Diffstat (limited to 'lib/libufs/bread.3')
-rw-r--r--lib/libufs/bread.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libufs/bread.3 b/lib/libufs/bread.3
index 44e0bef..b18ce4a 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
OpenPOWER on IntegriCloud