Skip to content

Commit

Permalink
better have .Xr than to have FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Aug 5, 2001
1 parent f5fb946 commit 057f283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 2 additions & 7 deletions kame/kame/libinet6/getaddrinfo.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $KAME: getaddrinfo.3,v 1.30 2001/08/05 18:14:31 itojun Exp $
.\" $KAME: getaddrinfo.3,v 1.31 2001/08/05 18:19:38 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -494,12 +494,6 @@ if (nsock == 0) {
freeaddrinfo(res0);
.Ed
.\"
.Sh FILES
.Bl -tag -width /etc/resolv.conf -compact
.It Pa /etc/hosts
.It Pa /etc/resolv.conf
.El
.\"
.Sh DIAGNOSTICS
Error return status from
.Fn getaddrinfo
Expand Down Expand Up @@ -560,6 +554,7 @@ indicate an unknown error.
.Xr gethostbyname 3 ,
.Xr getservbyname 3 ,
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
.Xr hostname 7 ,
.Xr named 8
Expand Down
8 changes: 2 additions & 6 deletions kame/kame/libinet6/getnameinfo.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $KAME: getnameinfo.3,v 1.24 2001/08/05 18:14:31 itojun Exp $
.\" $KAME: getnameinfo.3,v 1.25 2001/08/05 18:19:38 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -223,11 +223,6 @@ if (getnameinfo(sa, sa->sa_len, hbuf, sizeof(hbuf), NULL, 0,
}
printf("host=%s\en", hbuf);
.Ed
.\"
.Sh FILES
.Bl -tag -width /etc/resolv.conf -compact
.It Pa /etc/hosts
.It Pa /etc/resolv.conf
.El
.\"
.Sh DIAGNOSTICS
Expand Down Expand Up @@ -262,6 +257,7 @@ The error code can be found in errno.
.Xr gethostbyaddr 3 ,
.Xr getservbyport 3 ,
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
.Xr hostname 7 ,
.Xr named 8
Expand Down

0 comments on commit 057f283

Please sign in to comment.