summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-03 21:16:34 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-03 21:16:34 +0000
commitf9eeb822d077e44169208d3a7fef73ac1072c388 (patch)
tree0793725fda012c27e76a26a9dcd47d4921bde511 /lib/libc
parentdf06371f658ce20e4bd464da731321faccbee6d8 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcap.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 4abaa63cb56b..eebdabf8089e 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -136,11 +136,11 @@ A call to
must precede the database traversal. It must be called before the
.Fn cgetent
call. If a sequential access is being performed (see below), it must be called
-before the first sequential access call (
-.Fn cgetfirst
+before the first sequential access call
+.Fn ( cgetfirst
or
-.Fn cgetnext
-), or be directly preceded by a
+.Fn cgetnext ) ,
+or be directly preceded by a
.Fn cgetclose
call.
On success 0 is returned and \-1 on failure.