commit 3c727f76e30db926a38fe3762b676ec1ed5a2a46 parent b9e2814ccb6400ed0c774f785894841abd776de8 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 9 Feb 2023 16:18:52 +0100 planeto: fix verbatim command formatting Diffstat:
| M | doc/htrdr-planeto.1.scd.in | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/htrdr-planeto.1.scd.in b/doc/htrdr-planeto.1.scd.in @@ -144,7 +144,8 @@ launcher such as *mpirun*(1) to distribute the rendering on several computers. command as below: ``` - csplit -f octree -k output %^#\\ vtk% /^#\\ vtk/ {$(($(grep -ce "^#\\ vtk" output)-2))} + csplit -f octree -k output %^#\\ vtk% /^#\\ vtk/ \\ + {$(($(grep -ce "^#\\ vtk" output)-2))} ``` *-f*