summaryrefslogtreecommitdiffstats
path: root/lib/libufs/cgread.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-05 06:53:34 +0000
committerru <ru@FreeBSD.org>2004-07-05 06:53:34 +0000
commitfb1f106142236de87bc55c894569373c3559c0ab (patch)
tree8b55b52af9504e03f7fe2906d76823380725cbfc /lib/libufs/cgread.3
parentb5e1c67f190b165b28331207530a72be81657177 (diff)
downloadFreeBSD-src-fb1f106142236de87bc55c894569373c3559c0ab.zip
FreeBSD-src-fb1f106142236de87bc55c894569373c3559c0ab.tar.gz
Markup fixes.
Diffstat (limited to 'lib/libufs/cgread.3')
-rw-r--r--lib/libufs/cgread.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libufs/cgread.3 b/lib/libufs/cgread.3
index e43af73..f98da40 100644
--- a/lib/libufs/cgread.3
+++ b/lib/libufs/cgread.3
@@ -41,10 +41,10 @@ The
function reads from one cylinder group, specified by
.Fa c
into the
-.Fa d_cg
+.Va d_cg
field of a userland UFS disk structure.
It sets the
-.Fa d_lcg
+.Va d_lcg
field to the cylinder group number
.Fa c .
.Pp
@@ -54,15 +54,15 @@ function operates on sequential cylinder groups.
Calling the
.Fn cgread
function is equivalent to calling
-.Nm cgread1
+.Fn cgread1
with a cylinder group specifier equivalent to the value of the current
-.Fa d_ccg
+.Va d_ccg
field, and then incrementing the
-.Fa d_ccg
+.Va d_ccg
field.
-.Pp
+.Sh RETURN VALUES
Both functions return 0 if there are no more cylinder groups to read,
-1 if there are more cylinder groups, and -1 on error.
+1 if there are more cylinder groups, and \-1 on error.
.Sh ERRORS
The function
.Fn cgread
OpenPOWER on IntegriCloud