From: Wolfgang Bangerth Date: Fri, 4 Oct 2002 14:57:29 +0000 (+0000) Subject: Text fixes X-Git-Tag: v8.0.0~17375 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67614a20b215f94af3f872df6926e9d1bc7bd71;p=dealii.git Text fixes git-svn-id: https://svn.dealii.org/trunk@6610 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html index 1fda6b7c39..61a5e72872 100644 --- a/deal.II/doc/faq.html +++ b/deal.II/doc/faq.html @@ -132,16 +132,17 @@

The Perl utility from Cygwin distribution (up to version 5.6.1-2) - contains a bug that causes a "permission denied" error when inplace + contains a bug that causes a "permission denied" error with in-place editing (using the -pi switch). This bug prevents building the online documentation from the source files. To solve - this problem there are two workarounds as described in - Cygnus Solutions mailing list. First, one should specify an + this problem there are two workarounds as described in an article on + the Cygnus + Solutions mailing list. First, one should specify an explicit extension in all makefiles, i.e. replace all -npi or -pi options with -npi~ or -pi~ for example. Second, apply a - patch to source code of perl utility and recompile. + patch to the source code of the perl utility and recompile.