]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
utils/manpages: fix the layout of the DESCRIPTI...
authorBrice Goglin <brice.goglin@inria.fr>
Tue, 24 Sep 2013 14:15:03 +0000 (14:15 +0000)
committerBrice Goglin <brice.goglin@inria.fr>
Tue, 24 Sep 2013 14:15:03 +0000 (14:15 +0000)
utils/manpages: fix the layout of the DESCRIPTION section

This commit was SVN r5814.

utils/hwloc-annotate.1in
utils/hwloc-assembler.1in
utils/hwloc-bind.1in
utils/hwloc-diff.1in
utils/hwloc-distrib.1in
utils/hwloc-info.1in
utils/hwloc-patch.1in

index 238c0b057ed72561233d51e94a0b231ec964f3d2..9381bb7be210189a77a1b0eb14a966e8689a8572 100644 (file)
@@ -42,8 +42,10 @@ hwloc-annotate loads a topology from a XML file, adds some annotations,
 and export the resulting topology to another XML file.
 The input and output files may be the same.
 .
+.PP
 The annotation may be string info attributes.
 This is specified by the \fImode\fR:
+.
 .TP
 .B info <name> <value>
 Specifies a new string info attribute whose name is \fIname\fR and
index 598143ef92ecf91c1adc43bf4638049afd75cbd8..ec012980e4b8e055981531b6ca166e7649f2b5a6 100644 (file)
@@ -41,11 +41,13 @@ hwloc-assembler combines the input XML topologies and exports the
 resulting global topologies to a new XML file.
 All inputs are inserting as children of the global root object.
 .
+.PP
 Each input topology root is annotated with info attributes
 before insertion.
 \fIAssemblerIndex\fR is set to the index within the list of inputs.
 \fIAssemblerName\fR is set to the name given with \fB--name\fR if any.
 .
+.PP
 hwloc-assembler-remote offers a frontend for assembling remote nodes
 topologies without having to manually gather and transfer each of them.
 .
index 28edb3d89617c8489c103d347c10f1f534fdc6c9..101574f62aa34bda93466d3c14a88c472c618543 100644 (file)
@@ -101,6 +101,7 @@ that is bound to the specified location (or list of locations).  Upon
 successful execution, hwloc-bind simply sets bindings and then execs
 the executable over itself.
 .
+.PP
 If binding fails, or if the binding set is empty, and \fB\-\-force\fR
 was not given, hwloc-bind returns with an error instead of launching
 the executable.
index c24caff0c77d0743eeae4daeeec754e77ad6d2c5..ddc1de3f5fc5ba9508501c1e9800b4380fb743ca 100644 (file)
@@ -46,9 +46,11 @@ Report version and exit.
 hwloc-diff computes the difference between two XML topologies
 and stores the result into <output.xml> if any, or dumps it
 to stdout otherwise.
+.
 .PP
 The output difference may later be applied to another topology
 with hwloc-patch.
+.
 .PP
 .B NOTE:
 It is highly recommended that you read the hwloc(7) overview page
index 46e8e701017e6bf6f9e4a28eff7bbd41d9151973..8e4a8203903d0da3e11d097d02613910851c42c8 100644 (file)
@@ -86,7 +86,8 @@ by option \fB\-\-from\fR) down to the bottom of the hierarchy (or down to the
 level specified by option \fB\-\-to\fR, or until only one element remains),
 splitting the number of elements at each encountered hierarchy level not ignored
 by options \fB\-\-ignore\fR.
-
+.
+.PP
 This can e.g. be used to distribute a set of processes hierarchically according
 to the topology of a machine. These masks can be used with hwloc-bind(1).
 .
index 75ada8a5a6ea3c13aa0a94c6b0ae88f61dbecf03..372360d799fac7cf90e033e644cb4e2339775f45 100644 (file)
@@ -138,6 +138,7 @@ It is intended to be used with tools such as grep for filtering
 certain attribute lines.
 When no object is specified, hwloc-info prints a summary of the topology.
 .
+.PP
 Objects may be specified as location tuples, as explained in hwloc(7).
 However hexadecimal bitmasks are not accepted since they may correspond
 to multiple objects.
index b49af55632b4ac6427a2ea36b269560a695d8394..5b962bf5f05e94a0e2ce00de45f75b151fb8f2d2 100644 (file)
@@ -42,14 +42,18 @@ Report version and exit.
 hwloc-patch loads the difference between two topologies from a XML file
 (or from the standard input) and applies it to an
 existing topology, generating a new, modified one.
+.
 .PP
 If <output.xml> is given, the new, modified topology is stored in that
 new file. Otherwise, <topology.xml> is modified in place.
+.
 .PP
 If - is used instead of <diff.xml>, the topology difference is read from
 the standard input.
+.
 .PP
 The XML difference may have been computed earlier with hwloc-diff.
+.
 .PP
 .B NOTE:
 It is highly recommended that you read the hwloc(7) overview page