- Replace `.Va (cap_t)NULL'' with `.Dv NULL''

- Fix a typo: ``constrains'' -> ``constraints''

Reviewed by:	rwatson
This commit is contained in:
Chris Costello 2000-06-09 02:01:27 +00:00
parent cce53efa17
commit 55ef467128
2 changed files with 6 additions and 6 deletions

View File

@ -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 ,

View File

@ -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 ,