Skip to content

Commit 0b80dfd

Browse files
committed
lstopo.1: xml support is always available
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
1 parent a676363 commit 0b80dfd

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

utils/hwloc/hwloc-calc.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright © 2010-2022 Inria. All rights reserved.
2+
.\" Copyright © 2010-2023 Inria. All rights reserved.
33
.\" Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
44
.\" See COPYING in top-level directory.
55
.TH HWLOC-CALC "1" "%HWLOC_DATE%" "%PACKAGE_VERSION%" "%PACKAGE_NAME%"
@@ -63,7 +63,7 @@ Include objects disallowed by administrative limitations.
6363
\fB\-i\fR <path>, \fB\-\-input\fR <path>
6464
Read the topology from <path> instead of discovering the topology of the local machine.
6565

66-
If <path> is a file and XML support has been compiled in hwloc,
66+
If <path> is a file,
6767
it may be a XML file exported by a previous hwloc program.
6868
If <path> is "\-", the standard input may be used as a XML file.
6969

utils/hwloc/hwloc-distrib.1in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Verbose messages.
3131
\fB\-i\fR <path>, \fB\-\-input\fR <path>
3232
Read the topology from <path> instead of discovering the topology of the local machine.
3333

34-
If <path> is a file and XML support has been compiled in hwloc,
34+
If <path> is a file,
3535
it may be a XML file exported by a previous hwloc program.
3636
If <path> is "\-", the standard input may be used as a XML file.
3737

utils/hwloc/hwloc-info.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright © 2009-2022 Inria. All rights reserved.
2+
.\" Copyright © 2009-2023 Inria. All rights reserved.
33
.\" Copyright © 2009-2010 Université of Bordeaux
44
.\" Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved.
55
.\" See COPYING in top-level directory.
@@ -47,7 +47,7 @@ by the current hwloc installation.
4747
\fB\-i\fR <path>, \fB\-\-input\fR <path>
4848
Read the topology from <path> instead of discovering the topology of the local machine.
4949

50-
If <path> is a file and XML support has been compiled in hwloc,
50+
If <path> is a file,
5151
it may be a XML file exported by a previous hwloc program.
5252
If <path> is "\-", the standard input may be used as a XML file.
5353

utils/lstopo/lstopo-no-graphics.1in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See the OUTPUT FORMATS section below.
4141
\fB\-i\fR <path>, \fB\-\-input\fR <path>
4242
Read the topology from <path> instead of discovering the topology of the local machine.
4343

44-
If <path> is a file and XML support has been compiled in hwloc,
44+
If <path> is a file,
4545
it may be a XML file exported by a previous hwloc program.
4646
If <path> is "\-", the standard input may be used as a XML file.
4747

@@ -609,8 +609,7 @@ Note that Misc and I/O devices are ignored during this export.
609609
.
610610
.TP
611611
.B xml
612-
If lstopo was compiled with the proper
613-
support, lstopo outputs an XML representation of the map.
612+
lstopo outputs an XML representation of the map.
614613
It may be reused later, even on another machine, with lstopo \-\-input,
615614
the HWLOC_XMLFILE environment variable, or the hwloc_topology_set_xml()
616615
function.

0 commit comments

Comments
 (0)