Fix similar typos to r331124.

This commit is contained in:
Mariusz Zaborski 2018-03-18 16:06:35 +00:00
parent d5219c1955
commit cba559e112
3 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,7 @@ over the given capability.
The
.Fn cap_xfer_nvlist
function sends the given
.Xr nvlist 9,
.Xr nvlist 9 ,
destroys it and receives new
.Xr nvlist 9
in response over the given capability.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 26, 2018
.Dd March 18, 2018
.Dt CAP_DNS 3
.Os
.Sh NAME
@ -193,7 +193,7 @@ printf("Name associated with %s is %s.\\n", ipstr, hp->h_name);
.Xr gethostbyaddr 3 ,
.Xr gethostbyname 3 ,
.Xr gethostbyname2 3 ,
.Xr getnameinfo 3,
.Xr getnameinfo 3 ,
.Xr capsicum 4 ,
.Xr nv 9
.Sh AUTHORS

View File

@ -129,7 +129,7 @@ cap_close(capsysctl);
.Sh SEE ALSO
.Xr cap_enter 2 ,
.Xr err 3 ,
.Xr sysctlbyname 3,
.Xr sysctlbyname 3 ,
.Xr capsicum 4 ,
.Xr nv 9
.Sh AUTHORS