correct example folder path in docs from examples/ to example/

This commit is contained in:
Jurko Gospodnetić
2017-03-21 16:51:33 +01:00
parent 47cf10d5fd
commit f690b29348
2 changed files with 15 additions and 15 deletions
+14 -14
View File
@@ -119,20 +119,20 @@
<bridgehead renderas="sect3">Directory Structure</bridgehead>
<para>
The directory tree has the following structure:
<programlisting>/boost/date_time -- common headers and template code
/boost/date_time/gregorian -- Gregorian date system header files
/boost/date_time/posix_time -- Posix time system headers
/boost/date_time/local_time -- Local time system headers
/libs/date_time/build -- build files and output directory
/libs/date_time/test -- test battery for generic code
/libs/date_time/test/gregorian -- test battery for the Gregorian system
/libs/date_time/test/posix_time -- test battery for the posix_time system
/libs/date_time/test/local_time -- test battery for the local_time system
/libs/date_time/examples/gregorian -- example programs for dates
/libs/date_time/examples/posix_time -- time example programs
/libs/date_time/examples/local_time -- nifty example programs
/libs/date_time/src/gregorian -- cpp files for libboost_date_time
/libs/date_time/src/posix_time -- empty (one file, but no source code...)</programlisting>
<programlisting>/boost/date_time -- common headers and template code
/boost/date_time/gregorian -- Gregorian date system header files
/boost/date_time/posix_time -- Posix time system headers
/boost/date_time/local_time -- Local time system headers
/libs/date_time/build -- build files and output directory
/libs/date_time/test -- test battery for generic code
/libs/date_time/test/gregorian -- test battery for the Gregorian system
/libs/date_time/test/posix_time -- test battery for the posix_time system
/libs/date_time/test/local_time -- test battery for the local_time system
/libs/date_time/example/gregorian -- example programs for dates
/libs/date_time/example/posix_time -- time example programs
/libs/date_time/example/local_time -- nifty example programs
/libs/date_time/src/gregorian -- cpp files for libboost_date_time
/libs/date_time/src/posix_time -- empty (one file, but no source code...)</programlisting>
</para>
<anchor id="other_boost_libs" />
+1 -1
View File
@@ -49,7 +49,7 @@
</para>
<para>
The following example is of the basic use of the new IO code, utilizing all the defaults. (this example can be found in the <code>libs/date_time/examples/tutorial</code> directory)
The following example is of the basic use of the new IO code, utilizing all the defaults. (this example can be found in the <code>libs/date_time/example/tutorial</code> directory)
</para>
<programlisting>
<![CDATA[