diff options
author | chris <chris@FreeBSD.org> | 2000-06-09 02:01:27 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-06-09 02:01:27 +0000 |
commit | 542d0d3b9fbcae70d89e7bec326999f6fda09f4e (patch) | |
tree | f4868ee8301fd303411476d1275ee914881cc36b /lib/libposix1e | |
parent | 85ea7aa6731506681c8636076d015ffee7cee326 (diff) | |
download | FreeBSD-src-542d0d3b9fbcae70d89e7bec326999f6fda09f4e.zip FreeBSD-src-542d0d3b9fbcae70d89e7bec326999f6fda09f4e.tar.gz |
- Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''
- Fix a typo: ``constrains'' -> ``constraints''
Reviewed by: rwatson
Diffstat (limited to 'lib/libposix1e')
-rw-r--r-- | lib/libposix1e/cap_get_proc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 , |