diff options
author | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org> | 2017-10-01 14:32:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-01 14:32:52 +0300 |
commit | 2b54b4687f72f2e6b8ef76c89c662361458eb834 (patch) | |
tree | 3d805510d5e8c1d7822f94444cc9e0c51dccf9b3 | |
parent | 82efe7dc25eb0753165c57c215bca265b4fd800e (diff) | |
parent | f7198dfcec9a35cb88f013d830fb614645bc9edb (diff) |
Merge pull request #2876 from kaymmm/zfs-md-lists
[zfs/en] Fix for unordered lists not rendering properly
-rw-r--r-- | zfs.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zfs.html.markdown b/zfs.html.markdown index 3d033da9..fad6b62d 100644 --- a/zfs.html.markdown +++ b/zfs.html.markdown @@ -149,6 +149,7 @@ $ zpool destroy test ### Datasets Actions: + * Create * List * Rename @@ -269,6 +270,7 @@ ZFS snapshots are one of the things about zfs that are a really big deal * They are easy to automate. Actions: + * Create * Delete * Rename |