commit f08feab1e9b3f2f72a32fe9c177215417986d16f parent 4842402a00275b188eb1de6c8b1b2a2d188aa2e4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 8 Mar 2023 21:52:11 +0100 planeto: fix a typo in the man page Diffstat:
| M | doc/htrdr-planeto.1.scd.in | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/htrdr-planeto.1.scd.in b/doc/htrdr-planeto.1.scd.in @@ -147,7 +147,7 @@ launcher such as *mpirun*(1) to distribute the rendering on several computers. ``` csplit -f octree -k output %^#\\ vtk% /^#\\ vtk/ \\ - {$(($(grep -ce "^#\\ vtk" output)-2))} + {$(($(grep -ce "^# vtk" output)-2))} ``` *-f*