From: <ai...@us...> - 2013-11-20 23:10:28
|
Revision: 12726 http://sourceforge.net/p/plplot/code/12726 Author: airwin Date: 2013-11-20 23:10:25 +0000 (Wed, 20 Nov 2013) Log Message: ----------- Replace reference to Fortran 77 chapter by equivalent Fortran 95 chapter. This gets rid of all validation errors for the present Fortran 77 extirpation changes. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2013-11-20 22:58:00 UTC (rev 12725) +++ trunk/doc/docbook/src/api.xml 2013-11-20 23:10:25 UTC (rev 12726) @@ -12031,7 +12031,7 @@ <para> Set the escape character for text strings. From C (in contrast to - Fortran 77, see &plsescfortran77;) you pass + Fortran 95, see &plsescfortran95;) you pass <literal><parameter>esc</parameter></literal> as a character. Only selected characters are allowed to prevent the user from shooting himself in the foot (For example, a <quote>\</quote> isn't allowed since it conflicts with C's use This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |