diff --git a/docs/make_torrent.html b/docs/make_torrent.html index 280fe14ce..1a3c006bf 100644 --- a/docs/make_torrent.html +++ b/docs/make_torrent.html @@ -323,7 +323,7 @@ struct create_torrent optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 @@ -359,7 +359,7 @@ enum { optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 diff --git a/docs/make_torrent.rst b/docs/make_torrent.rst index 45fc1070e..f98039dd5 100644 --- a/docs/make_torrent.rst +++ b/docs/make_torrent.rst @@ -289,7 +289,7 @@ The ``create_torrent`` class has the following synopsis:: optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 @@ -326,7 +326,7 @@ create_torrent() optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1