You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/05/21 01:28:56 UTC

[07/15] incubator-mynewt-site git commit: Merge branch 'fs-outdated-fixes' of https://github.com/ccollins476ad/incubator-mynewt-site

Merge branch 'fs-outdated-fixes' of https://github.com/ccollins476ad/incubator-mynewt-site

This closes #82


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/63671836
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/63671836
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/63671836

Branch: refs/heads/master
Commit: 63671836089cf5e3921f60740e2637f01d7e6de2
Parents: fea488d c0dcf6d
Author: aditihilbert <ad...@runtime.io>
Authored: Fri May 20 11:37:13 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri May 20 11:37:13 2016 -0700

----------------------------------------------------------------------
 docs/os/modules/fs/fs/fs.md                | 22 ++++++++++------------
 docs/os/modules/fs/fs/fs_close.md          |  8 ++++----
 docs/os/modules/fs/fs/fs_closedir.md       |  8 ++++----
 docs/os/modules/fs/fs/fs_dirent_is_dir.md  |  8 ++++----
 docs/os/modules/fs/fs/fs_dirent_name.md    |  8 ++++----
 docs/os/modules/fs/fs/fs_filelen.md        |  8 ++++----
 docs/os/modules/fs/fs/fs_getpos.md         |  6 +++---
 docs/os/modules/fs/fs/fs_mkdir.md          |  8 ++++----
 docs/os/modules/fs/fs/fs_open.md           |  8 ++++----
 docs/os/modules/fs/fs/fs_opendir.md        |  8 ++++----
 docs/os/modules/fs/fs/fs_ops.md            |  4 ++--
 docs/os/modules/fs/fs/fs_read.md           |  8 ++++----
 docs/os/modules/fs/fs/fs_readdir.md        |  8 ++++----
 docs/os/modules/fs/fs/fs_register.md       |  6 +++---
 docs/os/modules/fs/fs/fs_rename.md         |  8 ++++----
 docs/os/modules/fs/fs/fs_return_codes.md   |  2 +-
 docs/os/modules/fs/fs/fs_seek.md           |  8 ++++----
 docs/os/modules/fs/fs/fs_unlink.md         |  8 ++++----
 docs/os/modules/fs/fs/fs_write.md          |  8 ++++----
 docs/os/modules/fs/fs/fsutil_read_file.md  |  8 ++++----
 docs/os/modules/fs/fs/fsutil_write_file.md |  8 ++++----
 docs/os/modules/fs/nffs/nffs.md            |  6 +++---
 docs/os/modules/fs/nffs/nffs_area_desc.md  |  4 ++--
 docs/os/modules/fs/nffs/nffs_config.md     |  6 +++---
 docs/os/modules/fs/nffs/nffs_detect.md     | 10 +++++-----
 docs/os/modules/fs/nffs/nffs_format.md     | 10 +++++-----
 docs/os/modules/fs/nffs/nffs_init.md       |  4 ++--
 docs/os/modules/fs/nffs/nffs_internals.md  | 18 +++++++++---------
 docs/os/modules/fs/otherfs.md              |  4 ++--
 29 files changed, 114 insertions(+), 116 deletions(-)
----------------------------------------------------------------------