summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-04 09:34:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-04 09:34:32 +0000
commitf9ee09918593dfae451c0d8dfeeda4bb9be06202 (patch)
tree737fab5c42506a988e148be7f302f180a9cd12d3 /usr.sbin/bind
parent5a4a8614950ad4214ee396360fc6174d2d35faeb (diff)
- document -i
- remove some whitespace whilst here fixes pr #5087 (james strandboge) ok jakob
Diffstat (limited to 'usr.sbin/bind')
-rw-r--r--usr.sbin/bind/bin/named/named.88
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/bind/bin/named/named.8 b/usr.sbin/bind/bin/named/named.8
index 67f8a2e0bc1..cb54937993a 100644
--- a/usr.sbin/bind/bin/named/named.8
+++ b/usr.sbin/bind/bin/named/named.8
@@ -20,7 +20,7 @@
named \- Internet domain name server
.SH SYNOPSIS
.sp
-\fBnamed\fR [ \fB-4\fR ] [ \fB-6\fR ] [ \fB-c \fIconfig-file\fB\fR ] [ \fB-d \fIdebug-level\fB\fR ] [ \fB-f\fR ] [ \fB-g\fR ] [ \fB-n \fI#cpus\fB\fR ] [ \fB-p \fIport\fB\fR ] [ \fB-s\fR ] [ \fB-t \fIdirectory\fB\fR ] [ \fB-u \fIuser\fB\fR ] [ \fB-v\fR ] [ \fB-x \fIcache-file\fB\fR ]
+\fBnamed\fR [ \fB-4\fR ] [ \fB-6\fR ] [ \fB-c \fIconfig-file\fB\fR ] [ \fB-d \fIdebug-level\fB\fR ] [ \fB-f\fR ] [ \fB-g\fR ] [ \fB-i \fIpid_file\fB\fR ] [ \fB-n \fI#cpus\fB\fR ] [ \fB-p \fIport\fB\fR ] [ \fB-s\fR ] [ \fB-t \fIdirectory\fB\fR ] [ \fB-u \fIuser\fB\fR ] [ \fB-v\fR ] [ \fB-x \fIcache-file\fB\fR ]
.SH "DESCRIPTION"
.PP
\fBnamed\fR is a Domain Name System (DNS) server,
@@ -28,7 +28,7 @@ part of the BIND 9 distribution from ISC. For more
information on the DNS, see RFCs 1033, 1034, and 1035.
.PP
When invoked without arguments, \fBnamed\fR will
-fork into two processes for privilege separation.
+fork into two processes for privilege separation.
\fBchroot()\fR to \fI/var/named\fR,
read the default configuration file
\fI/var/named/etc/named.conf\fR, read any initial
@@ -70,6 +70,10 @@ Run the server in the foreground (i.e. do not daemonize).
Run the server in the foreground and force all logging
to \fIstderr\fR.
.TP
+\fB-i \fIpid_file\fB\fR
+Specifies the file that contains the process ID of \fBnamed\fR.
+The default is \fI/var/run/named.pid\fR.
+.TP
\fB-n \fI#cpus\fB\fR
Create \fI#cpus\fR worker threads
to take advantage of multiple CPUs. If not specified,