From 5c46a3c1ce15259fb28e2095f9035840d52ab336 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 16 Mar 2005 16:53:10 +0000 Subject: [PATCH] small doc fix --- doc/gmsh.1 | 4 ++-- doc/texinfo/command_line.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/gmsh.1 b/doc/gmsh.1 index 1b3588058c..010c7ab7b3 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -1,4 +1,4 @@ -.\" $Id: gmsh.1,v 1.63 2005-03-01 17:47:54 geuzaine Exp $ +.\" $Id: gmsh.1,v 1.64 2005-03-16 16:53:10 geuzaine Exp $ .TH Gmsh 1 "10 February 2005" "Gmsh 1.59" "Gmsh Manual Pages" .UC 4 .\" ******************************************************************** @@ -53,7 +53,7 @@ set output mesh format (msh, unv, gref, p3d). select mesh algorithm (iso, tri, aniso, netgen). .TP 4 .B \-smooth int -set number of smoothing steps. +set number of mesh smoothing steps. .TP 4 .B \-optimize optimize quality of tetrahedral elements. diff --git a/doc/texinfo/command_line.texi b/doc/texinfo/command_line.texi index b45d206784..e6df361b57 100644 --- a/doc/texinfo/command_line.texi +++ b/doc/texinfo/command_line.texi @@ -19,9 +19,9 @@ Specify mesh output file name @item -format string Set output mesh format (msh, unv, gref, p3d) @item -algo string -Select 2D mesh algorithm (iso, tri, aniso, netgen) +Select mesh algorithm (iso, tri, aniso, netgen) @item -smooth int -Set mesh smoothing +Set number of mesh smoothing steps @item -optimize Optimize quality of tetrahedral elements @item -order int -- GitLab