From e23b37629a56eed63bb01d8d3dbb1dfa58aeadf3 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 8 Nov 2004 17:05:24 +0000
Subject: [PATCH] fix broken english

---
 doc/texinfo/gmsh.texi | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 8e8321c571..162039c5f4 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -1,5 +1,5 @@
 \input texinfo.tex @c -*-texinfo-*-
-@c $Id: gmsh.texi,v 1.146 2004-10-30 16:03:34 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.147 2004-11-08 17:05:24 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 @c
@@ -2547,11 +2547,10 @@ volumes interactively.
 Several files can be loaded simultaneously in Gmsh. The first one defines
 the project, while the others are appended (`merged') to this project. You
 can merge such files with the `File->Merge' menu, or by directly specifying
-the names of the files on the command line. This is most useful for
-post-processing purposes. For example, to merge the post-processing views
-contained in the files @file{view1.pos} and @file{view2.pos} together with
-the geometry of the first tutorial @file{t1.geo}, you can type the following
-command:
+the names of the files on the command line. For example, to merge the
+post-processing views contained in the files @file{view1.pos} and
+@file{view2.pos} together with the geometry of the first tutorial
+@file{t1.geo}, you can type the following command:
 
 @example
 > gmsh t1.geo view1.pos view2.pos
-- 
GitLab