Skip to content

Commit 37cbf24

Browse files
clementFoyerbgoglin
authored andcommitted
Fix lstopo man page
Factorization paragraph was unclear due to irregular ordering of the specifiers. It also lacked a square bracket on the argument line. Signed-off-by: Clément Foyer <[email protected]>
1 parent 441f8c7 commit 37cbf24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.\" Copyright © 2009-2010 Université of Bordeaux
44
.\" Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved.
55
.\" Copyright © 2020 Hewlett Packard Enterprise. All rights reserved.
6+
.\" Copyright © 2025 Université of Reims Champagne-Ardenne. All rights reserved.
67
.\" See COPYING in top-level directory.
78
.TH LSTOPO "1" "%HWLOC_DATE%" "%PACKAGE_VERSION%" "%PACKAGE_NAME%"
89
.SH NAME
@@ -248,12 +249,12 @@ Never factorize identical objects in the graphical output.
248249
If an object type is given, only factorizing of these objects is disabled.
249250
This only applies to normal CPU-side objects, it is independent from PCI collapsing.
250251
.TP
251-
\fB\-\-factorize\fR \fB\-\-factorize\fR=[<type>,]<N>[,<L>[,<F>]
252+
\fB\-\-factorize\fR \fB\-\-factorize\fR=[<type>,]<N>[,<F>[,<L>]]
252253
Factorize identical children in the graphical output (enabled by default).
253254

254255
If <N> is specified (4 by default), factorizing only occurs when there are strictly
255256
more than N identical children.
256-
If <L> and <F> are specified, they set the numbers of first and last children to keep
257+
If <F> and <L> are specified, they set the numbers of first and last children to keep
257258
after factorizing.
258259

259260
If an object type is given, only factorizing of these objects is configured.

0 commit comments

Comments
 (0)