Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use filesystem instead of file system #529

Merged
merged 1 commit into from
Aug 12, 2016

Conversation

coolljt0725
Copy link
Member

Change file system to filesystem
Signed-off-by: Lei Jitang leijitang@huawei.com

@wking
Copy link
Contributor

wking commented Aug 12, 2016

On Thu, Aug 11, 2016 at 07:42:35PM -0700, Lei Jitang wrote:

Change file system to filesystem

+1 on the change:

$ git remote -v
origin git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git (fetch)
origin git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git (push)
$ git describe
man-pages-4.06-441-gaa30354
$ git grep -i 'file.system' | wc -l
36
$ git grep -i 'filesystem' | wc -l
879

But you're missing some instances from runtime-spec:

$ git remote -v | grep origin
origin git://github.com/opencontainers/runtime-spec.git (fetch)
origin git://github.com/opencontainers/runtime-spec.git (push)
$ git describe origin/pr/529
v1.0.0-rc1-48-g6c3d2e6
$ git grep -i 'file.system' origin/pr/529 | wc -l
2
$ git grep -i 'file.system' origin/pr/529
origin/pr/529:config-linux.md:The Linux container specification uses various kernel features like namespaces, cgroups, capabilities, LSM, and file system jails to fulfill the spec.
origin/pr/529:config-linux.md:## Default File Systems

@coolljt0725 coolljt0725 changed the title Typo: fix typo in bundle.md Use filesystem instead of file system Aug 12, 2016
@coolljt0725
Copy link
Member Author

@wking thanks, updated

Signed-off-by: Lei Jitang <leijitang@huawei.com>
@hqhq
Copy link
Contributor

hqhq commented Aug 12, 2016

LGTM

Approved with PullApprove

1 similar comment
@vbatts
Copy link
Member

vbatts commented Aug 12, 2016

LGTM

Approved with PullApprove

@vbatts vbatts merged commit c66adcc into opencontainers:master Aug 12, 2016
@coolljt0725 coolljt0725 deleted the fix_typo branch August 13, 2016 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants