From ee2b9e6b0218fa26065bdfa36a41b09a34631783 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sat, 19 Nov 1994 13:42:06 +0000 Subject: More updates to the manual pages. Used also the unknown macro. Also install the named-xfer manual page, when we have it in the source. --- usr.sbin/named/xfer/Makefile | 2 +- usr.sbin/named/xfer/named-xfer.8 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.sbin/named') diff --git a/usr.sbin/named/xfer/Makefile b/usr.sbin/named/xfer/Makefile index 16a93c862954..505747c808f6 100644 --- a/usr.sbin/named/xfer/Makefile +++ b/usr.sbin/named/xfer/Makefile @@ -5,7 +5,7 @@ SRCS= named-xfer.c db_glue.c CFLAGS+=-I${.CURDIR}/.. .PATH: ${.CURDIR}/.. BINDIR= /usr/libexec -NOMAN= noman +MAN8= named-xfer.8 .include "../../Makefile.inc" .include diff --git a/usr.sbin/named/xfer/named-xfer.8 b/usr.sbin/named/xfer/named-xfer.8 index 54ae2be1a5e1..6c8018567e12 100644 --- a/usr.sbin/named/xfer/named-xfer.8 +++ b/usr.sbin/named/xfer/named-xfer.8 @@ -53,10 +53,10 @@ .\" .\" from named.8 6.6 (Berkeley) 2/14/89 .\" -.TH @XFER_INDOT_U@NAMED-XFER @SYS_OPS_EXT_U@ "June 26, 1993" +.TH NAMED-XFER 8 "June 26, 1993" .UC 4 .SH NAME -@XFER_INDOT@named-xfer \- ancillary agent for inbound zone transfers +named-xfer \- ancillary agent for inbound zone transfers .SH SYNOPSIS .B named-xfer .B \-z @@ -85,7 +85,7 @@ .SH DESCRIPTION .I Named-xfer is an ancillary program executed by -.IR @INDOT@named (@SYS_OPS_EXT@) +.IR named (8) to perform an inbound zone transfer. It is rarely executed directly, and only by system administrators who are trying to debug a zone transfer problem. See RFC's 1033, 1034, and 1035 for more information on the Internet @@ -127,13 +127,13 @@ server itself. .TP .B \-p Use a different port number. The default is the standard port number -as returned by getservbyname(@LIB_NETWORK_EXT@) for service ``domain''. +as returned by getservbyname(3) for service ``domain''. .TP .B \-S Perform a restricted transfer of only the SOA, NS records and glue A records for the zone. The SOA record will not be loaded by named but will be used to determine when to verify the NS records. See the ``stubs'' directive in -.IR @INDOT@named (@SYS_OPS_EXT@) +.IR named (8) for more information. .PP Additional arguments are taken as name server addresses in so-called @@ -141,6 +141,6 @@ Additional arguments are taken as name server addresses in so-called one address must be specified. Any additional addresses will be tried in order if the first one fails to transfer to us successfully. .SH "SEE ALSO" -@INDOT@named(@SYS_OPS_EXT@), resolver(@LIB_NETWORK_EXT@), resolver(@FORMAT_EXT@), hostname(@DESC_EXT@), +named(8), resolver(3), resolver(5), hostname(7), RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, RFC 1123, \fIName Server Operations Guide for \s-1BIND\s+1\fR -- cgit v1.2.3