Skip to content

Commit

Permalink
Merge pull request #321 from TrumanLing/master
Browse files Browse the repository at this point in the history
layer.md: Fix some typo
  • Loading branch information
philips authored Sep 21, 2016
2 parents 1c0de23 + 5b0e7f2 commit 4614863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Entries for the following files:

### Populate a Comparison Filesystem

Create a new directory and initialize it with an copy or snapshot of the prior root filesystem.
Create a new directory and initialize it with a copy or snapshot of the prior root filesystem.
Example commands that can preserve [file attributes](#file-attributes) to make this copy are:
* [cp(1)](http://linux.die.net/man/1/cp): `cp -a rootfs-c9d-v1/ rootfs-c9d-v1.s1/`
* [rsync(1)](http://linux.die.net/man/1/rsync): `rsync -aHAX rootfs-c9d-v1/ rootfs-c9d-v1.s1/`
Expand Down

0 comments on commit 4614863

Please sign in to comment.