Deleted Added
full compact
rcmd.3 (107619) rcmd.3 (108037)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/net/rcmd.3 107619 2002-12-04 18:57:46Z ru $
33.\" $FreeBSD: head/lib/libc/net/rcmd.3 108037 2002-12-18 12:45:11Z ru $
34.\"
35.Dd March 3, 2000
36.Dt RCMD 3
37.Os
38.Sh NAME
39.Nm rcmd ,
40.Nm rresvport ,
41.Nm iruserok ,

--- 239 unchanged lines hidden (view full) ---

281.%A E. Nordmark
282.%T "Advanced Socket API for IPv6"
283.%O draft-ietf-ipngwg-rfc2292bis-01.txt
284.Re
285.Sh HISTORY
286Most of these
287functions appeared in
288.Bx 4.2 .
34.\"
35.Dd March 3, 2000
36.Dt RCMD 3
37.Os
38.Sh NAME
39.Nm rcmd ,
40.Nm rresvport ,
41.Nm iruserok ,

--- 239 unchanged lines hidden (view full) ---

281.%A E. Nordmark
282.%T "Advanced Socket API for IPv6"
283.%O draft-ietf-ipngwg-rfc2292bis-01.txt
284.Re
285.Sh HISTORY
286Most of these
287functions appeared in
288.Bx 4.2 .
289The
289.Fn rresvport_af
290.Fn rresvport_af
291function
290appeared in RFC2292, and was implemented by the WIDE project
291for the Hydrangea IPv6 protocol stack kit.
292appeared in RFC2292, and was implemented by the WIDE project
293for the Hydrangea IPv6 protocol stack kit.
294The
292.Fn rcmd_af
295.Fn rcmd_af
296function
293appeared in draft-ietf-ipngwg-rfc2292bis-01.txt,
294and was implemented in the WIDE/KAME IPv6 protocol stack kit.
297appeared in draft-ietf-ipngwg-rfc2292bis-01.txt,
298and was implemented in the WIDE/KAME IPv6 protocol stack kit.
299The
295.Fn iruserok_sa
300.Fn iruserok_sa
301function
296appeared in discussion on the IETF ipngwg mailing list,
297and was implemented in
298.Fx 4.0 .
302appeared in discussion on the IETF ipngwg mailing list,
303and was implemented in
304.Fx 4.0 .