diff options
author | schwarze <> | 2014-01-21 03:15:45 +0000 |
---|---|---|
committer | schwarze <> | 2014-01-21 03:15:45 +0000 |
commit | 1ae249b7d3055912e0dc1f33ec8bbac5380a16e3 (patch) | |
tree | d94438afc3198c6a87eb5474f86377f8cbf0b065 | |
parent | e7d211207295f5a942fbf7cb5edb3fcf26669d51 (diff) | |
download | openbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.tar.gz openbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.tar.bz2 openbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.zip |
obvious .Pa fixes; found with mandocdb(8)
-rw-r--r-- | src/lib/libc/net/gai_strerror.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/getifaddrs.3 | 16 | ||||
-rw-r--r-- | src/lib/libc/net/getnameinfo.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 8 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_opt_init.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rth_space.3 | 8 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 8 | ||||
-rw-r--r-- | src/lib/libc/net/resolver.3 | 10 | ||||
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/stdlib/rand.3 | 6 |
13 files changed, 49 insertions, 49 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3 index 680c8d4e4a..e0373eb91e 100644 --- a/src/lib/libc/net/gai_strerror.3 +++ b/src/lib/libc/net/gai_strerror.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gai_strerror.3,v 1.8 2013/06/05 03:39:22 tedu Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.9 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ | 2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: June 5 2013 $ | 19 | .Dd $Mdocdate: January 21 2014 $ |
20 | .Dt GAI_STRERROR 3 | 20 | .Dt GAI_STRERROR 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -38,7 +38,7 @@ or | |||
38 | .Xr getnameinfo 3 . | 38 | .Xr getnameinfo 3 . |
39 | .Pp | 39 | .Pp |
40 | The following error codes and their meaning are defined in | 40 | The following error codes and their meaning are defined in |
41 | .Aq Pa netdb.h : | 41 | .In netdb.h : |
42 | .Pp | 42 | .Pp |
43 | .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact | 43 | .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact |
44 | .It Dv EAI_ADDRFAMILY | 44 | .It Dv EAI_ADDRFAMILY |
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index cea57624ef..db4417ab35 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.53 2013/06/05 03:39:22 tedu Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.54 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: June 5 2013 $ | 19 | .Dd $Mdocdate: January 21 2014 $ |
20 | .Dt GETADDRINFO 3 | 20 | .Dt GETADDRINFO 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -70,7 +70,7 @@ must be non-null. | |||
70 | is an optional pointer to a | 70 | is an optional pointer to a |
71 | .Li struct addrinfo , | 71 | .Li struct addrinfo , |
72 | as defined by | 72 | as defined by |
73 | .Aq Pa netdb.h : | 73 | .In netdb.h : |
74 | .Bd -literal | 74 | .Bd -literal |
75 | struct addrinfo { | 75 | struct addrinfo { |
76 | int ai_flags; /* input flags */ | 76 | int ai_flags; /* input flags */ |
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3 index c1ab2e7679..c5aab48b20 100644 --- a/src/lib/libc/net/getifaddrs.3 +++ b/src/lib/libc/net/getifaddrs.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getifaddrs.3,v 1.17 2013/08/14 12:38:15 jmc Exp $ | 1 | .\" $OpenBSD: getifaddrs.3,v 1.18 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp | 2 | .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1995, 1999 | 4 | .\" Copyright (c) 1995, 1999 |
@@ -21,7 +21,7 @@ | |||
21 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 21 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
22 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 22 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
23 | .\" SUCH DAMAGE. | 23 | .\" SUCH DAMAGE. |
24 | .Dd $Mdocdate: August 14 2013 $ | 24 | .Dd $Mdocdate: January 21 2014 $ |
25 | .Dt GETIFADDRS 3 | 25 | .Dt GETIFADDRS 3 |
26 | .Os | 26 | .Os |
27 | .Sh NAME | 27 | .Sh NAME |
@@ -44,7 +44,7 @@ on the local machine in the memory referenced by | |||
44 | The list consists of | 44 | The list consists of |
45 | .Nm ifaddrs | 45 | .Nm ifaddrs |
46 | structures, as defined in the include file | 46 | structures, as defined in the include file |
47 | .Aq Pa ifaddrs.h . | 47 | .In ifaddrs.h . |
48 | The | 48 | The |
49 | .Nm ifaddrs | 49 | .Nm ifaddrs |
50 | structure contains at least the following entries: | 50 | structure contains at least the following entries: |
@@ -103,7 +103,7 @@ For | |||
103 | addresses it contains a pointer to the | 103 | addresses it contains a pointer to the |
104 | .Li struct if_data | 104 | .Li struct if_data |
105 | (as defined in include file | 105 | (as defined in include file |
106 | .Aq Pa net/if.h ) | 106 | .In net/if.h ) |
107 | which contains various interface attributes and statistics. | 107 | which contains various interface attributes and statistics. |
108 | For all other address families, | 108 | For all other address families, |
109 | .Fa ifa_data | 109 | .Fa ifa_data |
@@ -149,11 +149,11 @@ since | |||
149 | .Ox 2.7 . | 149 | .Ox 2.7 . |
150 | .Sh BUGS | 150 | .Sh BUGS |
151 | If both | 151 | If both |
152 | .Aq Pa net/if.h | 152 | .In net/if.h |
153 | and | 153 | and |
154 | .Aq Pa ifaddrs.h | 154 | .In ifaddrs.h |
155 | are being included, | 155 | are being included, |
156 | .Aq Pa net/if.h | 156 | .In net/if.h |
157 | .Em must | 157 | .Em must |
158 | be included before | 158 | be included before |
159 | .Aq Pa ifaddrs.h . | 159 | .In ifaddrs.h . |
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3 index 644da7962e..d023b2523d 100644 --- a/src/lib/libc/net/getnameinfo.3 +++ b/src/lib/libc/net/getnameinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getnameinfo.3,v 1.45 2013/07/10 07:07:12 jmc Exp $ | 1 | .\" $OpenBSD: getnameinfo.3,v 1.46 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: July 10 2013 $ | 19 | .Dd $Mdocdate: January 21 2014 $ |
20 | .Dt GETNAMEINFO 3 | 20 | .Dt GETNAMEINFO 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -75,7 +75,7 @@ the maximum value for | |||
75 | is | 75 | is |
76 | .Dv NI_MAXSERV , | 76 | .Dv NI_MAXSERV , |
77 | as defined by | 77 | as defined by |
78 | .Aq Pa netdb.h . | 78 | .In netdb.h . |
79 | If a length parameter is zero, no string will be stored. | 79 | If a length parameter is zero, no string will be stored. |
80 | Otherwise, enough space must be provided to store the | 80 | Otherwise, enough space must be provided to store the |
81 | host name or service string plus a byte for the NUL terminator. | 81 | host name or service string plus a byte for the NUL terminator. |
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3 index 7ca28c6b92..5e6e7f2fdb 100644 --- a/src/lib/libc/net/if_indextoname.3 +++ b/src/lib/libc/net/if_indextoname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: if_indextoname.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: if_indextoname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" Copyright (c) 1983, 1991, 1993 | 2 | .\" Copyright (c) 1983, 1991, 1993 |
3 | .\" The Regents of the University of California. All rights reserved. | 3 | .\" The Regents of the University of California. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -28,7 +28,7 @@ | |||
28 | .\" | 28 | .\" |
29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 | 29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: June 5 2013 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt IF_NAMETOINDEX 3 | 32 | .Dt IF_NAMETOINDEX 3 |
33 | .Os | 33 | .Os |
34 | .Sh NAME | 34 | .Sh NAME |
@@ -73,7 +73,7 @@ bytes into which the interface name corresponding to the specified index is | |||
73 | returned. | 73 | returned. |
74 | .Pf ( Dv IF_NAMESIZE | 74 | .Pf ( Dv IF_NAMESIZE |
75 | is also defined in | 75 | is also defined in |
76 | .Aq Pa net/if.h | 76 | .In net/if.h |
77 | and its value includes a terminating NUL byte at the end of the | 77 | and its value includes a terminating NUL byte at the end of the |
78 | interface name.) | 78 | interface name.) |
79 | This pointer is also the return value of the function. | 79 | This pointer is also the return value of the function. |
@@ -87,7 +87,7 @@ returns an array of | |||
87 | structures. | 87 | structures. |
88 | .Vt if_nameindex | 88 | .Vt if_nameindex |
89 | is also defined in | 89 | is also defined in |
90 | .Aq Pa net/if.h , | 90 | .In net/if.h , |
91 | and is as follows: | 91 | and is as follows: |
92 | .Bd -literal -offset indent | 92 | .Bd -literal -offset indent |
93 | struct if_nameindex { | 93 | struct if_nameindex { |
diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3 index 973f1e27fb..dd7ab53f6f 100644 --- a/src/lib/libc/net/inet6_opt_init.3 +++ b/src/lib/libc/net/inet6_opt_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_opt_init.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ | 1 | .\" $OpenBSD: inet6_opt_init.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ | 2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: September 27 2012 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt INET6_OPT_INIT 3 | 32 | .Dt INET6_OPT_INIT 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -70,7 +70,7 @@ formatting rules specified in Appendix B in RFC 2460, i.e. that the | |||
70 | largest field is placed last in the option. | 70 | largest field is placed last in the option. |
71 | The function prototypes | 71 | The function prototypes |
72 | for these functions are all contained in the header file | 72 | for these functions are all contained in the header file |
73 | .Aq Pa netinet/in.h . | 73 | .In netinet/in.h . |
74 | .\" | 74 | .\" |
75 | .Ss inet6_opt_init | 75 | .Ss inet6_opt_init |
76 | The | 76 | The |
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 6c282a6f81..4b156636f7 100644 --- a/src/lib/libc/net/inet6_option_space.3 +++ b/src/lib/libc/net/inet6_option_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_option_space.3,v 1.23 2012/09/27 11:31:58 jmc Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: September 27 2012 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt INET6_OPTION_SPACE 3 | 32 | .Dt INET6_OPTION_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -74,7 +74,7 @@ part of the Kame libraries, to help developers create, change, | |||
74 | and parse Hop-by-Hop and Destination options. | 74 | and parse Hop-by-Hop and Destination options. |
75 | All of the prototypes | 75 | All of the prototypes |
76 | for the option functions are defined in the | 76 | for the option functions are defined in the |
77 | .Aq Pa netinet/in.h | 77 | .In netinet/in.h |
78 | header file. | 78 | header file. |
79 | .\" | 79 | .\" |
80 | .Ss inet6_option_space | 80 | .Ss inet6_option_space |
diff --git a/src/lib/libc/net/inet6_rth_space.3 b/src/lib/libc/net/inet6_rth_space.3 index 6b09e6fa88..fcd023481f 100644 --- a/src/lib/libc/net/inet6_rth_space.3 +++ b/src/lib/libc/net/inet6_rth_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rth_space.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ | 1 | .\" $OpenBSD: inet6_rth_space.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: September 27 2012 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt INET6_RTH_SPACE 3 | 32 | .Dt INET6_RTH_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -64,10 +64,10 @@ The RFC uses the word | |||
64 | .Dq segments | 64 | .Dq segments |
65 | to describe addresses and that is the term used here as well. | 65 | to describe addresses and that is the term used here as well. |
66 | All of the functions are defined in the header file | 66 | All of the functions are defined in the header file |
67 | .Aq Pa netinet/in.h . | 67 | .In netinet/in.h . |
68 | The functions described in this manual page all operate | 68 | The functions described in this manual page all operate |
69 | on routing header structures which are defined in | 69 | on routing header structures which are defined in |
70 | .Aq Pa netinet/ip6.h | 70 | .In netinet/ip6.h |
71 | but which should not need to be modified outside the use of this API. | 71 | but which should not need to be modified outside the use of this API. |
72 | The size and shape of the route header structures may change, so using | 72 | The size and shape of the route header structures may change, so using |
73 | the APIs is a more portable, long term, solution. | 73 | the APIs is a more portable, long term, solution. |
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index 65afc5a734..c72e84ff1a 100644 --- a/src/lib/libc/net/inet6_rthdr_space.3 +++ b/src/lib/libc/net/inet6_rthdr_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.22 2012/09/27 11:31:58 jmc Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.23 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: September 27 2012 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt INET6_RTHDR_SPACE 3 | 32 | .Dt INET6_RTHDR_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -76,7 +76,7 @@ The | |||
76 | eight functions are split into two groups, the first of which builds | 76 | eight functions are split into two groups, the first of which builds |
77 | the header and the second of which can parse it. | 77 | the header and the second of which can parse it. |
78 | The function prototypes for these functions are all in the | 78 | The function prototypes for these functions are all in the |
79 | .Aq Pa netinet/in.h | 79 | .In netinet/in.h |
80 | header. | 80 | header. |
81 | Although direct manipulation of a routing header is possible, | 81 | Although direct manipulation of a routing header is possible, |
82 | this set of APIs make it unnecessary and such direct manipulation | 82 | this set of APIs make it unnecessary and such direct manipulation |
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index 77659c28b7..447aa23ff1 100644 --- a/src/lib/libc/net/rcmd.3 +++ b/src/lib/libc/net/rcmd.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmd.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: rcmd.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: June 5 2013 $ | 30 | .Dd $Mdocdate: January 21 2014 $ |
31 | .Dt RCMD 3 | 31 | .Dt RCMD 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -232,9 +232,9 @@ The first argument of | |||
232 | is typed as | 232 | is typed as |
233 | .Li "void *" | 233 | .Li "void *" |
234 | to avoid dependency between | 234 | to avoid dependency between |
235 | .Aq Pa unistd.h | 235 | .In unistd.h |
236 | and | 236 | and |
237 | .Aq Pa sys/socket.h . | 237 | .In sys/socket.h . |
238 | .Sh DIAGNOSTICS | 238 | .Sh DIAGNOSTICS |
239 | The | 239 | The |
240 | .Fn rcmd | 240 | .Fn rcmd |
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index fb67c83b05..93b365a619 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: June 5 2013 $ | 30 | .Dd $Mdocdate: January 21 2014 $ |
31 | .Dt RESOLVER 3 | 31 | .Dt RESOLVER 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -108,7 +108,7 @@ Most of the values have reasonable defaults and can be ignored. | |||
108 | Options stored in | 108 | Options stored in |
109 | .Li _res.options | 109 | .Li _res.options |
110 | are defined in | 110 | are defined in |
111 | .Aq Pa resolv.h | 111 | .In resolv.h |
112 | and are as follows. | 112 | and are as follows. |
113 | Options are stored as a simple bit mask containing the bitwise OR | 113 | Options are stored as a simple bit mask containing the bitwise OR |
114 | of the options enabled. | 114 | of the options enabled. |
@@ -253,7 +253,7 @@ and | |||
253 | .Fa type | 253 | .Fa type |
254 | fields | 254 | fields |
255 | are defined in | 255 | are defined in |
256 | .Aq Pa arpa/nameser.h . | 256 | .In arpa/nameser.h . |
257 | .Pp | 257 | .Pp |
258 | The | 258 | The |
259 | .Fn res_search | 259 | .Fn res_search |
@@ -279,7 +279,7 @@ The query type | |||
279 | is usually | 279 | is usually |
280 | .Dv QUERY , | 280 | .Dv QUERY , |
281 | but can be any of the query types defined in | 281 | but can be any of the query types defined in |
282 | .Aq Pa arpa/nameser.h . | 282 | .In arpa/nameser.h . |
283 | The domain name for the query is given by | 283 | The domain name for the query is given by |
284 | .Fa dname . | 284 | .Fa dname . |
285 | .Fa newrr | 285 | .Fa newrr |
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index 9e37f52c10..6661e03841 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -25,9 +25,9 @@ | |||
25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" $OpenBSD: getopt.3,v 1.43 2013/06/05 03:39:23 tedu Exp $ | 28 | .\" $OpenBSD: getopt.3,v 1.44 2014/01/21 03:15:45 schwarze Exp $ |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: June 5 2013 $ | 30 | .Dd $Mdocdate: January 21 2014 $ |
31 | .Dt GETOPT 3 | 31 | .Dt GETOPT 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -321,7 +321,7 @@ This was changed by | |||
321 | to decouple | 321 | to decouple |
322 | .Fn getopt | 322 | .Fn getopt |
323 | from | 323 | from |
324 | .Aq Pa stdio.h . | 324 | .In stdio.h . |
325 | .Pp | 325 | .Pp |
326 | It is possible to handle digits as option letters. | 326 | It is possible to handle digits as option letters. |
327 | This allows | 327 | This allows |
diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3 index 2de043a88d..a9fc343b66 100644 --- a/src/lib/libc/stdlib/rand.3 +++ b/src/lib/libc/stdlib/rand.3 | |||
@@ -29,9 +29,9 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: rand.3,v 1.13 2013/07/18 10:14:50 schwarze Exp $ | 32 | .\" $OpenBSD: rand.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: July 18 2013 $ | 34 | .Dd $Mdocdate: January 21 2014 $ |
35 | .Dt RAND 3 | 35 | .Dt RAND 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -58,7 +58,7 @@ function computes a sequence of pseudo-random integers in the range | |||
58 | of 0 to | 58 | of 0 to |
59 | .Dv RAND_MAX | 59 | .Dv RAND_MAX |
60 | (as defined by the header file | 60 | (as defined by the header file |
61 | .Aq Pa stdlib.h ) . | 61 | .In stdlib.h ) . |
62 | .Pp | 62 | .Pp |
63 | The | 63 | The |
64 | .Fn srand | 64 | .Fn srand |