summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/getrrsetbyname.34
-rw-r--r--src/lib/libc/stdlib/exit.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3
index 7554b9eeba..f8e9b9a736 100644
--- a/src/lib/libc/net/getrrsetbyname.3
+++ b/src/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getrrsetbyname.3,v 1.8 2003/03/06 04:07:37 david Exp $ 1.\" $OpenBSD: getrrsetbyname.3,v 1.9 2003/03/06 19:54:52 jmc Exp $
2.\" 2.\"
3.\" Copyright (C) 2000, 2001 Internet Software Consortium. 3.\" Copyright (C) 2000, 2001 Internet Software Consortium.
4.\" 4.\"
@@ -116,7 +116,7 @@ created by a call to
116.Fn getrrsetbyname . 116.Fn getrrsetbyname .
117.Pp 117.Pp
118If the EDNS0 option is activated in 118If the EDNS0 option is activated in
119.Xr resolv.conf 3 , 119.Xr resolv.conf 5 ,
120.Fn getrrsetbyname 120.Fn getrrsetbyname
121will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. 121will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit.
122.Sh "RETURN VALUES" 122.Sh "RETURN VALUES"
diff --git a/src/lib/libc/stdlib/exit.3 b/src/lib/libc/stdlib/exit.3
index bcfdfd38f5..68752bb0cd 100644
--- a/src/lib/libc/stdlib/exit.3
+++ b/src/lib/libc/stdlib/exit.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: exit.3,v 1.6 2001/07/27 23:48:12 mpech Exp $ 36.\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt EXIT 3 39.Dt EXIT 3
@@ -71,7 +71,7 @@ Following this,
71calls 71calls
72.Xr _exit 2 . 72.Xr _exit 2 .
73Note that typically 73Note that typically
74.Xr exit 2 74.Xr _exit 2
75only passes the lower 8 bits of 75only passes the lower 8 bits of
76.Fa status 76.Fa status
77on to the parent, thus negative values have less meaning. 77on to the parent, thus negative values have less meaning.