Fix man page references: fence_virtd.conf -> fence_virt.conf

Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
This commit is contained in:
Lon Hohberger 2011-01-10 10:47:00 -05:00
parent 768cbdca10
commit 5cba75e0b5
2 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
.TH fence_virtd.conf 5
.SH NAME
fence_virtd.conf - configuration file for fence_virtd
fence_virt.conf - configuration file for fence_virtd
.SH DESCRIPTION
The fence_virtd.conf file contains configuration information for fence_virtd,
The fence_virt.conf file contains configuration information for fence_virtd,
a fencing request routing daemon for clusters of virtual machines.
The file is tree-structured. There are parent/child relationships and sibling
@ -17,7 +17,7 @@ relationships between the nodes.
}
}
There are three primary sections of fence_virtd.conf.
There are three primary sections of fence_virt.conf.
.SH SECTIONS
.SS fence_virtd
@ -71,7 +71,7 @@ about groups below.
There are various listeners available for fence_virtd, each one handles
decoding and authentication of a given fencing request. The following
configuration blocks belong in the \fBlisteners\fP section of fence_virtd.conf
configuration blocks belong in the \fBlisteners\fP section of fence_virt.conf
.SS multicast
.TP
@ -159,7 +159,7 @@ This selects the type of sockets to register. Valid values are "serial"
There are various backends available for fence_virtd, each one handles
routing a fencing request to a hypervisor or management tool. The following
configuration blocks belong in the \fBbackends\fP section of fence_virtd.conf
configuration blocks belong in the \fBbackends\fP section of fence_virt.conf
.SS libvirt

View File

@ -16,7 +16,7 @@ For compatibility, fence_xvm from linux-cluster release 2 may talk to fence_virt
.P
fence_virtd accepts a few options on the command line, but most options
are read from fence_virtd.conf.
are read from fence_virt.conf.
.SH PARAMETERS
.TP
@ -32,17 +32,17 @@ Interactively prompt user for configuration information
.TP
.B -f
.
Specify an alternate configuration file instead of /etc/fence_virtd.conf
Specify an alternate configuration file instead of /etc/fence_virt.conf
.TP
.B -F
.
Do not fork into background after starting (overrides any setting in fence_virtd.conf)
Do not fork into background after starting (overrides any setting in fence_virt.conf)
.TP
.B -w
.
Wait for backend to be available (overrides any setting in fence_virtd.conf)
Wait for backend to be available (overrides any setting in fence_virt.conf)
.SH SEE ALSO
fence_virt(8), fence_xvm(8), fence(8), fence_virtd.conf(5)
fence_virt(8), fence_xvm(8), fence(8), fence_virt.conf(5)