Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144245 Details for
Bug 220561
magma_tool.8 is not in man-page markup
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for the man-page markup.
magma_tool.8.patch (text/plain), 4.44 KB, created by
Eric Raymond
on 2006-12-22 02:27:29 UTC
(
hide
)
Description:
Fix for the man-page markup.
Filename:
MIME Type:
Creator:
Eric Raymond
Created:
2006-12-22 02:27:29 UTC
Size:
4.44 KB
patch
obsolete
>--- magma_tool.8-orig 2006-12-21 21:21:18.000000000 -0500 >+++ magma_tool.8 2006-12-21 21:21:28.000000000 -0500 >@@ -3,166 +3,96 @@ > .\" This copyrighted material is made available to anyone wishing to use, > .\" modify, copy, or redistribute it subject to the terms and conditions > .\" of the GNU General Public License v.2. >- >-.tl 'magma_tool(8)''magma_tool(8)' >-'\" View with 'groff -t -e -mandoc -Tlatin1 ccs_tool.8 | less' >- >-\fBNAME\fP >-.in +7 >+.TH magma_tool 8 >+.SH NAME > magma_tool - Magma API test program > >-.in >-\fBSYNOPSIS\fP >-.in +7 >-\fBmagma_tool\fP <\fBcommand\fP> >-.sp >-.in >-\fBDESCRIPTION\fP >-.in +7 >+.SH SYNOPSIS\fP >+\fBmagma_tool\fP \fIcommand\fP >+ >+.SH DESCRIPTION\fP > \fBmagma_tool\fP is part of the Magma cluster API abstraction library. > Its primary purpose is for API debugging and tweaking; it does not control > anything and has no configuration information to speak of. > >-.sp >-.in >-\fBOPTIONS\fP >-.in +7 >+.SH OPTIONS >+.TP > \fB-h\fP >-.in +7 > Help. Print out the usage. >-.sp >-.in > >-.in -7 >-\fBPLUGIN COMMANDS\fP >-.in +7 >+.SH PLUGIN COMMANDS >+.TP > \fBlist\fP >-.in +7 > This command is used to list plugins and other files in Magma's plugin > directory and whether or not they are legal plugins. This will list all > non-directory files in Magma's plugin directory, whether or not they are > legal plugins, and why. >- >-.sp >-.in >+.TP > \fBenable\fP \fI<filename>\fP >-.in +7 > This command is used to enable a plugin in Magma's plugin directory. > It is synonymous with "chmod u+r <filename>". Files without in the > plugin directory without the user-readable bit set (S_IRUSR) are ignored. >- >-.sp >-.in >+.TP > \fBdisable\fP \fI<filename>\fP >-.in +7 > This command is used to disable a plugin in Magma's plugin directory. > It is synonymous with "chmod u+r <filename>". Files without in the > plugin directory without the user-readable bit set (S_IRUSR) are ignored. > >-.sp >-.in >- >-.in -7 >-\fBAPI TEST COMMANDS\fP >-.in +7 >+.SH API TEST COMMANDS\fP > These commands may all be preceded by the option \fIlogin\fP. If specified, > magma_tool will log in to the service/node group on cluster infrastructures > where this notion is supported. >- >-.sp >+.TP > \fBlock\fP \fI[resource]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and acquire a clusterlock. If \fI[resource]\fP is not > specified, then the name "Something" is used. >- >-.sp >-.in >+.TP > \fBlisten\fP \fI[group]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and listen for events in the group \fI[group]\fP. This > is only useful with the \fIlogin\fP flag. >- >-.sp >-.in >+.TP > \fBlocalname\fP \fI[group]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and request the local node name, which it then displays. >- >-.sp >-.in >+.TP > \fBlocalid\fP \fI[group]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and request the local node ID, which it then displays. >- >-.sp >-.in >+.TP > \fBmembers\fP \fI[group]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and request the list of members, which it then displays. > If \fI[group]\fP is specified, then only the members of the given service > or node group are listed. >- >-.sp >-.in >+.TP > \fBquorum\fP \fI[group]\fP >-.in +7 > This causes magma_tool to connect to the underlying cluster infrastructure > and/or lock manager and request the local node's quorum status as well as > whether or not it is a member of \fI[group]\fP. >- >- >-.sp >-.in >+.TP > \fBconfig\fP \fI<item>\fP >-.in +7 > This displays compile-time information; see below. > >-.sp >-.in >- >-.in -7 >-\fBCONFIGURATION\fP >-.in +7 >+.SH CONFIGURATION >+.TP > \fBconfig cflags\fP >-.in +7 > Displays the compiler flags needed to build applications against Magma. >- >-.sp >-.in >+.TP > \fBconfig libs\fP >-.in +7 > Displays the compiler linker flags needed to build applications against > Magma. >- >-.sp >-.in >+.TP > \fBconfig libs-nt\fP >-.in +7 > Displays the compiler linker flags needed to build applications against >-Magma's lightweight, mostly-reentrant library.. >- >-.sp >-.in >+Magma's lightweight, mostly-reentrant library. >+.TP > \fBconfig plugindir\fP >-.in +7 > Displays directory Magma uses for plugins. >- >-.sp >-.in >+.TP > \fBconfig libdir\fP >-.in +7 > Displays where Magma's dynamic libraries reside. >- >-.sp >-.in >+.TP > \fBconfig slibdir\fP >-.in +7 > Displays where Magma's static libraries reside. >- >-.sp >-.in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220561
: 144245