diff options
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1m/Makefile | 2 | ||||
-rw-r--r-- | usr/src/man/man1m/gettable.1m | 41 | ||||
-rw-r--r-- | usr/src/man/man1m/htable.1m | 75 |
3 files changed, 0 insertions, 118 deletions
diff --git a/usr/src/man/man1m/Makefile b/usr/src/man/man1m/Makefile index 4d7a492855..2112b279e9 100644 --- a/usr/src/man/man1m/Makefile +++ b/usr/src/man/man1m/Makefile @@ -164,7 +164,6 @@ _MANFILES= 6to4relay.1m \ getdevpolicy.1m \ getdgrp.1m \ getent.1m \ - gettable.1m \ getty.1m \ getvol.1m \ groupadd.1m \ @@ -181,7 +180,6 @@ _MANFILES= 6to4relay.1m \ halt.1m \ hextoalabel.1m \ hostconfig.1m \ - htable.1m \ ickey.1m \ id.1m \ idmap.1m \ diff --git a/usr/src/man/man1m/gettable.1m b/usr/src/man/man1m/gettable.1m deleted file mode 100644 index 66d09f23e7..0000000000 --- a/usr/src/man/man1m/gettable.1m +++ /dev/null @@ -1,41 +0,0 @@ -'\" te -.\" Copyright 1989 AT&T Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved. -.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. -.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. -.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH GETTABLE 1M "Sep 14, 1992" -.SH NAME -gettable \- get DoD Internet format host table from a host -.SH SYNOPSIS -.LP -.nf -\fB/usr/sbin/gettable\fR \fIhost\fR -.fi - -.SH DESCRIPTION -.sp -.LP -\fBgettable\fR is a simple program used to obtain the DoD Internet host table -from a "hostname" server. The specified \fIhost\fR is queried for the table. -The table is placed in the file \fBhosts.txt\fR. -.sp -.LP -\fBgettable\fR operates by opening a \fBTCP\fR connection to the port indicated -in the service specification for "hostname". A request is then made for all -names and the resultant information is placed in the output file. -.sp -.LP -\fBgettable\fR is best used in conjunction with the \fBhtable\fR(1M) program -which converts the DoD Internet host table format to that used by the network -library lookup routines. -.SH SEE ALSO -.sp -.LP -\fBhtable\fR(1M), \fBattributes\fR(5) Harrenstien, Ken, Mary Stahl, and -Elizabeth Feinler, \fI\fR \fBHOSTNAME\fR \fIServer\fR, \fBRFC\fR 953, Network -Information Center, \fBSRI\fR International, Menlo Park, California, October -1985. -.SH NOTES -.sp -.LP -Should allow requests for only part of the database. diff --git a/usr/src/man/man1m/htable.1m b/usr/src/man/man1m/htable.1m deleted file mode 100644 index 5060d3b01f..0000000000 --- a/usr/src/man/man1m/htable.1m +++ /dev/null @@ -1,75 +0,0 @@ -'\" te -.\" Copyright 1989 AT&T Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved. -.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. -.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. -.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH HTABLE 1M "Sep 14, 1992" -.SH NAME -htable \- convert DoD Internet format host table -.SH SYNOPSIS -.LP -.nf -\fB/usr/sbin/htable\fR \fIfilename\fR -.fi - -.SH DESCRIPTION -.sp -.LP -\fBhtable\fR converts a host table in the format specified by \fBRFC\fR 952 to -the format used by the network library routines. Three files are created as a -result of running \fBhtable\fR: \fBhosts\fR, \fBnetworks\fR, and -\fBgateways\fR. The \fBhosts\fR file is used by the \fBgethostbyname\fR(3NSL) -routines in mapping host names to addresses. The \fBnetworks\fR file is used -by the \fBgetnetbyname\fR(3SOCKET) routines in mapping network names to -numbers. The \fBgateways\fR file is used by the routing daemon to identify -"passive" Internet gateways. -.sp -.LP -If any of the files \fBlocalhosts\fR, \fBlocalnetworks\fR, or -\fBlocalgateways\fR are present in the current directory, the file's contents -is prepended to the output file without interpretation. This allows sites to -maintain local aliases and entries which are not normally present in the master -database. -.sp -.LP -\fBhtable\fR is best used in conjunction with the \fBgettable\fR(1M) program -which retrieves the DoD Internet host table from a host. -.SH FILES -.sp -.ne 2 -.na -\fB\fBlocalhosts\fR\fR -.ad -.RS 17n - -.RE - -.sp -.ne 2 -.na -\fB\fBlocalnetworks\fR\fR -.ad -.RS 17n - -.RE - -.sp -.ne 2 -.na -\fB\fBlocalgateways\fR\fR -.ad -.RS 17n - -.RE - -.SH SEE ALSO -.sp -.LP -\fBgettable\fR(1M), \fBgethostbyname\fR(3NSL), \fBgetnetbyname\fR(3SOCKET), -\fBattributes\fR(5) Harrenstien, Ken, Mary Stahl, and Elizabeth Feinler, \fIDoD -Internet Host Table Specification\fR, \fBRFC\fR 952, Network Information -Center, \fBSRI\fR International, Menlo Park, California, October 1985. -.SH NOTES -.sp -.LP -\fBhtable\fR does not properly calculate the \fBgateways\fR file. |