id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11409,Inconsistent documentation between the source code and its tutorial,Anmol Singh Jaggi ,Beman Dawes,"The tutorial given at [http://www.boost.org/doc/libs/1_58_0/libs/filesystem/doc/tutorial.html#Using-path-decomposition] is inconsistent with its tutorial. {{{ cout << "" "" << *it << '\n'; }}} outputs the complete path of the file rather than just its name as is shown in its example output. Therefore, the correct statement should be -: {{{ cout << "" "" << it->filename() << '\n'; }}} The accompanying explanation is changed accordingly as well. I have already created a pull request for this -: [https://github.com/boostorg/filesystem/pull/11/commits] ",Bugs,closed,To Be Determined,filesystem,Boost Development Trunk,Problem,fixed,documentation tutorial inconsistent,