diff options
author | jmc <> | 2003-03-06 19:54:52 +0000 |
---|---|---|
committer | jmc <> | 2003-03-06 19:54:52 +0000 |
commit | 8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7 (patch) | |
tree | 9637efc6f8e4f0c7046de14f4861390b64390f0b | |
parent | 245daf3c316cfd1dc750e840f9dd77c105241255 (diff) | |
download | openbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.tar.gz openbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.tar.bz2 openbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.zip |
.Xr's;
typos in man page section
ok deraadt@
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/exit.3 | 4 |
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 |
118 | If the EDNS0 option is activated in | 118 | If the EDNS0 option is activated in |
119 | .Xr resolv.conf 3 , | 119 | .Xr resolv.conf 5 , |
120 | .Fn getrrsetbyname | 120 | .Fn getrrsetbyname |
121 | will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. | 121 | will 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, | |||
71 | calls | 71 | calls |
72 | .Xr _exit 2 . | 72 | .Xr _exit 2 . |
73 | Note that typically | 73 | Note that typically |
74 | .Xr exit 2 | 74 | .Xr _exit 2 |
75 | only passes the lower 8 bits of | 75 | only passes the lower 8 bits of |
76 | .Fa status | 76 | .Fa status |
77 | on to the parent, thus negative values have less meaning. | 77 | on to the parent, thus negative values have less meaning. |