commit e1556e917f528b4e1be4e0398666df04b7ecedf1
parent 08120e1735f38fbcc9daee90144e4c890460d729
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 19 Nov 2025 20:45:36 +0100
Fix typos in the manual page
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/mesh-tool.1 b/doc/mesh-tool.1
@@ -90,13 +90,13 @@ Output version information and exit.
.Sh EXAMPLES
Make the
.Pa bunny.stl
-mesh twice as big and move it 5 units along the X ansi and 3.14 units
+mesh twice as big and move it 5 units along the X axis and 3.14 units
along the Z axis.
Store the transformed mesh in the
.Pa big_move_bunny.stl
file:
.Bd -literal -offset Ds
-mesh-tool -i bunny.st -S 2,2,2 -T 5,0,3.14 -o big_move_bunny.stl
+mesh-tool -i bunny.stl -S 2,2,2 -T 5,0,3.14 -o big_move_bunny.stl
.Ed
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh SEE ALSO