From 542d0d3b9fbcae70d89e7bec326999f6fda09f4e Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 9 Jun 2000 02:01:27 +0000 Subject: - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL'' - Fix a typo: ``constrains'' -> ``constraints'' Reviewed by: rwatson --- lib/libposix1e/cap_get_proc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libposix1e') diff --git a/lib/libposix1e/cap_get_proc.3 b/lib/libposix1e/cap_get_proc.3 index d3dd896..d88ec70 100644 --- a/lib/libposix1e/cap_get_proc.3 +++ b/lib/libposix1e/cap_get_proc.3 @@ -56,7 +56,7 @@ development at this time. .Sh RETURN VALUES Upon successful completion, this function shall return a cap_t value. Otherwise, a value of -.Va (cap_t)NULL +.Dv NULL shall be returned and .Va errno shall be set to indicate the error. @@ -64,14 +64,14 @@ shall be set to indicate the error. If any of the following conditions occur, the .Fn cap_get_proc function shall return -.Va (cap_t)NULL +.Dv NULL and set .Va errno to the corresponding value: .Bl -tag -width Er .It Bq Er ENOMEM The capability state to be returned requires more memory than is allowed -by the hardware or system-imposed memory management constrains. +by the hardware or system-imposed memory management constraints. .El .Sh SEE ALSO .Xr cap 3 , -- cgit v1.1