summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2000-10-28 18:37:37 +0000
committermpp <mpp@FreeBSD.org>2000-10-28 18:37:37 +0000
commitb48dc4a4e8a14074c61600a072437881991419ed (patch)
treeb922a66447c58bb25e1db1557603a57bbe2989bb /lib/libc
parent6a944e364b9b66c46aca6cabbdcafa191ab674c0 (diff)
downloadFreeBSD-src-b48dc4a4e8a14074c61600a072437881991419ed.zip
FreeBSD-src-b48dc4a4e8a14074c61600a072437881991419ed.tar.gz
Style & grammar fixes.
PR: docs/22374, docs/13020
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcap.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 26b33bb..8431a22 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -75,8 +75,9 @@
.Ft int
.Fn cgetclose "void"
.Sh DESCRIPTION
-.Fn Cgetent
-extracts the capability
+The
+.Fn cgetent
+function extracts the capability
.Fa name
from the database specified by the
.Dv NULL
@@ -472,7 +473,8 @@ are typically used to denote the end of strings; many applications
use `\e\|200' to represent a
.Dv NUL .
.Sh DIAGNOSTICS
-.Fn Cgetent ,
+The
+.Fn cgetent ,
.Fn cgetset ,
.Fn cgetmatch ,
.Fn cgetnum ,
@@ -481,6 +483,7 @@ use `\e\|200' to represent a
.Fn cgetfirst ,
and
.Fn cgetnext
+functions
return a value greater than or equal to 0 on success and a value less
than 0 on failure.
The
@@ -508,6 +511,7 @@ The
.Fn cgetstr ,
and
.Fn cgetustr
+functions
may fail and set
.Va errno
as follows:
OpenPOWER on IntegriCloud