Deleted Added
full compact
realhostname.3 (51457) realhostname.3 (56590)
1.\" Copyright (c) 1999 Brian Somers <brian@Awfulhak.org>
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
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
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Brian Somers <brian@Awfulhak.org>
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
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
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libutil/realhostname.3 51457 1999-09-20 09:15:23Z phantom $
25.\" $FreeBSD: head/lib/libutil/realhostname.3 56590 2000-01-25 14:52:10Z shin $
26.\"
27.Dd April 6, 1999
28.Os
29.Dt REALHOSTNAME 3
30.Sh NAME
31.Nm realhostname
32.Nd "convert an IP number to the real host name"
33.Sh SYNOPSIS

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

98A host name was found, but it could not be resolved back to any ip number.
99.Ar host
100now contains the numeric value of
101.Ar ip .
102.El
103.Sh SEE ALSO
104.Xr gethostbyaddr 3 ,
105.Xr gethostbyname 3 ,
26.\"
27.Dd April 6, 1999
28.Os
29.Dt REALHOSTNAME 3
30.Sh NAME
31.Nm realhostname
32.Nd "convert an IP number to the real host name"
33.Sh SYNOPSIS

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

98A host name was found, but it could not be resolved back to any ip number.
99.Ar host
100now contains the numeric value of
101.Ar ip .
102.El
103.Sh SEE ALSO
104.Xr gethostbyaddr 3 ,
105.Xr gethostbyname 3 ,
106.Xr inet_ntoa 3
106.Xr inet_ntoa 3 ,
107.Xr realhostname_sa 3