public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - man pages: cluster.conf.5
@ 2009-02-20  5:36 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-02-20  5:36 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=29bc78a1250be51ca8199adb18aa26f6174f0491
Commit:        29bc78a1250be51ca8199adb18aa26f6174f0491
Parent:        8ac7255376790f5ed383f8c76a1e4f7141ecfa18
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Feb 20 06:35:25 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Feb 20 06:35:25 2009 +0100

man pages: cluster.conf.5

Fix xpath vs xml config format.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 config/man/cluster.conf.5 |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/config/man/cluster.conf.5 b/config/man/cluster.conf.5
index 27f71ea..9914b9a 100644
--- a/config/man/cluster.conf.5
+++ b/config/man/cluster.conf.5
@@ -85,8 +85,8 @@ Global settings apply to all:
 Per-daemon/subsys settings override the corresponding global setting:
 .br
   <logging>
-      <logging_subsys["foo"] debug="on"/>
-      <logging_subsys["bar"] debug="on"/>
+      <logging_subsys="foo" debug="on"/>
+      <logging_subsys="bar" debug="on"/>
   </logging>
 
 .B Subsystems
@@ -150,46 +150,46 @@ An explicit configuration for the default settings would be:
 <logging to_syslog="yes" to_logfile="yes" syslog_facility="daemon"
          syslog_priority="info" logfile_priority="info">
 .br
-    <logging_subsys["qdiskd"]
+    <logging_subsys="qdiskd"
              logfile="/var/log/cluster/qdisk.log"/>
 .br
-    <logging_subsys["groupd"]
+    <logging_subsys="groupd"
              logfile="/var/log/cluster/groupd.log"/>
 .br
-    <logging_subsys["fenced"]
+    <logging_subsys="fenced"
              logfile="/var/log/cluster/fenced.log"/>
 .br
-    <logging_subsys["dlm_controld"]
+    <logging_subsys="dlm_controld"
              logfile="/var/log/cluster/dlm_controld.log"/>
 .br
-    <logging_subsys["gfs_controld"]
+    <logging_subsys="gfs_controld"
              logfile="/var/log/cluster/gfs_controld.log"/>
 .br
-    <logging_subsys["rgmanager"]
+    <logging_subsys="rgmanager"
              logfile="/var/log/cluster/rgmanager.log"/>
 .br
-    <logging_subsys["CLM"]
+    <logging_subsys="CLM"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["CPG"]
+    <logging_subsys="CPG"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["MAIN"]
+    <logging_subsys="MAIN"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["SERV"]
+    <logging_subsys="SERV"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["CMAN"]
+    <logging_subsys="CMAN"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["TOTEM"]
+    <logging_subsys="TOTEM"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["QUORUM"]
+    <logging_subsys="QUORUM"
              logfile="/var/log/cluster/cman.log"/>
 .br
-    <logging_subsys["CONFDB"]
+    <logging_subsys="CONFDB"
              logfile="/var/log/cluster/cman.log"/>
 .br
 </logging>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-20  5:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-20  5:36 cluster: STABLE3 - man pages: cluster.conf.5 Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).