Skip to content

Commit

Permalink
Fix man page references: fence_virtd.conf -> fence_virt.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
  • Loading branch information
Lon Hohberger committed Jan 10, 2011
1 parent 768cbdc commit 5cba75e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions man/fence_virt.conf.5
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions man/fence_virtd.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 5cba75e

Please sign in to comment.